File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
azure-monitor-opentelemetry
azure/monitor/opentelemetry/util Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2323 VIEWS_ARG ,
2424)
2525from azure .monitor .opentelemetry ._types import ConfigurationValue
26- from opentelemetry .sdk .environment_variables import OTEL_TRACES_SAMPLER_ARG
2726from opentelemetry .environment_variables import (
2827 OTEL_LOGS_EXPORTER ,
2928 OTEL_METRICS_EXPORTER ,
3029 OTEL_TRACES_EXPORTER ,
3130)
31+ from opentelemetry .sdk .environment_variables import OTEL_TRACES_SAMPLER_ARG
3232
3333_INVALID_FLOAT_MESSAGE = "Value of %s must be a float. Defaulting to %s: %s"
3434
Original file line number Diff line number Diff line change 2222 _get_configurations ,
2323)
2424from opentelemetry .environment_variables import (
25- OTEL_TRACES_EXPORTER ,
2625 OTEL_LOGS_EXPORTER ,
2726 OTEL_METRICS_EXPORTER ,
27+ OTEL_TRACES_EXPORTER ,
2828)
2929
3030
You can’t perform that action at this time.
0 commit comments