Skip to content

Commit 3e5eea5

Browse files
committed
Format throttle configs with cue-fmt
1 parent faceac0 commit 3e5eea5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • website/cue/reference/components/transforms/base

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ base: components: transforms: throttle: configuration: {
2323
}
2424
mode: {
2525
description: "The throttling mode used to determine each event's contribution against `threshold`."
26-
required: false
26+
required: false
2727
type: string: {
2828
default: "events"
2929
enum: {
30-
"events": "Throttle by number of events."
30+
"events": "Throttle by number of events."
3131
"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)."
32+
"log_json_bytes": "Throttle by number of estimated bytes for JSON representation of each event (logs only)."
3333
}
3434
}
3535
}

0 commit comments

Comments
 (0)