Skip to content

Commit

Permalink
chore: Regen docs for sample and throttle
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergilbert committed May 15, 2023
1 parent c683999 commit 8a8bd73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ base: components: transforms: sample: configuration: {
sampled.
Each unique value for the key creates a bucket of related events to be sampled together
and the rate is applied to the buckets themselves to sample `1/N` buckets. Overall rate
and the rate is applied to the buckets themselves to sample `1/N` buckets. The overall rate
of sampling may differ from the configured one if values in the field are not uniformly
distributed. If left unspecified, or if the event doesn’t have `key_field`, then the
event is sampled independently.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ base: components: transforms: throttle: configuration: {
}
key_field: {
description: """
The value to group events into a separate buckets to be rate limited independently.
The value to group events into separate buckets to be rate limited independently.
If left unspecified, or if the event doesn't have `key_field`, then the event is not rate
limited separately.
Expand Down

0 comments on commit 8a8bd73

Please sign in to comment.