Skip to content

Commit da3d617

Browse files
committed
feedback
1 parent a102e47 commit da3d617

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
([#3113](https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3113))
2828
- `opentelemetry-instrumentation-grpc` Fix error when using gprc versions <= 1.50.0 with unix sockets.
2929
([[#3393](https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3393)])
30+
- `opentelemetry-instrumentation-asyncio` Fix duplicate instrumentation.
31+
([[#3383](https://github.com/open-telemetry/opentelemetry-python-contrib/issues/3383)])
3032

3133
## Version 1.31.0/0.52b0 (2025-03-12)
3234

instrumentation/opentelemetry-instrumentation-asyncio/tests/test_asyncio_duplicate_instrument.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,4 +102,4 @@ def test_duplicate_instrumentation_of_futures(self):
102102
rejoin_cb_count,
103103
max_expected_callbacks,
104104
f"_rejoin_needed_fut has {rejoin_cb_count} callbacks. Potential leak!",
105-
)
105+
)

0 commit comments

Comments
 (0)