Skip to content

Commit b4b66e0

Browse files
committed
more
1 parent 4529155 commit b4b66e0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,14 @@
2121

2222
- Implementing `ExtendedTextMapGetter` in grpc-1.6 instrumentation
2323
([#13011](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13011))
24+
- Add database client metrics for dynamo db
25+
([#13033](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13033))
26+
- Propagate context into async http client CompletableFuture callbacks
27+
([#13041](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13041))
28+
- Exclude spring routing data source from Spring Starter instrumentation
29+
([#13054](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13054))
30+
- Instrument jdbc batch queries
31+
([#12797](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12797))
2432

2533
### 🛠️ Bug fixes
2634

@@ -32,6 +40,8 @@
3240
([#13005](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13005))
3341
- Fix compatibility problem of DubboHeadersGetter#keys in Dubbo 2.7.6 and 2.7.7
3442
([#12982](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12982))
43+
- Fix appender install for async Logback appenders
44+
([#13047](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13047))
3545

3646
## Version 2.11.0 (2024-12-23)
3747

0 commit comments

Comments
 (0)