Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update changelog for upcoming release #1458

Merged
merged 5 commits into from
Sep 17, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,48 @@

## Unreleased

### AWS X-Ray propagator

- Handle too short `X-Amzn-Trace-Id` header
([#1036](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1036))
- Add declarative config support for aws xray propagators
([#1442](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1442))

### AWS X-Ray SDK support

- Fix native mode error cause by static init of random
([#862](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/862))

### Consistent sampling

- Composite Samplers prototype
([#1443](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1443))

### Disk buffering

- Add debug mode for verbose logging
([#1455](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1455))

### GCP Resources

- Fix incorrect `cloud.platform` value for GCF
([#1454](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1454))

### JMX metrics

- Add option to aggregate across multiple MBeans
([#1366](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1366))

### Samplers

- Add declarative config support for `RuleBasedRoutingSampler`
([#1440](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1440))

### Span stack traces

- Add config option `otel.java.experimental.span-stacktrace.min.duration`
([#1414](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1414))

## Version 1.38.0 (2024-08-19)

### JFR connection
Expand Down
Loading