We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37bcc66 commit a481d51Copy full SHA for a481d51
1 file changed
CHANGELOG.md
@@ -18,6 +18,12 @@ and this project adheres to
18
optional rate limiting to serial console output, configurable via the
19
`rate_limiter` field on `PUT /serial`. A new metric is exposed under `uart`:
20
`rate_limiter_dropped_bytes`.
21
+- [#5799](https://github.com/firecracker-microvm/firecracker/pull/5799): Add
22
+ per-callsite rate limiting for error, warn, and info level log messages. Each
23
+ callsite independently allows up to 10 messages per 5-second window. When
24
+ logging resumes after suppression, a warn-level summary reports the count of
25
+ suppressed messages. A new `rate_limited_log_count` metric tracks the total
26
+ number of suppressed messages.
27
28
### Changed
29
0 commit comments