|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +## Version 1.42.0 (2024-12-13) |
| 6 | + |
| 7 | +### AWS X-Ray SDK support |
| 8 | + |
| 9 | +- Update semconv dependency version |
| 10 | + ([#1585](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1585)) |
| 11 | + |
| 12 | +### Baggage processor |
| 13 | + |
| 14 | +- [baggage-processor] Add BaggageLogRecordProcessor |
| 15 | + ([#1576](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1576)) |
| 16 | + |
| 17 | +### Disk buffering |
| 18 | + |
| 19 | +- Deserialization validation |
| 20 | + ([#1571](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1571)) |
| 21 | + |
| 22 | +### JMX metrics |
| 23 | + |
| 24 | +- Align HBase metric units to semconv |
| 25 | + ([#1538](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1538)) |
| 26 | +- Align Cassandra metric units to semconv |
| 27 | + ([#1591](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1591)) |
| 28 | +- Align Tomcat metric units to semconv |
| 29 | + ([#1589](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1589)) |
| 30 | +- Align JVM units to semconv |
| 31 | + ([#1593](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1593)) |
| 32 | + |
| 33 | +### JMX scraper - New 🌟 |
| 34 | + |
| 35 | +The future of the [JMX metrics](./jmx-metrics/README.md) component, |
| 36 | +built on top of the |
| 37 | +[JMX metrics](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/jmx-metrics/javaagent#jmx-metric-insight) |
| 38 | +component from the opentelemetry-java-instrumentation repository. |
| 39 | + |
| 40 | +### Maven extension |
| 41 | + |
| 42 | +- Load OTel SDK config from environment variables and system properties |
| 43 | + ([#1434](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1434)) |
| 44 | +- Workaround `NoClassDefFoundError` in `@PreDestroy` waiting for MNG-7056 |
| 45 | + ([#1431](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1431)) |
| 46 | + |
5 | 47 | ## Version 1.41.0 (2024-11-21) |
6 | 48 |
|
| 49 | +### JMX metrics |
| 50 | + |
| 51 | +- Align ActiveMQ metric units to semconv |
| 52 | + ([#1553](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1553)) |
| 53 | +- Align Jetty metric units to semconv |
| 54 | + ([#1517](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1517)) |
| 55 | + |
7 | 56 | ### Inferred spans |
8 | 57 |
|
9 | 58 | - Allow customization of parent-override behavior |
|
107 | 156 | ### Inferred spans - New 🌟 |
108 | 157 |
|
109 | 158 | An OpenTelemetry extension for generating spans via profiling instead of instrumentation. |
110 | | -This extension enhances traces by running [async-profiler](https://github.com/async-profiler/async-profiler) in wall-clock profiling mode |
| 159 | +This extension enhances traces by |
| 160 | +running [async-profiler](https://github.com/async-profiler/async-profiler) in wall-clock profiling |
| 161 | +mode |
111 | 162 | whenever there is an active sampled OpenTelemetry span. |
112 | 163 |
|
113 | 164 | The resulting profiling data is analyzed afterward and spans are "inferred". |
@@ -171,7 +222,7 @@ This module provides a SpanProcessor that stamps baggage onto spans as attribute |
171 | 222 | ### JMX metrics |
172 | 223 |
|
173 | 224 | - Add support for newly named Tomcat MBean with Spring |
174 | | -([#1269](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1269)) |
| 225 | + ([#1269](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1269)) |
175 | 226 |
|
176 | 227 | ### Span stack traces - New 🌟 |
177 | 228 |
|
@@ -239,7 +290,8 @@ This module provides GCP resource detectors for OpenTelemetry. |
239 | 290 |
|
240 | 291 | ### Kafka exporter - New 🌟 |
241 | 292 |
|
242 | | -This module contains `KafkaSpanExporter`, which is an implementation of the `io.opentelemetry.sdk.trace.export.SpanExporter` interface. |
| 293 | +This module contains `KafkaSpanExporter`, which is an implementation of the |
| 294 | +`io.opentelemetry.sdk.trace.export.SpanExporter` interface. |
243 | 295 |
|
244 | 296 | `KafkaSpanExporter` can be used for sending `SpanData` to a Kafka topic. |
245 | 297 |
|
@@ -329,7 +381,7 @@ which can be sent later on demand. |
329 | 381 |
|
330 | 382 | - Links based sampler |
331 | 383 | ([#813](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/813), |
332 | | - [#903](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/903)) |
| 384 | + [#903](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/903)) |
333 | 385 |
|
334 | 386 | ## Version 1.26.0 (2023-05-17) |
335 | 387 |
|
|
0 commit comments