Skip to content

Commit 0e11369

Browse files
committed
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 d2dcda8 commit 0e11369

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
@@ -14,6 +14,12 @@ and this project adheres to
1414
support for Vsock Unix domain socket path overriding on snapshot restore. More
1515
information can be found in the
1616
[docs](docs/vsock.md/#unix-domain-socket-renaming).
17+
- [#5799](https://github.com/firecracker-microvm/firecracker/pull/5799): Add
18+
per-callsite rate limiting for error, warn, and info level log messages. Each
19+
callsite independently allows up to 10 messages per 5-second window. When
20+
logging resumes after suppression, a warn-level summary reports the count of
21+
suppressed messages. A new `rate_limited_log_count` metric tracks the total
22+
number of suppressed messages.
1723

1824
### Changed
1925

0 commit comments

Comments
 (0)