Skip to content

Commit 6c57ca0

Browse files
chore: Regen docs for sample and throttle (vectordotdev#17390)
1 parent c683999 commit 6c57ca0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/cue/reference/components/transforms/base/sample.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ base: components: transforms: sample: configuration: {
1212
sampled.
1313
1414
Each unique value for the key creates a bucket of related events to be sampled together
15-
and the rate is applied to the buckets themselves to sample `1/N` buckets. Overall rate
15+
and the rate is applied to the buckets themselves to sample `1/N` buckets. The overall rate
1616
of sampling may differ from the configured one if values in the field are not uniformly
1717
distributed. If left unspecified, or if the event doesn’t have `key_field`, then the
1818
event is sampled independently.

website/cue/reference/components/transforms/base/throttle.cue

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ base: components: transforms: throttle: configuration: {
88
}
99
key_field: {
1010
description: """
11-
The value to group events into a separate buckets to be rate limited independently.
11+
The value to group events into separate buckets to be rate limited independently.
1212
1313
If left unspecified, or if the event doesn't have `key_field`, then the event is not rate
1414
limited separately.

0 commit comments

Comments
 (0)