Skip to content

Commit d2e0219

Browse files
authored
Merge branch 'main' into issue_3198
2 parents de1db4d + 9b713db commit d2e0219

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/environment_variables.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -277,14 +277,14 @@
277277
"""
278278
.. envvar:: OTEL_EXPORTER_OTLP_METRICS_PROTOCOL
279279
280-
The :envvar:`OTEL_EXPORTER_OTLP_TRACES_PROTOCOL` represents the the transport protocol for metrics.
280+
The :envvar:`OTEL_EXPORTER_OTLP_METRICS_PROTOCOL` represents the the transport protocol for metrics.
281281
"""
282282

283283
OTEL_EXPORTER_OTLP_LOGS_PROTOCOL = "OTEL_EXPORTER_OTLP_LOGS_PROTOCOL"
284284
"""
285285
.. envvar:: OTEL_EXPORTER_OTLP_LOGS_PROTOCOL
286286
287-
The :envvar:`OTEL_EXPORTER_OTLP_TRACES_PROTOCOL` represents the the transport protocol for logs.
287+
The :envvar:`OTEL_EXPORTER_OTLP_LOGS_PROTOCOL` represents the the transport protocol for logs.
288288
"""
289289

290290
OTEL_EXPORTER_OTLP_CERTIFICATE = "OTEL_EXPORTER_OTLP_CERTIFICATE"

0 commit comments

Comments
 (0)