File tree 1 file changed +4
-4
lines changed
opentelemetry-sdk/src/opentelemetry/sdk/environment_variables
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 270
270
"""
271
271
.. envvar:: OTEL_EXPORTER_OTLP_PROTOCOL
272
272
273
- The :envvar:`OTEL_EXPORTER_OTLP_PROTOCOL` represents the the transport protocol for the
273
+ The :envvar:`OTEL_EXPORTER_OTLP_PROTOCOL` represents the transport protocol for the
274
274
OTLP exporter.
275
275
"""
276
276
277
277
OTEL_EXPORTER_OTLP_TRACES_PROTOCOL = "OTEL_EXPORTER_OTLP_TRACES_PROTOCOL"
278
278
"""
279
279
.. envvar:: OTEL_EXPORTER_OTLP_TRACES_PROTOCOL
280
280
281
- The :envvar:`OTEL_EXPORTER_OTLP_TRACES_PROTOCOL` represents the the transport protocol for spans.
281
+ The :envvar:`OTEL_EXPORTER_OTLP_TRACES_PROTOCOL` represents the transport protocol for spans.
282
282
"""
283
283
284
284
OTEL_EXPORTER_OTLP_METRICS_PROTOCOL = "OTEL_EXPORTER_OTLP_METRICS_PROTOCOL"
285
285
"""
286
286
.. envvar:: OTEL_EXPORTER_OTLP_METRICS_PROTOCOL
287
287
288
- The :envvar:`OTEL_EXPORTER_OTLP_METRICS_PROTOCOL` represents the the transport protocol for metrics.
288
+ The :envvar:`OTEL_EXPORTER_OTLP_METRICS_PROTOCOL` represents the transport protocol for metrics.
289
289
"""
290
290
291
291
OTEL_EXPORTER_OTLP_LOGS_PROTOCOL = "OTEL_EXPORTER_OTLP_LOGS_PROTOCOL"
292
292
"""
293
293
.. envvar:: OTEL_EXPORTER_OTLP_LOGS_PROTOCOL
294
294
295
- The :envvar:`OTEL_EXPORTER_OTLP_LOGS_PROTOCOL` represents the the transport protocol for logs.
295
+ The :envvar:`OTEL_EXPORTER_OTLP_LOGS_PROTOCOL` represents the transport protocol for logs.
296
296
"""
297
297
298
298
OTEL_EXPORTER_OTLP_CERTIFICATE = "OTEL_EXPORTER_OTLP_CERTIFICATE"
You can’t perform that action at this time.
0 commit comments