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 3c8c3e1 commit 340bae8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ otelcol.processor.probabilistic_sampler "LABEL" {
Name | Type | Description | Default | Required
---- |-----------|----------------------------------------------------------------------------------------------------------------------|-------------| --------
`hash_seed` | `uint32` | An integer used to compute the hash algorithm. | `0` | no
`sampling_percentage` | `float32` | Percentage at which traces or logs are sampled. | `0` | no
`sampling_percentage` | `float32` | Percentage of traces or logs sampled. | `0` | no
`attribute_source` | `string` | Defines where to look for the attribute in `from_attribute`. | `"traceID"` | no
`from_attribute` | `string` | The name of a log record attribute used for sampling purposes. | `""` | no
`sampling_priority` | `string` | The name of a log record attribute used to set a different sampling priority from the `sampling_percentage` setting. | `""` | no
Expand Down

0 comments on commit 340bae8

Please sign in to comment.