Skip to content

Commit

Permalink
Update docs/sources/reference/components/otelcol/otelcol.processor.ta…
Browse files Browse the repository at this point in the history
…il_sampling.md

Co-authored-by: Clayton Cornell <131809008+clayton-cornell@users.noreply.github.com>
  • Loading branch information
wildum and clayton-cornell authored Jan 7, 2025
1 parent cadfe10 commit 4227195
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ otelcol.processor.tail_sampling "LABEL" {
`expected_new_traces_per_sec` determines the initial slice sizing of the current batch. A larger number will use more memory but be more efficient when adding traces to the batch.

`decision_cache` can contain two keys:
- `sampled_cache_size`: Configures the amount of trace IDs to be kept in an LRU cache,
- `sampled_cache_size`: Configures the number of trace IDs to be kept in an LRU cache,
persisting the "keep" decisions for traces that may have already been released from memory.
By default, the size is 0 and the cache is inactive.
- `non_sampled_cache_size`: Configures number of trace IDs to be kept in an LRU cache,
Expand Down

0 comments on commit 4227195

Please sign in to comment.