Skip to content

Commit 89d56d6

Browse files
committed
Fix typo in docs
1 parent f6158d0 commit 89d56d6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/transforms/sample/config.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ pub struct SampleConfig {
4747

4848
/// The value to group events into separate buckets to be sampled independently.
4949
///
50-
/// If left unspecified, or if the event doesn't have `group_by`, then the event is not rate
51-
/// limited separately.
50+
/// If left unspecified, or if the event doesn't have `group_by`, then the event is not sampled
51+
/// separately
5252
#[configurable(metadata(docs::examples = "{{ service }}", docs::examples = "{{hostname}}-{{service}}"))]
5353
pub group_by: Option<Template>,
5454

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ base: components: transforms: sample: configuration: {
1010
description: """
1111
The value to group events into separate buckets to be sampled independently.
1212
13-
If left unspecified, or if the event doesn't have `group_by`, then the event is not rate
14-
limited separately.
13+
If left unspecified, or if the event doesn't have `group_by`, then the event is not sampled
14+
separately
1515
"""
1616
required: false
1717
type: string: {

0 commit comments

Comments
 (0)