Skip to content

Commit

Permalink
Update changelog for upcoming release (#1458)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask authored Sep 17, 2024
1 parent be32409 commit 8d96fa5
Showing 1 changed file with 42 additions and 0 deletions.
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

0 comments on commit 8d96fa5

Please sign in to comment.