File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,18 @@ 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[" azure-resources/" ]=" Azure resources"
3031component_names[" baggage-processor/" ]=" Baggage processor"
3132component_names[" compressors/" ]=" Compressors"
3233component_names[" consistent-sampling/" ]=" Consistent sampling"
3334component_names[" disk-buffering/" ]=" Disk buffering"
34- component_names[" gcp-resources/" ]=" GCP Resources "
35+ component_names[" gcp-resources/" ]=" GCP resources "
3536component_names[" gcp-auth-extension/" ]=" GCP authentication extension"
3637component_names[" inferred-spans/" ]=" Inferred spans"
3738component_names[" jfr-connection/" ]=" JFR connection"
3839component_names[" jfr-events/" ]=" JFR events"
3940component_names[" jmx-metrics/" ]=" JMX metrics"
41+ component_names[" jmx-scraper/" ]=" JMX scraper"
4042component_names[" kafka-exporter/" ]=" Kafka exporter"
4143component_names[" maven-extension/" ]=" Maven extension"
4244component_names[" micrometer-meter-provider/" ]=" Micrometer MeterProvider"
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ### Azure resources - New 🌟
6+
7+ Azure resource detectors.
8+
9+ ### Consistent sampling
10+
11+ - Improve interop with legacy samplers
12+ ([ #1629 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1629 ) )
13+
14+ ### GCP authentication extension - New 🌟
15+
16+ Allows users to export telemetry from their applications to Google Cloud using the built-in OTLP exporters.
17+ The extension takes care of the necessary configuration required to authenticate to GCP to successfully export telemetry.
18+
19+ ### JMX scraper
20+
21+ - Add support for Solr
22+ ([ #1595 ] ( https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1595 ) )
23+
524## Version 1.42.0 (2024-12-13)
625
726### AWS X-Ray SDK support
You can’t perform that action at this time.
0 commit comments