File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
instrumentation/opentelemetry-instrumentation-redis/src/opentelemetry/instrumentation/redis Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
12
12
## Unreleased
13
13
14
+ ### Fixed
15
+ - ` opentelemetry-instrumentation-redis ` Add missing entry in doc string for ` def _instrument `
16
+ ([ #3247 ] ( https://github.com/open-telemetry/opentelemetry-python-contrib/pull/3247 ) )
17
+
14
18
## Version 1.30.0/0.51b0 (2025-02-03)
15
19
16
20
### Added
Original file line number Diff line number Diff line change @@ -474,6 +474,7 @@ def _instrument(self, **kwargs: Any):
474
474
Args:
475
475
**kwargs: Optional arguments
476
476
``tracer_provider``: a TracerProvider, defaults to global.
477
+ ``request_hook``: An optional callback that is invoked right after a span is created.
477
478
``response_hook``: An optional callback which is invoked right before the span is finished processing a response.
478
479
"""
479
480
tracer_provider = kwargs .get ("tracer_provider" )
You can’t perform that action at this time.
0 commit comments