|
263 | 263 | """ |
264 | 264 | .. envvar:: OTEL_EXPORTER_JAEGER_TIMEOUT |
265 | 265 |
|
266 | | -Maximum time the Jaeger exporter will wait for each batch export. |
| 266 | +Maximum time (in seconds) the Jaeger exporter will wait for each batch export. |
267 | 267 | Default: 10 |
268 | 268 | """ |
269 | 269 |
|
|
350 | 350 | """ |
351 | 351 | .. envvar:: OTEL_EXPORTER_OTLP_TIMEOUT |
352 | 352 |
|
353 | | -The :envvar:`OTEL_EXPORTER_OTLP_TIMEOUT` is the maximum time the OTLP exporter will wait for each batch export. |
| 353 | +The :envvar:`OTEL_EXPORTER_OTLP_TIMEOUT` is the maximum time (in seconds) the OTLP exporter will wait for each batch export. |
354 | 354 | Default: 10 |
355 | 355 | """ |
356 | 356 |
|
@@ -698,16 +698,18 @@ def channel_credential_provider() -> grpc.ChannelCredentials: |
698 | 698 | """ |
699 | 699 | .. envvar:: OTEL_EXPORTER_OTLP_TRACES_TIMEOUT |
700 | 700 |
|
701 | | -The :envvar:`OTEL_EXPORTER_OTLP_TRACES_TIMEOUT` is the maximum time the OTLP exporter will |
| 701 | +The :envvar:`OTEL_EXPORTER_OTLP_TRACES_TIMEOUT` is the maximum time (in seconds) the OTLP exporter will |
702 | 702 | wait for each batch export for spans. |
| 703 | +Default: 10 |
703 | 704 | """ |
704 | 705 |
|
705 | 706 | OTEL_EXPORTER_OTLP_METRICS_TIMEOUT = "OTEL_EXPORTER_OTLP_METRICS_TIMEOUT" |
706 | 707 | """ |
707 | 708 | .. envvar:: OTEL_EXPORTER_OTLP_METRICS_TIMEOUT |
708 | 709 |
|
709 | | -The :envvar:`OTEL_EXPORTER_OTLP_METRICS_TIMEOUT` is the maximum time the OTLP exporter will |
| 710 | +The :envvar:`OTEL_EXPORTER_OTLP_METRICS_TIMEOUT` is the maximum time (in seconds) the OTLP exporter will |
710 | 711 | wait for each batch export for metrics. |
| 712 | +Default: 10 |
711 | 713 | """ |
712 | 714 |
|
713 | 715 | OTEL_EXPORTER_OTLP_METRICS_INSECURE = "OTEL_EXPORTER_OTLP_METRICS_INSECURE" |
@@ -740,8 +742,9 @@ def channel_credential_provider() -> grpc.ChannelCredentials: |
740 | 742 | """ |
741 | 743 | .. envvar:: OTEL_EXPORTER_OTLP_LOGS_TIMEOUT |
742 | 744 |
|
743 | | -The :envvar:`OTEL_EXPORTER_OTLP_LOGS_TIMEOUT` is the maximum time the OTLP exporter will |
| 745 | +The :envvar:`OTEL_EXPORTER_OTLP_LOGS_TIMEOUT` is the maximum time (in seconds) the OTLP exporter will |
744 | 746 | wait for each batch export for logs. |
| 747 | +Default: 10 |
745 | 748 | """ |
746 | 749 |
|
747 | 750 | OTEL_EXPORTER_JAEGER_CERTIFICATE = "OTEL_EXPORTER_JAEGER_CERTIFICATE" |
|
0 commit comments