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
Disable warning messages from OTel auto instrumentation (#449)
*Description of changes:*
When setting `OTEL_PYTHON_CONFIGURATOR=aws_configurator`, users see a
verbose warning message:
`Configuration of configurator not loaded because aws_configurator is
set by OTEL_PYTHON_CONFIGURATOR`
These warnings appear when multiple OpenTelemetry configurators are
installed (e.g., default upstream configurators alongside the AWS
configurator). While the behavior is correct, the warnings create noise
in application logs.
Disabling this log message from showing up by default.
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
0 commit comments