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 6bbcc99 commit f62d6e3Copy full SHA for f62d6e3
instrumentation/opentelemetry-instrumentation-redis/src/opentelemetry/instrumentation/redis/__init__.py
@@ -64,7 +64,7 @@ async def redis_get():
64
response_hook (Callable) - a function with extra user-defined logic to be performed after performing the request
65
this function signature is: def response_hook(span: Span, instance: redis.connection.Connection, response) -> None
66
67
-sanitize_query True(Default) or False - enable the Redis query sanization
+sanitize_query (Boolean) - default True, enable the Redis query sanitization
68
69
for example:
70
0 commit comments