We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 148e69e commit 814db1eCopy full SHA for 814db1e
sdk/monitor/azure-monitor-opentelemetry/azure/monitor/opentelemetry/_utils/configurations.py
@@ -131,7 +131,7 @@ def _default_sampling_ratio(configurations):
131
except:
132
pass
133
else:
134
- _logger.error("OTEL_TRACES_SAMPLER_ARG is not set.")
+ _logger.warning("OTEL_TRACES_SAMPLER_ARG is not set.")
135
136
# Check if rate-limited sampler is configured
137
if environ.get(OTEL_TRACES_SAMPLER) == RATE_LIMITED_SAMPLER:
0 commit comments