File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
instrumentation/opentelemetry-instrumentation-asyncio/tests Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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+ )
You can’t perform that action at this time.
0 commit comments