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
11
11
12
12
## Unreleased
13
13
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
+
14
19
### Fixed
15
20
- ` opentelemetry-instrumentation-redis ` Add missing entry in doc string for ` def _instrument `
16
21
([ #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
23
28
([ #3100 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3100 ) )
24
29
- Add support to database stability opt-in in ` _semconv ` utilities and add tests
25
30
([ #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
+
28
32
- ` opentelemetry-instrumentation-urllib ` Add ` py.typed ` file to enable PEP 561
29
33
([ #3131 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3131 ) )
30
34
- ` opentelemetry-opentelemetry-pymongo ` Add ` py.typed ` file to enable PEP 561
You can’t perform that action at this time.
0 commit comments