Open
Description
Hello,
I'm using opentelemetry-instrumentation-redis
in my system to collect traces from Redis. I would like the traces to include info about the key, as I use Redis in different ways throughout the system and I'd like to be able to differentiate between them when viewing my traces. I saw the work you made on sanitizing the db.statement
by default here and here.
Is there a way that I can bypass this sanitization or provide my own sanitization function (so I would sanitize the value but not the key)? I didn't find any reference for that in the code or the docs.
Thanks!
Metadata
Metadata
Assignees
Labels
No labels