File tree 1 file changed +27
-0
lines changed
opentelemetry-sdk/src/opentelemetry/sdk/environment_variables
1 file changed +27
-0
lines changed Original file line number Diff line number Diff line change 511
511
associated with gRPC or HTTP requests.
512
512
"""
513
513
514
+ OTEL_EXPORTER_OTLP_TRACES_CHANNEL_OPTIONS = (
515
+ "OTEL_EXPORTER_OTLP_TRACES_CHANNEL_OPTIONS"
516
+ )
517
+ """
518
+ .. envvar:: OTEL_EXPORTER_OTLP_TRACES_CHANNEL_OPTIONS
519
+
520
+ The :envvar:`OTEL_EXPORTER_OTLP_TRACES_CHANNEL_OPTIONS` represents the channel options for the spans exporter.
521
+ """
522
+
523
+ OTEL_EXPORTER_OTLP_METRICS_CHANNEL_OPTIONS = (
524
+ "OTEL_EXPORTER_OTLP_METRICS_CHANNEL_OPTIONS"
525
+ )
526
+ """
527
+ .. envvar:: OTEL_EXPORTER_OTLP_METRICS_CHANNEL_OPTIONS
528
+
529
+ The :envvar:`OTEL_EXPORTER_OTLP_METRICS_CHANNEL_OPTIONS` represents the channel options for the metrics exporter.
530
+ """
531
+
532
+ OTEL_EXPORTER_OTLP_LOGS_CHANNEL_OPTIONS = (
533
+ "OTEL_EXPORTER_OTLP_LOGS_CHANNEL_OPTIONS"
534
+ )
535
+ """
536
+ .. envvar:: OTEL_EXPORTER_OTLP_LOGS_CHANNEL_OPTIONS
537
+
538
+ The :envvar:`OTEL_EXPORTER_OTLP_LOGS_CHANNEL_OPTIONS` represents the channel options for the logs exporter.
539
+ """
540
+
514
541
OTEL_EXPORTER_OTLP_TRACES_COMPRESSION = "OTEL_EXPORTER_OTLP_TRACES_COMPRESSION"
515
542
"""
516
543
.. envvar:: OTEL_EXPORTER_OTLP_TRACES_COMPRESSION
You can’t perform that action at this time.
0 commit comments