This commit is contained in:
Родитель
976e7483db
Коммит
1ffd4c4e53
|
@ -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,
|
||||
)
|
||||
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче