|
2 | 2 |
|
3 | 3 | ## Unreleased
|
4 | 4 |
|
| 5 | +### AWS resources |
| 6 | + |
| 7 | +- Support for declarative configuration |
| 8 | + ([#2014](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2014)) |
| 9 | + |
| 10 | +### AWS X-Ray SDK support |
| 11 | + |
| 12 | +- Update SamplerRulesApplier to recognize new HTTP/URL semconv |
| 13 | + ([#1959](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1959)) |
| 14 | + |
| 15 | +### Azure resources |
| 16 | + |
| 17 | +- Support for declarative configuration |
| 18 | + ([#2014](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2014)) |
| 19 | + |
| 20 | +### CloudFoundry resources |
| 21 | + |
| 22 | +- Support for declarative configuration |
| 23 | + ([#2014](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2014)) |
| 24 | + |
| 25 | +### Consistent sampling |
| 26 | + |
| 27 | +- Refactor ConsistentFixedThresholdSampler to prepare for dynamic threshold support |
| 28 | + ([#2018](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2018)) |
| 29 | +- ConsistentRateLimitingSampler can fail if used in combination with legacy samplers |
| 30 | + ([#2022](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2022)) |
| 31 | + |
| 32 | +### GCP resources |
| 33 | + |
| 34 | +- Support for declarative configuration |
| 35 | + ([#2014](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2014)) |
| 36 | + |
| 37 | +### JMX metrics |
| 38 | + |
| 39 | +- Deprecate JMX Gatherer and provide migration guide to JMX Scraper |
| 40 | + ([#2034](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2034)) |
| 41 | + |
| 42 | +### JMX scraper |
| 43 | + |
| 44 | +- Update Jetty metrics configuration corresponding to Java Instrumentation 2.18.0 |
| 45 | + ([#2033](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2033)) |
| 46 | +- Mark as production-ready and remove experimental status |
| 47 | + ([#2034](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2034)) |
| 48 | + |
| 49 | +### Maven extension |
| 50 | + |
| 51 | +- Support for declarative configuration |
| 52 | + ([#2014](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2014)) |
| 53 | + |
| 54 | +### Resource providers |
| 55 | + |
| 56 | +- Support for declarative configuration |
| 57 | + ([#2014](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2014)) |
| 58 | + |
5 | 59 | ## Version 1.47.0 (2025-07-04)
|
6 | 60 |
|
7 | 61 | ### Disk buffering
|
|
0 commit comments