This commit is contained in:
jerevoss 2023-05-01 18:33:25 -07:00
Родитель 976e7483db
Коммит 1ffd4c4e53
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -23,12 +23,12 @@ from azure.monitor.opentelemetry._constants import (
VIEWS_ARG,
)
from azure.monitor.opentelemetry._types import ConfigurationValue
from opentelemetry.sdk.environment_variables import OTEL_TRACES_SAMPLER_ARG
from opentelemetry.environment_variables import (
OTEL_LOGS_EXPORTER,
OTEL_METRICS_EXPORTER,
OTEL_TRACES_EXPORTER,
)
from opentelemetry.sdk.environment_variables import OTEL_TRACES_SAMPLER_ARG
_INVALID_FLOAT_MESSAGE = "Value of %s must be a float. Defaulting to %s: %s"

Просмотреть файл

@ -22,9 +22,9 @@ from azure.monitor.opentelemetry.util.configurations import (
_get_configurations,
)
from opentelemetry.environment_variables import (
OTEL_TRACES_EXPORTER,
OTEL_LOGS_EXPORTER,
OTEL_METRICS_EXPORTER,
OTEL_TRACES_EXPORTER,
)