From ecefe72bcc8c010e9a90cac45e53e25c05897ba1 Mon Sep 17 00:00:00 2001 From: Zirak Date: Tue, 3 Jun 2025 20:09:50 +0300 Subject: [PATCH 1/2] docs(exporter-logs-otlp-proto): Fixup markdown table --- experimental/packages/exporter-logs-otlp-proto/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/experimental/packages/exporter-logs-otlp-proto/README.md b/experimental/packages/exporter-logs-otlp-proto/README.md index 8ef48bcf21..a703c26c91 100644 --- a/experimental/packages/exporter-logs-otlp-proto/README.md +++ b/experimental/packages/exporter-logs-otlp-proto/README.md @@ -50,10 +50,10 @@ To override the default timeout duration, use the following options: - Set with environment variables: - | Environment variable | Description | -------------------------------|----------------------|-------------| - | OTEL_EXPORTER_OTLP_LOGS_TIMEOUT | The maximum waiting time, in milliseconds, allowed to send each OTLP trace batch. Default is 10000. | - | OTEL_EXPORTER_OTLP_TIMEOUT | The maximum waiting time, in milliseconds, allowed to send each OTLP trace and metric batch. Default is 10000. | + | Environment variable | Description | + ------------------------------------|-------------| + | `OTEL_EXPORTER_OTLP_LOGS_TIMEOUT` | The maximum waiting time, in milliseconds, allowed to send each OTLP trace batch. Default is 10000. | + | `OTEL_EXPORTER_OTLP_TIMEOUT` | The maximum waiting time, in milliseconds, allowed to send each OTLP trace and metric batch. Default is 10000. | > `OTEL_EXPORTER_OTLP_LOGS_TIMEOUT` takes precedence and overrides `OTEL_EXPORTER_OTLP_TIMEOUT`. From a96cd0283698bf7dca28faa5599a7ac45bf5b85a Mon Sep 17 00:00:00 2001 From: Marc Pichler Date: Fri, 13 Jun 2025 09:55:17 +0200 Subject: [PATCH 2/2] Update experimental/packages/exporter-logs-otlp-proto/README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Raphaël Thériault <113933910+raphael-theriault-swi@users.noreply.github.com> --- experimental/packages/exporter-logs-otlp-proto/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/packages/exporter-logs-otlp-proto/README.md b/experimental/packages/exporter-logs-otlp-proto/README.md index a703c26c91..99d7a022e8 100644 --- a/experimental/packages/exporter-logs-otlp-proto/README.md +++ b/experimental/packages/exporter-logs-otlp-proto/README.md @@ -51,7 +51,7 @@ To override the default timeout duration, use the following options: - Set with environment variables: | Environment variable | Description | - ------------------------------------|-------------| + |-----------------------------------|-------------| | `OTEL_EXPORTER_OTLP_LOGS_TIMEOUT` | The maximum waiting time, in milliseconds, allowed to send each OTLP trace batch. Default is 10000. | | `OTEL_EXPORTER_OTLP_TIMEOUT` | The maximum waiting time, in milliseconds, allowed to send each OTLP trace and metric batch. Default is 10000. |