diff --git a/router/configuration.md b/router/configuration.md index c565b07..d6d75b9 100644 --- a/router/configuration.md +++ b/router/configuration.md @@ -284,7 +284,7 @@ telemetry: ### Tracing -
Environment Variable | YAML | Required | Description | Default Value |
---|---|---|---|---|
TRACING_ENABLED | enabled | false | true | |
TRACING_SAMPLING_RATE | sampling_rate | true | The sampling rate for the traces. The value must be between 0 and 1. If the value is 0, no traces will be sampled. If the value is 1, all traces will be sampled. | 1 |
TRACING_PARENT_BASED_SAMPLER | parent_based_sampler | true | Enable the parent-based sampler. The parent-based sampler is used to sample the traces based on the parent trace. | true |
TRACING_BATCH_TIMEOUT | false | The maximum delay allowed before spans are exported. | 10s | |
TRACING_EXPORT_GRAPHQL_VARIABLES | export_graphql_variables | false | Export GraphQL variables as span attribute. Variables may contain sensitive data. | false |
with_new_root | false | Starts the root span always at the router. | false |
Environment Variable | YAML | Required | Description | Default Value |
---|---|---|---|---|
TRACING_ENABLED | enabled | false | true | |
TRACING_SAMPLING_RATE | sampling_rate | true | The sampling rate for the traces. The value must be between 0 and 1. If the value is 0, no traces will be sampled. If the value is 1, all traces will be sampled. For managed plans the trace sampling rate will not exceed the rate imposed by the organization limit of the plan. | 1 |
TRACING_PARENT_BASED_SAMPLER | parent_based_sampler | true | Enable the parent-based sampler. The parent-based sampler is used to sample the traces based on the parent trace. | true |
TRACING_BATCH_TIMEOUT | false | The maximum delay allowed before spans are exported. | 10s | |
TRACING_EXPORT_GRAPHQL_VARIABLES | export_graphql_variables | false | Export GraphQL variables as span attribute. Variables may contain sensitive data. | false |
with_new_root | false | Starts the root span always at the router. | false |