|
2 | 2 |
|
3 | 3 | ## Unreleased |
4 | 4 |
|
| 5 | +### AWS X-Ray SDK support |
| 6 | + |
| 7 | +- Update semconv dependency version |
| 8 | + ([#1585](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1585)) |
| 9 | + |
| 10 | +### Baggage processor |
| 11 | + |
| 12 | +- [baggage-processor] Add BaggageLogRecordProcessor |
| 13 | + ([#1576](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1576)) |
| 14 | + |
| 15 | +### Disk buffering |
| 16 | + |
| 17 | +- Deserialization validation |
| 18 | + ([#1571](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1571)) |
| 19 | + |
| 20 | +### JMX metrics |
| 21 | + |
| 22 | +- Align HBase metric units to semconv |
| 23 | + ([#1538](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1538)) |
| 24 | +- Align Cassandra metric units to semconv |
| 25 | + ([#1591](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1591)) |
| 26 | +- Align Tomcat metric units to semconv |
| 27 | + ([#1589](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1589)) |
| 28 | +- Align JVM units to semconv |
| 29 | + ([#1593](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1593)) |
| 30 | + |
| 31 | +### JMX scraper - New 🌟 |
| 32 | + |
| 33 | +The future of the [JMX metrics](./jmx-metrics/README.md) component, |
| 34 | +built on top of the |
| 35 | +[JMX metrics](https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/jmx-metrics/javaagent#jmx-metric-insight) |
| 36 | +component from the opentelemetry-java-instrumentation repository. |
| 37 | + |
| 38 | +### Maven extension |
| 39 | + |
| 40 | +- Load OTel SDK config from environment variables and system properties |
| 41 | + ([#1434](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1434)) |
| 42 | +- Workaround `NoClassDefFoundError` in `@PreDestroy` waiting for MNG-7056 |
| 43 | + ([#1431](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1431)) |
| 44 | + |
5 | 45 | ## Version 1.41.0 (2024-11-21) |
6 | 46 |
|
7 | 47 | ### Inferred spans |
|
107 | 147 | ### Inferred spans - New 🌟 |
108 | 148 |
|
109 | 149 | 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 |
| 150 | +This extension enhances traces by |
| 151 | +running [async-profiler](https://github.com/async-profiler/async-profiler) in wall-clock profiling |
| 152 | +mode |
111 | 153 | whenever there is an active sampled OpenTelemetry span. |
112 | 154 |
|
113 | 155 | The resulting profiling data is analyzed afterward and spans are "inferred". |
@@ -171,7 +213,7 @@ This module provides a SpanProcessor that stamps baggage onto spans as attribute |
171 | 213 | ### JMX metrics |
172 | 214 |
|
173 | 215 | - Add support for newly named Tomcat MBean with Spring |
174 | | -([#1269](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1269)) |
| 216 | + ([#1269](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/1269)) |
175 | 217 |
|
176 | 218 | ### Span stack traces - New 🌟 |
177 | 219 |
|
@@ -239,7 +281,8 @@ This module provides GCP resource detectors for OpenTelemetry. |
239 | 281 |
|
240 | 282 | ### Kafka exporter - New 🌟 |
241 | 283 |
|
242 | | -This module contains `KafkaSpanExporter`, which is an implementation of the `io.opentelemetry.sdk.trace.export.SpanExporter` interface. |
| 284 | +This module contains `KafkaSpanExporter`, which is an implementation of the |
| 285 | +`io.opentelemetry.sdk.trace.export.SpanExporter` interface. |
243 | 286 |
|
244 | 287 | `KafkaSpanExporter` can be used for sending `SpanData` to a Kafka topic. |
245 | 288 |
|
@@ -329,7 +372,7 @@ which can be sent later on demand. |
329 | 372 |
|
330 | 373 | - Links based sampler |
331 | 374 | ([#813](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/813), |
332 | | - [#903](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/903)) |
| 375 | + [#903](https://github.com/open-telemetry/opentelemetry-java-contrib/pull/903)) |
333 | 376 |
|
334 | 377 | ## Version 1.26.0 (2023-05-17) |
335 | 378 |
|
|
0 commit comments