|
247 | 247 | """ |
248 | 248 | .. envvar:: OTEL_EXPORTER_JAEGER_TIMEOUT |
249 | 249 |
|
250 | | -Maximum time the Jaeger exporter will wait for each batch export. |
| 250 | +Maximum time (in seconds) the Jaeger exporter will wait for each batch export. |
251 | 251 | Default: 10 |
252 | 252 | """ |
253 | 253 |
|
|
334 | 334 | """ |
335 | 335 | .. envvar:: OTEL_EXPORTER_OTLP_TIMEOUT |
336 | 336 |
|
337 | | -The :envvar:`OTEL_EXPORTER_OTLP_TIMEOUT` is the maximum time the OTLP exporter will wait for each batch export. |
| 337 | +The :envvar:`OTEL_EXPORTER_OTLP_TIMEOUT` is the maximum time (in seconds) the OTLP exporter will wait for each batch export. |
338 | 338 | Default: 10 |
339 | 339 | """ |
340 | 340 |
|
@@ -682,16 +682,18 @@ def channel_credential_provider() -> grpc.ChannelCredentials: |
682 | 682 | """ |
683 | 683 | .. envvar:: OTEL_EXPORTER_OTLP_TRACES_TIMEOUT |
684 | 684 |
|
685 | | -The :envvar:`OTEL_EXPORTER_OTLP_TRACES_TIMEOUT` is the maximum time the OTLP exporter will |
| 685 | +The :envvar:`OTEL_EXPORTER_OTLP_TRACES_TIMEOUT` is the maximum time (in seconds) the OTLP exporter will |
686 | 686 | wait for each batch export for spans. |
| 687 | +Default: 10 |
687 | 688 | """ |
688 | 689 |
|
689 | 690 | OTEL_EXPORTER_OTLP_METRICS_TIMEOUT = "OTEL_EXPORTER_OTLP_METRICS_TIMEOUT" |
690 | 691 | """ |
691 | 692 | .. envvar:: OTEL_EXPORTER_OTLP_METRICS_TIMEOUT |
692 | 693 |
|
693 | | -The :envvar:`OTEL_EXPORTER_OTLP_METRICS_TIMEOUT` is the maximum time the OTLP exporter will |
| 694 | +The :envvar:`OTEL_EXPORTER_OTLP_METRICS_TIMEOUT` is the maximum time (in seconds) the OTLP exporter will |
694 | 695 | wait for each batch export for metrics. |
| 696 | +Default: 10 |
695 | 697 | """ |
696 | 698 |
|
697 | 699 | OTEL_EXPORTER_OTLP_METRICS_INSECURE = "OTEL_EXPORTER_OTLP_METRICS_INSECURE" |
@@ -724,8 +726,9 @@ def channel_credential_provider() -> grpc.ChannelCredentials: |
724 | 726 | """ |
725 | 727 | .. envvar:: OTEL_EXPORTER_OTLP_LOGS_TIMEOUT |
726 | 728 |
|
727 | | -The :envvar:`OTEL_EXPORTER_OTLP_LOGS_TIMEOUT` is the maximum time the OTLP exporter will |
| 729 | +The :envvar:`OTEL_EXPORTER_OTLP_LOGS_TIMEOUT` is the maximum time (in seconds) the OTLP exporter will |
728 | 730 | wait for each batch export for logs. |
| 731 | +Default: 10 |
729 | 732 | """ |
730 | 733 |
|
731 | 734 | OTEL_EXPORTER_JAEGER_CERTIFICATE = "OTEL_EXPORTER_JAEGER_CERTIFICATE" |
|
0 commit comments