Skip to content
Merged
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/advanced-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ All requests to downstream services that happen as a consequence of calling an e
The value of `OTEL_TRACES_SAMPLER_ARG` is interpreted as a semicolon-separated list of rules.
The following types of rules are supported:

- `drop=<value>`: The sampler drops a span if its `http.target` attribute has a substring equal to the provided value.
- `drop=<value>`: The sampler drops a span if its `url.path` attribute has a substring equal to the provided value.
You can provide as many `drop` rules as you want.
- `fallback=sampler`: Fallback sampler used if no `drop` rule matched a given span.
Supported fallback samplers are `always_on` and `parentbased_always_on`.
Expand Down
Loading