Skip to content

Commit d18a5ba

Browse files
bramweltclaude
andcommitted
docs(chart): standardize tracesSamplerArg comment
🤖 Generated with [Claude Code](https://claude.com/claude-code) Issue: LFXV2-2568 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Signed-off-by: Trevor Bramwell <tbramwell@linuxfoundation.org>
1 parent 91237e3 commit d18a5ba

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

charts/lfx-mcp/values.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,9 @@ app:
117117
# tracesSampler selects the trace sampler (e.g. "parentbased_traceidratio").
118118
# See https://opentelemetry.io/docs/specs/otel/configuration/sdk-environment-variables/#general-sdk-configuration
119119
tracesSampler: ""
120-
# tracesSamplerArg is the argument for the sampler (e.g. "0.2" for 20% ratio).
120+
# 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: "")
121123
tracesSamplerArg: ""
122124
# extraEnv is a list of additional environment variables to inject into the container.
123125
# Used to supply HOST_IP (from the pod's status.hostIP) and the derived OTEL endpoint.

0 commit comments

Comments
 (0)