File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
opentelemetry-sdk/src/opentelemetry/sdk Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 277
277
"""
278
278
.. envvar:: OTEL_EXPORTER_OTLP_METRICS_PROTOCOL
279
279
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.
281
281
"""
282
282
283
283
OTEL_EXPORTER_OTLP_LOGS_PROTOCOL = "OTEL_EXPORTER_OTLP_LOGS_PROTOCOL"
284
284
"""
285
285
.. envvar:: OTEL_EXPORTER_OTLP_LOGS_PROTOCOL
286
286
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.
288
288
"""
289
289
290
290
OTEL_EXPORTER_OTLP_CERTIFICATE = "OTEL_EXPORTER_OTLP_CERTIFICATE"
You can’t perform that action at this time.
0 commit comments