File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
website/cue/reference/components/transforms/base Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,8 +47,8 @@ pub struct SampleConfig {
47
47
48
48
/// The value to group events into separate buckets to be sampled independently.
49
49
///
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
52
52
#[ configurable( metadata( docs:: examples = "{{ service }}" , docs:: examples = "{{hostname}}-{{service}}" ) ) ]
53
53
pub group_by : Option < Template > ,
54
54
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ base: components: transforms: sample: configuration: {
10
10
description : """
11
11
The value to group events into separate buckets to be sampled independently.
12
12
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
15
15
"""
16
16
required : false
17
17
type : string : {
You can’t perform that action at this time.
0 commit comments