From f9b8164ca491e5f047c9c360f84a141e9a850242 Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Mon, 21 Jul 2025 18:52:43 -0700 Subject: [PATCH 1/3] Update change log for upcoming release --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index deab78620..3a4713c36 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ ## Unreleased +### Consistent sampling + +- Refactor ConsistentFixedThresholdSampler to prepare for dynamic threshold support + ([#2018](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2018)) +- ConsistentRateLimitingSampler can fail if used in combination with legacy samplers + ([#2022](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2022)) + +### OpAMP client + +- Add OpAMP WebSocket service implementation + ([#1969](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1969)) + ## Version 1.47.0 (2025-07-04) ### Disk buffering From c19080b59251a0f90d14c127d10729b70765628c Mon Sep 17 00:00:00 2001 From: Trask Stalnaker Date: Tue, 22 Jul 2025 12:13:27 -0700 Subject: [PATCH 2/3] updates --- CHANGELOG.md | 43 ++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 40 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a4713c36..17747e683 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ ## Unreleased +### AWS resources + +- Support for declarative configuration + ([#2014](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2014)) + +### Azure resources + +- Support for declarative configuration + ([#2014](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2014)) + +### CloudFoundry resources + +- Support for declarative configuration + ([#2014](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2014)) + ### Consistent sampling - Refactor ConsistentFixedThresholdSampler to prepare for dynamic threshold support @@ -9,10 +24,32 @@ - ConsistentRateLimitingSampler can fail if used in combination with legacy samplers ([#2022](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2022)) -### OpAMP client +### GCP resources + +- Support for declarative configuration + ([#2014](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2014)) + +### JMX metrics + +- Deprecate JMX Gatherer and provide migration guide to JMX Scraper + ([#2034](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2034)) + +### JMX scraper + +- Update Jetty metrics configuration corresponding to Java Instrumentation 2.18.0 + ([#2033](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2033)) +- Mark as production-ready and remove experimental status + ([#2034](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2034)) + +### Maven extension + +- Support for declarative configuration + ([#2014](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2014)) + +### Resource providers -- Add OpAMP WebSocket service implementation - ([#1969](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1969)) +- Support for declarative configuration + ([#2014](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2014)) ## Version 1.47.0 (2025-07-04) From 67d3a47f127b7ee751b3d065c6e826d81a30a735 Mon Sep 17 00:00:00 2001 From: Lauri Tulmin Date: Wed, 23 Jul 2025 10:07:37 +0300 Subject: [PATCH 3/3] add x-ray sampler update to changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 17747e683..f13372611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ - Support for declarative configuration ([#2014](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2014)) +### AWS X-Ray SDK support + +- Update SamplerRulesApplier to recognize new HTTP/URL semconv + ([#1959](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1959)) + ### Azure resources - Support for declarative configuration