File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
opentelemetry-sdk/src/opentelemetry/sdk/environment_variables Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 561561.. envvar:: OTEL_EXPORTER_OTLP_LOGS_INSECURE
562562
563563The :envvar:`OTEL_EXPORTER_OTLP_LOGS_INSECURE` represents whether to enable client transport security
564- for gRPC requests for metrics . A scheme of https takes precedence over the this configuration setting.
564+ for gRPC requests for logs . A scheme of https takes precedence over the this configuration setting.
565565Default: False
566566"""
567567
581581.. envvar:: OTEL_EXPORTER_OTLP_METRICS_CERTIFICATE
582582
583583The :envvar:`OTEL_EXPORTER_OTLP_METRICS_CERTIFICATE` stores the path to the certificate file for
584- TLS credentials of gRPC client for traces . Should only be used for a secure connection for tracing .
584+ TLS credentials of gRPC client for metrics . Should only be used for a secure connection for metrics .
585585"""
586586
587587OTEL_EXPORTER_OTLP_LOGS_CERTIFICATE = "OTEL_EXPORTER_OTLP_LOGS_CERTIFICATE"
588588"""
589589.. envvar:: OTEL_EXPORTER_OTLP_LOGS_CERTIFICATE
590590
591591The :envvar:`OTEL_EXPORTER_OTLP_LOGS_CERTIFICATE` stores the path to the certificate file for
592- TLS credentials of gRPC client for traces . Should only be used for a secure connection for tracing .
592+ TLS credentials of gRPC client for logs . Should only be used for a secure connection for logs .
593593"""
594594
595595OTEL_EXPORTER_OTLP_METRICS_HEADERS = "OTEL_EXPORTER_OTLP_METRICS_HEADERS"
You can’t perform that action at this time.
0 commit comments