File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ component_names["consistent-sampling/"]="Consistent sampling"
3535component_names[" disk-buffering/" ]=" Disk buffering"
3636component_names[" gcp-resources/" ]=" GCP resources"
3737component_names[" gcp-auth-extension/" ]=" GCP authentication extension"
38+ component_names[" ibm-mq-metrics/" ]=" IBM MQ metrics"
3839component_names[" inferred-spans/" ]=" Inferred spans"
3940component_names[" jfr-connection/" ]=" JFR connection"
4041component_names[" jfr-events/" ]=" JFR events"
@@ -44,6 +45,7 @@ component_names["kafka-exporter/"]="Kafka exporter"
4445component_names[" maven-extension/" ]=" Maven extension"
4546component_names[" micrometer-meter-provider/" ]=" Micrometer MeterProvider"
4647component_names[" noop-api/" ]=" No-op API"
48+ component_names[" opamp-client/" ]=" OpAMP client"
4749component_names[" processors/" ]=" Telemetry processors"
4850component_names[" prometheus-client-bridge/" ]=" Prometheus client bridge"
4951component_names[" runtime-attach/" ]=" Runtime attach"
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ### Consistent sampling
6+
7+ - Add updateable threshold sampler for dynamic sampling configuration
8+ ([ #2137 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2137 ) )
9+
10+ ### Disk buffering
11+
12+ - Introduce API changes for improved disk buffering functionality
13+ ([ #2084 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2084 ) )
14+ - Implement more efficient serializer with direct disk write capabilities
15+ ([ #2138 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2138 ) )
16+
17+ ### IBM MQ metrics - New 🌟
18+
19+ IBM MQ metrics collection utility.
20+
21+ ### Inferred spans
22+
23+ - Update async profiler to version 4.1 for improved performance
24+ ([ #2096 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2096 ) )
25+
26+ ### OpAMP client - New 🌟
27+
28+ OpenTelemetry Agent Management Protocol (OpAMP) client implementation.
29+
530## Version 1.48.0 (2025-07-23)
631
732### AWS resources
You can’t perform that action at this time.
0 commit comments