Skip to content

Commit d39ce42

Browse files
Apply suggestions from code review
Co-authored-by: Alexa Kreizinger <[email protected]> Signed-off-by: Lynette Miles <[email protected]>
1 parent e8733df commit d39ce42

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pipeline/filters/throttle.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Throttle
22

3-
The _Throttle_ filter plugin sets the average `Rate` of messages per `Interval`, based on the leaky bucket and sliding window algorithm. In case of flooding, it will leak at a certain rate.
3+
The _Throttle_ filter sets the average `Rate` of messages per `Interval`, based on the leaky bucket and sliding window algorithm. In case of flooding, it will leak at a certain rate.
44

55
## Configuration parameters
66

@@ -23,9 +23,7 @@ Window 5
2323
Interval 1s
2424
```
2525

26-
You would receive 1 message in the first second, 3 messages second, and 5 third.
27-
Disregard that Window is actually 5, because the configuration uses `slow` start
28-
to prevent flooding during the startup.
26+
You would receive 1 message in the first second, 3 messages second, and 5 third. Disregard that Window is actually 5, because the configuration uses `slow` start to prevent flooding during the startup.
2927

3028
```text
3129
+-------+-+-+-+

0 commit comments

Comments
 (0)