Skip to content

Commit f62d6e3

Browse files
committed
Update Redis sanitize_query option documentation
Changes suggested in #1572 (comment)
1 parent 6bbcc99 commit f62d6e3

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/opentelemetry-instrumentation-redis/src/opentelemetry/instrumentation/redis

1 file changed

+1
-1
lines changed

instrumentation/opentelemetry-instrumentation-redis/src/opentelemetry/instrumentation/redis/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ async def redis_get():
6464
response_hook (Callable) - a function with extra user-defined logic to be performed after performing the request
6565
this function signature is: def response_hook(span: Span, instance: redis.connection.Connection, response) -> None
6666
67-
sanitize_query True(Default) or False - enable the Redis query sanization
67+
sanitize_query (Boolean) - default True, enable the Redis query sanitization
6868
6969
for example:
7070

0 commit comments

Comments
 (0)