You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Redis instrumentation now supports sanitisation. I'd like to use this via auto instrumentation so an environment variable must be configured.
When running auto instrumentation with environment variable OTEL_PYTHON_INSTRUMENTATION_SANITIZE_REDIS set to true, I expect sanitisation to be enabled.
A more interesting change could be to support kwargs being passed to instrumentations from environment variables.
The text was updated successfully, but these errors were encountered:
The Redis instrumentation now supports sanitisation. I'd like to use this via auto instrumentation so an environment variable must be configured.
When running auto instrumentation with environment variable
OTEL_PYTHON_INSTRUMENTATION_SANITIZE_REDIS
set totrue
, I expect sanitisation to be enabled.A more interesting change could be to support kwargs being passed to instrumentations from environment variables.
The text was updated successfully, but these errors were encountered: