File tree Expand file tree Collapse file tree 2 files changed +41
-0
lines changed
Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ declare -A component_names=()
2727component_names[" aws-resources/" ]=" AWS resources"
2828component_names[" aws-xray/" ]=" AWS X-Ray SDK support"
2929component_names[" aws-xray-propagator/" ]=" AWS X-Ray propagator"
30+ component_names[" baggage-processor/" ]=" Baggage processor"
3031component_names[" compressors/" ]=" Compressors"
3132component_names[" consistent-sampling/" ]=" Consistent sampling"
3233component_names[" disk-buffering/" ]=" Disk buffering"
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ### AWS resources
6+
7+ - Optimization: don't attempt detection if a cloud provider has already been detected
8+ ([ #1225 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1225 ) )
9+
10+ ### Baggage processor - New 🌟
11+
12+ This module provides a SpanProcessor that stamps baggage onto spans as attributes on start.
13+
14+ ### Consistent sampling
15+
16+ - Assume random trace ID and set th-field only for sampled spans
17+ ([ #1278 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1278 ) )
18+
19+ ### GCP Resources
20+
21+ - Optimization: don't attempt detection if a cloud provider has already been detected
22+ ([ #1225 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1225 ) )
23+ - Update guidance for manual instrumentation usage
24+ ([ #1250 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1250 ) )
25+
26+ ### JMX metrics
27+
28+ - Remove ` slf4j-simple ` dependency
29+ ([ #1283 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1283 ) )
30+
31+ ### Maven extension
32+
33+ - Disable metrics and logs by default
34+ ([ #1276 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1276 ) )
35+ - Migrate to current semconv
36+ ([ #1299 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1299 ) )
37+ - Migrate from Plexus to JSR 330 dependency injection APIs
38+ ([ #1320 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1320 ) )
39+
40+ ### Span stack trace
41+
42+ - Enable publishing to maven central
43+ ([ #1297 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1297 ) )
44+
545## Version 1.35.0 (2024-04-16)
646
747### JMX metrics
You can’t perform that action at this time.
0 commit comments