Skip to content

Commit a481d51

Browse files
kalyazinShadowCurse
authored andcommitted
changelog: add entry for per-callsite rate-limited logging
Document the new per-callsite rate-limited logging feature in the changelog. Signed-off-by: Nikita Kalyazin <kalyazin@amazon.com>
1 parent 37bcc66 commit a481d51

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ and this project adheres to
1818
optional rate limiting to serial console output, configurable via the
1919
`rate_limiter` field on `PUT /serial`. A new metric is exposed under `uart`:
2020
`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.
2127

2228
### Changed
2329

0 commit comments

Comments
 (0)