We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff5b8af commit 9a44774Copy full SHA for 9a44774
opentelemetry-sdk/tests/metrics/test_metric_reader.py
@@ -18,7 +18,7 @@
18
from unittest.mock import patch
19
20
from opentelemetry.sdk.environment_variables import (
21
- _OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE,
+ OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE,
22
)
23
from opentelemetry.sdk.metrics import (
24
Counter,
0 commit comments