Skip to content

Commit

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

Co-authored-by: Clayton Cornell <[email protected]>
  • Loading branch information
mar4uk and clayton-cornell authored Sep 14, 2023
1 parent 6b4ef8b commit 62be1a3
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 @@ It is also possible to leverage a different `hash_seed` at different collector t

`from_attribute` (logs only) determines the name of a log record attribute used for sampling purposes, such as a unique log record ID. The value of the attribute is only used if the trace ID is absent or if `attribute_source` is set to `record`

`sampling_priority` (logs only) determines the name of a log record attribute used to set a different sampling priority from the `sampling_percentage` setting. 0 means to never sample the log record, and >= 100 means to always sample the log record
`sampling_priority` (logs only) determines the name of a log record attribute used to set a different sampling priority from the `sampling_percentage` setting. 0 means to never sample the log record, and greater than or equal to 100 means to always sample the log record.

The `probabilistic_sampler` supports two types of sampling for traces:
1. `sampling.priority` [semantic
Expand Down

0 comments on commit 62be1a3

Please sign in to comment.