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
1111
1212## Unreleased
1313
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+
1418## Version 1.30.0/0.51b0 (2025-02-03)
1519
1620### Added
Original file line number Diff line number Diff line change @@ -474,6 +474,7 @@ def _instrument(self, **kwargs: Any):
474474 Args:
475475 **kwargs: Optional arguments
476476 ``tracer_provider``: a TracerProvider, defaults to global.
477+ ``request_hook``: An optional callback that is invoked right after a span is created.
477478 ``response_hook``: An optional callback which is invoked right before the span is finished processing a response.
478479 """
479480 tracer_provider = kwargs .get ("tracer_provider" )
You can’t perform that action at this time.
0 commit comments