|
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 | +### Azure resources |
| 11 | + |
| 12 | +- Support for declarative configuration |
| 13 | + ([#2014](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2014)) |
| 14 | + |
| 15 | +### CloudFoundry resources |
| 16 | + |
| 17 | +- Support for declarative configuration |
| 18 | + ([#2014](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2014)) |
| 19 | + |
5 | 20 | ### Consistent sampling |
6 | 21 |
|
7 | 22 | - Refactor ConsistentFixedThresholdSampler to prepare for dynamic threshold support |
8 | 23 | ([#2018](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2018)) |
9 | 24 | - ConsistentRateLimitingSampler can fail if used in combination with legacy samplers |
10 | 25 | ([#2022](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2022)) |
11 | 26 |
|
12 | | -### OpAMP client |
| 27 | +### GCP resources |
| 28 | + |
| 29 | +- Support for declarative configuration |
| 30 | + ([#2014](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2014)) |
| 31 | + |
| 32 | +### JMX metrics |
| 33 | + |
| 34 | +- Deprecate JMX Gatherer and provide migration guide to JMX Scraper |
| 35 | + ([#2034](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2034)) |
| 36 | + |
| 37 | +### JMX scraper |
| 38 | + |
| 39 | +- Update Jetty metrics configuration corresponding to Java Instrumentation 2.18.0 |
| 40 | + ([#2033](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2033)) |
| 41 | +- Mark as production-ready and remove experimental status |
| 42 | + ([#2034](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2034)) |
| 43 | + |
| 44 | +### Maven extension |
| 45 | + |
| 46 | +- Support for declarative configuration |
| 47 | + ([#2014](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2014)) |
| 48 | + |
| 49 | +### Resource providers |
13 | 50 |
|
14 | | -- Add OpAMP WebSocket service implementation |
15 | | - ([#1969](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1969)) |
| 51 | +- Support for declarative configuration |
| 52 | + ([#2014](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/2014)) |
16 | 53 |
|
17 | 54 | ## Version 1.47.0 (2025-07-04) |
18 | 55 |
|
|
0 commit comments