Update change log for upcoming release (#1746)

This commit is contained in:
Trask Stalnaker 2025-02-21 13:03:30 -08:00 committed by GitHub
parent 4ff90552aa
commit 539e0ef688
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 66 additions and 0 deletions

View File

@ -2,6 +2,72 @@
## Unreleased
### AWS resources
- Changed resource attribute `container.image.tag` to `container.image.tags`
([#1736](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1736))
### AWS X-Ray propagator
- Make `xray-lambda` propagator available via SPI
([#1669](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1669))
- Support Lineage in XRay trace header and remove additional baggage from being added
([#1671](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1671))
### Disk buffering
- Use delegate's temporality
([#1672](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1672))
### GCP authentication extension
- Publish both shaded and unshaded variants
([#1688](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1688))
### JMX metrics
- Updated Hadoop metric unit definitions to align with semantic conventions
([#1675](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1675))
- Updated Kafka metric unit definitions to align with semantic conventions
([#1670](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1670))
### JMX scraper
- Use SDK autoconfigure module
([#1651](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1651))
- Rename `otel.jmx.custom.scraping.config` to `otel.jmx.config` in order to align
with `io.opentelemetry.instrumentation:opentelemetry-jmx-metrics`
([#1678](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1678))
- Hadoop metrics added
([#1675](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1675))
- Add a CLI option to test the connection
([#1684](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1684))
- Kafka server, producer, and consumer metrics added
([#1670](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1670))
- Add custom YAML support
([#1741](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1741))
- Add SSL support
([#1710](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1710))
- Replicate JMXMP/SASL config from the JMX metrics module
([#1749](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1749))
### Maven extension
- Support Maven 4.0
([#1679](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1679))
### Processors
- Changed `EventToSpanEventBridge` from reading `event.name` to reading the new LogRecord
[EventName](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/logs/data-model.md#field-eventname)
field.
([#1736](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1736))
### Static instrumenter
- Module has been removed
([#1755](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1755))
## Version 1.43.0 (2025-01-17)
### Azure resources - New 🌟