Skip to content

Commit c646674

Browse files
authored
Fix warning message typo for environment variable for unrecognized temporality preference (#4790)
1 parent e0ac0a4 commit c646674

File tree

1 file changed

+1
-1
lines changed
  • exporter/opentelemetry-exporter-otlp-proto-common/src/opentelemetry/exporter/otlp/proto/common/_internal/metrics_encoder

1 file changed

+1
-1
lines changed

exporter/opentelemetry-exporter-otlp-proto-common/src/opentelemetry/exporter/otlp/proto/common/_internal/metrics_encoder/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def _get_temporality(
115115
"CUMULATIVE"
116116
):
117117
_logger.warning(
118-
"Unrecognized OTEL_EXPORTER_METRICS_TEMPORALITY_PREFERENCE"
118+
"Unrecognized OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE"
119119
" value found: "
120120
"%s, "
121121
"using CUMULATIVE",

0 commit comments

Comments
 (0)