|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +## Version 1.7.0 |
| 6 | + |
| 7 | +* All libraries updated to OpenTelemetry SDK 1.7.0. |
| 8 | + |
| 9 | +### New Libraries |
| 10 | + |
| 11 | +* [`opentelemetry-disruptor-processor`](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/jfr-streaming) - moved from SDK repo |
| 12 | + |
| 13 | +* [`opentelemetry-jfr-streaming`](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/jfr-streaming) - listens for JFR events (using the Streaming API) and converts them to OpenTelemetry metrics |
| 14 | + |
| 15 | +* [`opentelemetry-runtime-attach`](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/runtime-attach) - allows programmatic attach of Javaagent |
| 16 | + |
| 17 | +### Updated Libraries |
| 18 | + |
| 19 | +* [`opentelemetry-jmx-metrics`](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/jmx-metrics) |
| 20 | + * Update Cassandra units for latency counters |
| 21 | + [#111](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/111) |
| 22 | + * Update cassandra counters to be non-monotonic where appropriate |
| 23 | + [#113](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/113) |
| 24 | + * Update cassandra jmx metrics script to combine similar metrics into labelled metric |
| 25 | + [#118](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/118) |
| 26 | + |
5 | 27 | * [`opentelemetry-maven-extension`](https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/maven-extension) |
6 | | - * Support disabling the creation of mojo execution spans [#108](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/108) |
7 | | - * Use the [OpenTelemetry SDK Autoconfigure extension](https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/autoconfigure) to support more configuration setting [#112](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/112). All the settings of the OTLP exporter are supported. |
8 | | - * Fix failure to load the extension declaring it in pom.xml [#86](https://github.com/open-telemetry/opentelemetry-java-contrib/issues/86) |
9 | | - * Fix exception if OTLP exporter is not configured properly [#93](https://github.com/open-telemetry/opentelemetry-java-contrib/issues/93). |
| 28 | + * Support disabling the creation of mojo execution spans |
| 29 | + [#108](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/108) |
| 30 | + * Use the [OpenTelemetry SDK Autoconfigure extension](https://github.com/open-telemetry/opentelemetry-java/tree/main/sdk-extensions/autoconfigure) to support more configuration setting |
| 31 | + [#112](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/112). All the settings of the OTLP exporter are supported. |
| 32 | + * Fix failure to load the extension declaring it in pom.xml |
| 33 | + [#86](https://github.com/open-telemetry/opentelemetry-java-contrib/issues/86) |
| 34 | + * Fix exception if OTLP exporter is not configured properly |
| 35 | + [#93](https://github.com/open-telemetry/opentelemetry-java-contrib/issues/93). |
10 | 36 |
|
11 | 37 | ## Version 1.6.0 - 2021-09-22 |
12 | 38 |
|
|
0 commit comments