File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed
Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
1212## Unreleased
1313
14+ ### Added
15+ - ` opentelemetry-instrumentation-redis ` Add support for redis client-specific instrumentation.
16+ ([ #3143 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3143 ) )
17+
18+
1419### Fixed
1520- ` opentelemetry-instrumentation-redis ` Add missing entry in doc string for ` def _instrument `
1621 ([ #3247 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3247 ) )
@@ -23,8 +28,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2328 ([ #3100 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3100 ) )
2429- Add support to database stability opt-in in ` _semconv ` utilities and add tests
2530 ([ #3111 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3111 ) )
26- - ` opentelemetry-instrumentation-redis ` Add support for redis client-specific instrumentation.
27- ([ #3143 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3143 ) )
31+
2832- ` opentelemetry-instrumentation-urllib ` Add ` py.typed ` file to enable PEP 561
2933 ([ #3131 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3131 ) )
3034- ` opentelemetry-opentelemetry-pymongo ` Add ` py.typed ` file to enable PEP 561
You can’t perform that action at this time.
0 commit comments