|  | 
| 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" | 
|  | 
| 561 | 561 | .. envvar:: OTEL_EXPORTER_OTLP_LOGS_INSECURE | 
| 562 | 562 | 
 | 
| 563 | 563 | 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. | 
| 565 | 565 | Default: False | 
| 566 | 566 | """ | 
| 567 | 567 | 
 | 
|  | 
| 581 | 581 | .. envvar:: OTEL_EXPORTER_OTLP_METRICS_CERTIFICATE | 
| 582 | 582 | 
 | 
| 583 | 583 | 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. | 
| 585 | 585 | """ | 
| 586 | 586 | 
 | 
| 587 | 587 | OTEL_EXPORTER_OTLP_LOGS_CERTIFICATE = "OTEL_EXPORTER_OTLP_LOGS_CERTIFICATE" | 
| 588 | 588 | """ | 
| 589 | 589 | .. envvar:: OTEL_EXPORTER_OTLP_LOGS_CERTIFICATE | 
| 590 | 590 | 
 | 
| 591 | 591 | 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. | 
| 593 | 593 | """ | 
| 594 | 594 | 
 | 
| 595 | 595 | OTEL_EXPORTER_OTLP_METRICS_HEADERS = "OTEL_EXPORTER_OTLP_METRICS_HEADERS" | 
|  | 
0 commit comments