Skip to content

Commit 0240225

Browse files
committed
changelog: add entry for per-callsite rate-limited logging
Add an entry under the Unreleased section documenting the new per-callsite rate-limited logging macros and the migration of guest-triggered high-rate callsites. Signed-off-by: Nikita Kalyazin <kalyazin@amazon.com>
1 parent 72b32e8 commit 0240225

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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 guest-triggered log paths via the
19+
`error_rate_limited!` macro. High-rate callsites in balloon, net, block, PCI,
20+
and MMIO device paths are migrated to use rate-limited logging with a fixed
21+
budget of 10 messages per 5-second window. A new `rate_limited_log_count`
22+
metric tracks the total number of suppressed messages.
1723

1824
### Changed
1925

0 commit comments

Comments
 (0)