Skip to content

Commit e3a2314

Browse files
committed
reword
1 parent b4b66e0 commit e3a2314

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919

2020
### 📈 Enhancements
2121

22-
- Implementing `ExtendedTextMapGetter` in grpc-1.6 instrumentation
22+
- Support `ExtendedTextMapGetter` in gRPC instrumentation
2323
([#13011](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13011))
24-
- Add database client metrics for dynamo db
24+
- Add database client metrics in DynamoDB instrumentation
2525
([#13033](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13033))
2626
- Propagate context into async http client CompletableFuture callbacks
2727
([#13041](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13041))
@@ -32,13 +32,13 @@
3232

3333
### 🛠️ Bug fixes
3434

35-
- Fix wrong dubbo trace caused by using rpcContext.isProviderSide()
35+
- Fix incorrect dubbo trace caused by using rpcContext.isProviderSide()
3636
([#12930](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12930))
37-
- Fix clickhouse query failing with syntax error
37+
- Fix ClickHouse query failing with syntax error
3838
([#13020](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13020))
3939
- Fix instrumentation module not loading silently when duplicate helper classnames are detected
4040
([#13005](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13005))
41-
- Fix compatibility problem of DubboHeadersGetter#keys in Dubbo 2.7.6 and 2.7.7
41+
- Fix compatibility problem due to DubboHeadersGetter#keys in Dubbo 2.7.6 and 2.7.7
4242
([#12982](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/12982))
4343
- Fix appender install for async Logback appenders
4444
([#13047](https://github.com/open-telemetry/opentelemetry-java-instrumentation/pull/13047))

0 commit comments

Comments
 (0)