Skip to content

Commit c8e96c2

Browse files
chore: Update envvar descriptions to match signal
In some cases, a signal different from the one the environment variable was named after was used in the documentation.
1 parent 2bcbbcc commit c8e96c2

File tree

1 file changed

+3
-3
lines changed
  • opentelemetry-sdk/src/opentelemetry/sdk/environment_variables

1 file changed

+3
-3
lines changed

opentelemetry-sdk/src/opentelemetry/sdk/environment_variables/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,7 @@
561561
.. envvar:: OTEL_EXPORTER_OTLP_LOGS_INSECURE
562562
563563
The :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.
565565
Default: False
566566
"""
567567

@@ -581,15 +581,15 @@
581581
.. envvar:: OTEL_EXPORTER_OTLP_METRICS_CERTIFICATE
582582
583583
The :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

587587
OTEL_EXPORTER_OTLP_LOGS_CERTIFICATE = "OTEL_EXPORTER_OTLP_LOGS_CERTIFICATE"
588588
"""
589589
.. envvar:: OTEL_EXPORTER_OTLP_LOGS_CERTIFICATE
590590
591591
The :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

595595
OTEL_EXPORTER_OTLP_METRICS_HEADERS = "OTEL_EXPORTER_OTLP_METRICS_HEADERS"

0 commit comments

Comments
 (0)