Skip to content

Commit 9b713db

Browse files
Fix copy and paste issue (#3404)
1 parent c9277ff commit 9b713db

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)