Skip to content

Commit 62045cc

Browse files
authored
Update change log (#1076)
1 parent 5c6ac6f commit 62045cc

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
22

33
## Unreleased
44

5+
### Consistent sampling
6+
7+
- Explicitly pass invalid p-value to root sampler
8+
([#1053](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1053))
9+
- Consistent sampler prototypes using 56 bits of randomness
10+
([#1063](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1063))
11+
12+
### Runtime attach
13+
14+
- Rename runtime attach method from `attachJavaagentToCurrentJVM`
15+
to `attachJavaagentToCurrentJvm`
16+
([#1077](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1077))
17+
18+
### Samplers
19+
20+
- Support `thread.name` attributes in RuleBasedRoutingSampler
21+
([#1030](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1030))
22+
523
## Version 1.30.0 (2023-09-18)
624

725
### Disk buffering

0 commit comments

Comments
 (0)