We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cca571a commit 09f0d96Copy full SHA for 09f0d96
instrumentation/opentelemetry-instrumentation-redis/src/opentelemetry/instrumentation/redis/__init__.py
@@ -474,6 +474,7 @@ def _instrument(self, **kwargs: Any):
474
Args:
475
**kwargs: Optional arguments
476
``tracer_provider``: a TracerProvider, defaults to global.
477
+ ``request_hook``: An optional callback that is invoked right after a span is created.
478
``response_hook``: An optional callback which is invoked right before the span is finished processing a response.
479
"""
480
tracer_provider = kwargs.get("tracer_provider")
0 commit comments