Skip to content

Commit 5845a53

Browse files
authored
Merge pull request #102 from linuxfoundation/fix/LFXV2-2568-otel-helm-config
fix(chart): standardize tracesSamplerArg comment
2 parents 91237e3 + d18a5ba commit 5845a53

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)