Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/otel/tracing.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/) <!-- editorconfig-checker-disable-line -->
[tail sampling processor](https://github.com/open-telemetry/opentelemetry-collector-contrib/tree/main/processor/tailsamplingprocessor/) <!-- editorconfig-checker-disable-line -->
to sample all Spans marked with `exemplar="true"`, and then discard 90% of the traces:

```yaml
Expand Down
Loading