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 917a71a commit e9b0119
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Name | Type | Description
`sampling_priority` | `string` | The name of a log record attribute used to set a different sampling priority from the `sampling_percentage` setting. | `""` | no

`hash_seed` determines an integer to compute the hash algorithm. This argument could be used for both traces and logs.
When using for logs it computes the hash of a log record.
When used for logs, it computes the hash of a log record.
In order for hashing to work, all collectors for a given tier (e.g. behind the same load balancer) must have the same `hash_seed`.
It is also possible to leverage a different `hash_seed` at different collector tiers to support additional sampling requirements.

Expand Down

0 comments on commit e9b0119

Please sign in to comment.