feat: use env filter for otlp, respect otel env var (#19050)

This commit is contained in:
James Prestwich
2025-10-15 17:10:24 -04:00
committed by GitHub
parent 5c19ce7580
commit 65a7f35a56
49 changed files with 287 additions and 189 deletions

View File

@@ -116,16 +116,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -102,16 +102,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -167,16 +167,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -119,16 +119,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -111,16 +111,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -110,16 +110,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -113,16 +113,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -146,16 +146,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -109,16 +109,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -111,16 +111,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -119,16 +119,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -119,16 +119,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -152,16 +152,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -106,16 +106,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -109,16 +109,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -119,16 +119,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -106,16 +106,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -164,16 +164,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -105,16 +105,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -170,16 +170,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -165,16 +165,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -166,16 +166,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -189,16 +189,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -154,16 +154,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -996,16 +996,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -103,16 +103,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -323,16 +323,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -114,16 +114,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -323,16 +323,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -100,16 +100,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -100,16 +100,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -154,16 +154,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -167,16 +167,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -103,16 +103,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -168,16 +168,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -161,16 +161,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -118,16 +118,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -118,16 +118,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -118,16 +118,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -118,16 +118,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -389,16 +389,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -162,16 +162,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -110,16 +110,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.

View File

@@ -110,16 +110,18 @@ Display:
Tracing:
--tracing-otlp[=<URL>]
Enable `Opentelemetry` tracing export to an OTLP endpoint.
Enable `Opentelemetry` tracing export to an OTLP endpoint. Currently only http exporting is supported.
If no value provided, defaults to `http://localhost:4318/v1/traces`.
Example: --tracing-otlp=http://collector:4318/v1/traces
--tracing-otlp-level <LEVEL>
Set the minimum log level for OTLP traces.
[env: OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=]
Valid values: ERROR, WARN, INFO, DEBUG, TRACE
--tracing-otlp-level <FILTER>
Set a filter directive for the OTLP tracer. This controls the verbosity of spans and events sent to the OTLP endpoint. It follows the same syntax as the `RUST_LOG` environment variable.
Example: --tracing-otlp-level=info,reth=debug,hyper_util=off
Defaults to TRACE if not specified.