We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faceac0 commit 3e5eea5Copy full SHA for 3e5eea5
1 file changed
website/cue/reference/components/transforms/base/throttle.cue
@@ -23,13 +23,13 @@ base: components: transforms: throttle: configuration: {
23
}
24
mode: {
25
description: "The throttling mode used to determine each event's contribution against `threshold`."
26
- required: false
+ required: false
27
type: string: {
28
default: "events"
29
enum: {
30
- "events": "Throttle by number of events."
+ "events": "Throttle by number of events."
31
"log_message_bytes": "Throttle by number of bytes in each event's `message` field (logs only)."
32
- "log_json_bytes": "Throttle by number of estimated bytes for JSON representation of each event (logs only)."
+ "log_json_bytes": "Throttle by number of estimated bytes for JSON representation of each event (logs only)."
33
34
35
0 commit comments