|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +### AWS resources |
| 6 | + |
| 7 | +- Changed resource attribute `container.image.tag` to `container.image.tags` |
| 8 | + ([#1736](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1736)) |
| 9 | + |
| 10 | +### AWS X-Ray propagator |
| 11 | + |
| 12 | +- Make `xray-lambda` propagator available via SPI |
| 13 | + ([#1669](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1669)) |
| 14 | +- Support Lineage in XRay trace header and remove additional baggage from being added |
| 15 | + ([#1671](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1671)) |
| 16 | + |
| 17 | +### Disk buffering |
| 18 | + |
| 19 | +- Use delegate's temporality |
| 20 | + ([#1672](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1672)) |
| 21 | + |
| 22 | +### GCP authentication extension |
| 23 | + |
| 24 | +- Publish both shaded and unshaded variants |
| 25 | + ([#1688](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1688)) |
| 26 | + |
| 27 | +### JMX metrics |
| 28 | + |
| 29 | +- Updated Hadoop metric unit definitions to align with semantic conventions |
| 30 | + ([#1675](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1675)) |
| 31 | +- Updated Kafka metric unit definitions to align with semantic conventions |
| 32 | + ([#1670](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1670)) |
| 33 | + |
| 34 | +### JMX scraper |
| 35 | + |
| 36 | +- Use SDK autoconfigure module |
| 37 | + ([#1651](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1651)) |
| 38 | +- Rename `otel.jmx.custom.scraping.config` to `otel.jmx.config` in order to align |
| 39 | + with `io.opentelemetry.instrumentation:opentelemetry-jmx-metrics` |
| 40 | + ([#1678](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1678)) |
| 41 | +- Hadoop metrics added |
| 42 | + ([#1675](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1675)) |
| 43 | +- Add a CLI option to test the connection |
| 44 | + ([#1684](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1684)) |
| 45 | +- Kafka server, producer, and consumer metrics added |
| 46 | + ([#1670](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1670)) |
| 47 | +- Add custom YAML support |
| 48 | + ([#1741](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1741)) |
| 49 | +- Add SSL support |
| 50 | + ([#1710](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1710)) |
| 51 | +- Replicate JMXMP/SASL config from the JMX metrics module |
| 52 | + ([#1749](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1749)) |
| 53 | + |
| 54 | +### Maven extension |
| 55 | + |
| 56 | +- Support Maven 4.0 |
| 57 | + ([#1679](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1679)) |
| 58 | + |
| 59 | +### Processors |
| 60 | + |
| 61 | +- Changed `EventToSpanEventBridge` from reading `event.name` to reading the new LogRecord |
| 62 | + [EventName](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/data-model.md#field-eventname) |
| 63 | + field. |
| 64 | + ([#1736](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1736)) |
| 65 | + |
| 66 | +### Static instrumenter |
| 67 | + |
| 68 | +- Module has been removed |
| 69 | + ([#1755](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1755)) |
| 70 | + |
5 | 71 | ## Version 1.43.0 (2025-01-17) |
6 | 72 |
|
7 | 73 | ### Azure resources - New 🌟 |
|
0 commit comments