File tree Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Expand file tree Collapse file tree 2 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -29,6 +29,7 @@ component_names["aws-xray/"]="AWS X-Ray SDK support"
2929component_names[" aws-xray-propagator/" ]=" AWS X-Ray propagator"
3030component_names[" azure-resources/" ]=" Azure resources"
3131component_names[" baggage-processor/" ]=" Baggage processor"
32+ component_names[" cel-sampler/" ]=" Common Expression Language sampler"
3233component_names[" cloudfoundry-resources/" ]=" CloudFoundry resources"
3334component_names[" compressors/" ]=" Compressors"
3435component_names[" consistent-sampling/" ]=" Consistent sampling"
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ### AWS X-Ray SDK support and propagator
6+
7+ - Add AWS X-Ray adaptive sampling support
8+ ([ #2147 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2147 ) ).
9+
10+ ### Common Expression Language sampler - New 🌟
11+
12+ A rule-based sampler backed by Common Expression Language (CEL)
13+ expressions for declarative sampling rules
14+
15+ ### Disk buffering
16+
17+ - Implement the disk buffering API
18+ ([ #2183 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2183 ) ).
19+
20+ ### Inferred spans
21+
22+ - Return the previous profiler interval from ` setInterval `
23+ ([ #2354 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2354 ) ).
24+
25+ ### OpAMP client
26+
27+ - Restore the client parameter to OpAMP callbacks
28+ ([ #2336 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2336 ) ).
29+
530## Version 1.50.0 (2025-09-26)
631
732Note: This release broadly applies some style guidelines across the repository. As a result,
You can’t perform that action at this time.
0 commit comments