contrib/gomodule/redigo: Add support for WithSkipRawCommand #1707
Labels
apm:ecosystem
contrib/* related feature requests or bugs
enhancement
quick change/addition that does not need full team approval
We use gomodule/redigo for our Redis implementation. For security reasons we'd like to add a config option to omit/obfuscate the
redis.raw_command
value when instrumenting with thecontrib/gomodule/redigo
package.I'd like to propose adding a
WithSkipRawComand
option similar to thecontrib/go-redis/redis.v8
package.Here is the PR for that change. #1091 This request is just to bring parity between the two packages in this regard.
I'm happy to contribute a PR for this feature, I'm looking for some confirmation if it would be a welcome addition.
The text was updated successfully, but these errors were encountered: