mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-09 15:28:01 -05:00
feat: use env filter for otlp, respect otel env var (#19050)
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user