Skip to content

Commit 0323ecc

Browse files
committed
Update change log
1 parent 7ecc678 commit 0323ecc

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,47 @@
22

33
## Unreleased
44

5+
### Migration notes
6+
7+
- Update unit on opt-in Java 17 JFR based metrics from milliseconds to seconds
8+
(if you are using the Java agent, this only affects you if you are using
9+
`otel.instrumentation.runtime-telemetry-java17.enable-all=true`)
10+
([#12084](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12084))
11+
12+
### 📈 Enhancements
13+
14+
- Update Pulsar instrumentation to work with next Pulsar release
15+
([#11648](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11648))
16+
- Capture `network.peer.address` in OkHttp 3.0 instrumentation
17+
([#12012](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12012))
18+
- Add support for CXF 4.0 JAX-WS
19+
([#12077](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12077))
20+
- Add rules for capturing Apache Camel metrics exposed by JMX MBeans
21+
([#11901](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11901))
22+
- Make RocketMQ span status extractor delegate to the default extractor
23+
([#12183](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12183))
24+
- Bridge log body any value
25+
([#12204](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12204))
26+
- Add declarative config support for resource providers
27+
([#12144](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12144))
28+
29+
### 🛠️ Bug fixes
30+
31+
- Fix Javaagent doesn't work with `java.net.spi.InetAddressResolverProvider`
32+
([#11987](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/11987))
33+
- Fix Oracle UCP 11 metrics not emitted
34+
([#12052](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12052))
35+
- Fix wrong database info captured while using Apache ShardingSphere
36+
([#12066](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12066))
37+
- Fix RabbitMQ NullPointerException
38+
([#12109](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12109))
39+
- Fix possible `NullPointerException` in Play instrumentation
40+
([#12121](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12121))
41+
- Fix error span status for successful requests in Ktor
42+
([#12161](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12161))
43+
- Make OpenTelemetryHandlerMappingFilter handle exceptions from `ServletRequestPathUtils.parseAndCache()`
44+
([#12221](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12221))
45+
546
## Version 1.33.6 (2024-08-26)
647

748
### 📈 Enhancements

0 commit comments

Comments
 (0)