Class RedisCommandSanitizer
java.lang.Object
io.opentelemetry.instrumentation.api.db.RedisCommandSanitizer
This class is responsible for masking potentially sensitive data in Redis commands.
Examples:
| Raw command | Normalized command |
|---|---|
AUTH password |
AUTH ? |
HMSET hash creditcard 1234567887654321 address asdf |
HMSET hash creditcard ? address ? |
-
Method Summary
-
Method Details
-
create
-
sanitize
-