Class RedisCommandSanitizer
- java.lang.Object
-
- io.opentelemetry.instrumentation.api.db.RedisCommandSanitizer
-
public final class RedisCommandSanitizer extends Object
This class is responsible for masking potentially sensitive data in Redis commands.Examples:
Raw command Normalized command AUTH passwordAUTH ?HMSET hash creditcard 1234567887654321 address asdfHMSET hash creditcard ? address ?
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceRedisCommandSanitizer.CommandSanitizer
-
Constructor Summary
Constructors Constructor Description RedisCommandSanitizer()
-