diff --git a/docs/content/otel/tracing.md b/docs/content/otel/tracing.md index 0e3fb72fa..33180d34a 100644 --- a/docs/content/otel/tracing.md +++ b/docs/content/otel/tracing.md @@ -56,7 +56,7 @@ Exemplars are only selected every [`minRetentionPeriodSeconds`]({{< relref "../config/config.md#exemplar-properties" >}}) seconds. Here's an example of how to configure OpenTelemetry's -[tail sampling processor](https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/processor/tailsamplingprocessor/) +[tail sampling processor](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/tailsamplingprocessor/) to sample all Spans marked with `exemplar="true"`, and then discard 90% of the traces: ```yaml