Skip to content

Commit

Permalink
Update change log (#1076)
Browse files Browse the repository at this point in the history
  • Loading branch information
trask committed Oct 18, 2023
1 parent 5c6ac6f commit 62045cc
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@

## Unreleased

### Consistent sampling

- Explicitly pass invalid p-value to root sampler
([#1053](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1053))
- Consistent sampler prototypes using 56 bits of randomness
([#1063](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1063))

### Runtime attach

- Rename runtime attach method from `attachJavaagentToCurrentJVM`
to `attachJavaagentToCurrentJvm`
([#1077](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1077))

### Samplers

- Support `thread.name` attributes in RuleBasedRoutingSampler
([#1030](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1030))

## Version 1.30.0 (2023-09-18)

### Disk buffering
Expand Down

0 comments on commit 62045cc

Please sign in to comment.