mirror of
https://github.com/traefik/traefik.git
synced 2026-02-03 20:39:51 -05:00
Update docs/content/reference/install-configuration/observability/tracing.md
Co-authored-by: Romain <rtribotte@users.noreply.github.com>
This commit is contained in:
parent
1ba3b7fd70
commit
644729894b
1 changed files with 1 additions and 1 deletions
|
|
@ -67,7 +67,7 @@ The `sampleRate` option controls trace sampling using a `ParentBased(TraceIDRati
|
|||
|
||||
!!! info "Sampling Strategy Behavior"
|
||||
|
||||
- **Root spans** (requests originating at Traefik): Sampled according to the configured `sampleRate` using trace ID ratio-based sampling.
|
||||
- **Root spans** (trace originating at Traefik): Sampled according to the configured `sampleRate` using trace ID ratio-based sampling.
|
||||
- **Child spans** (requests with existing trace context): Inherit the sampling decision from the parent span, regardless of the local `sampleRate`.
|
||||
|
||||
This ensures consistent sampling decisions across distributed traces: once a trace is sampled, all spans in that trace are sampled, providing complete end-to-end visibility.
|
||||
|
|
|
|||
Loading…
Reference in a new issue