|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +### AWS X-Ray propagator |
| 6 | + |
| 7 | +- Make `xray-lambda` propagator available via SPI |
| 8 | + ([#1669](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1669)) |
| 9 | +- Support Lineage in XRay trace header and remove additional baggage from being added |
| 10 | + ([#1671](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1671)) |
| 11 | + |
| 12 | +### Disk buffering |
| 13 | + |
| 14 | +- Use delegate's temporality |
| 15 | + ([#1672](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1672)) |
| 16 | + |
| 17 | +### GCP authentication extension |
| 18 | + |
| 19 | +- Publish both shaded and unshaded variants |
| 20 | + ([#1688](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1688)) |
| 21 | + |
| 22 | +### JMX metrics |
| 23 | + |
| 24 | +- Updated Hadoop metric unit definitions to align with semantic conventions |
| 25 | + ([#1675](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1675)) |
| 26 | +- Updated Kafka metric unit definitions to align with semantic conventions |
| 27 | + ([#1670](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1670)) |
| 28 | + |
| 29 | +### JMX scraper |
| 30 | + |
| 31 | +- Use SDK autoconfigure module |
| 32 | + ([#1651](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1651)) |
| 33 | +- Rename `otel.jmx.custom.scraping.config` to `otel.jmx.config` in order to align |
| 34 | + with `io.opentelemetry.instrumentation:opentelemetry-jmx-metrics` |
| 35 | + ([#1678](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1678)) |
| 36 | +- Hadoop metrics added |
| 37 | + ([#1675](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1675)) |
| 38 | +- Add a CLI option to test the connection |
| 39 | + ([#1684](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1684)) |
| 40 | +- Kafka server, producer, and consumer metrics added |
| 41 | + ([#1670](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1670)) |
| 42 | +- Add custom YAML support |
| 43 | + ([#1741](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1741)) |
| 44 | + |
| 45 | +### Maven extension |
| 46 | + |
| 47 | +- Support Maven 4.0 |
| 48 | + ([#1679](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1679)) |
| 49 | + |
5 | 50 | ## Version 1.43.0 (2025-01-17) |
6 | 51 |
|
7 | 52 | ### Azure resources - New 🌟 |
|
0 commit comments