We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91237e3 + d18a5ba commit 5845a53Copy full SHA for 5845a53
1 file changed
charts/lfx-mcp/values.yaml
@@ -117,7 +117,9 @@ app:
117
# tracesSampler selects the trace sampler (e.g. "parentbased_traceidratio").
118
# See https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/#general-sdk-configuration
119
tracesSampler: ""
120
- # tracesSamplerArg is the argument for the sampler (e.g. "0.2" for 20% ratio).
+ # tracesSamplerArg specifies the OTEL_TRACES_SAMPLER_ARG (sampler ratio or parent_sampler_arg).
121
+ # Used by "traceidratio" and "parentbased_traceidratio" samplers (defaults to 1.0 if empty).
122
+ # (default: "")
123
tracesSamplerArg: ""
124
# extraEnv is a list of additional environment variables to inject into the container.
125
# Used to supply HOST_IP (from the pod's status.hostIP) and the derived OTEL endpoint.
0 commit comments