We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2dcda8 commit 0e11369Copy full SHA for 0e11369
1 file changed
CHANGELOG.md
@@ -14,6 +14,12 @@ and this project adheres to
14
support for Vsock Unix domain socket path overriding on snapshot restore. More
15
information can be found in the
16
[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.
23
24
### Changed
25
0 commit comments