Skip to content

Commit 0514643

Browse files
committed
changelog: add entry for per-callsite rate-limited logging
Add an entry under the Unreleased section documenting per-callsite rate limiting for error, warn, and info level log messages and the new rate_limited_log_count metric. Signed-off-by: Nikita Kalyazin <kalyazin@amazon.com>
1 parent b212069 commit 0514643

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.
19+
Each callsite independently allows up to 10 messages per 5-second window.
20+
When logging resumes after suppression, a warn-level summary reports the
21+
count of suppressed messages. A new `rate_limited_log_count` metric tracks
22+
the total number of suppressed messages.
1723

1824
### Changed
1925

0 commit comments

Comments
 (0)