Skip to main content

rate_limited_warn

Macro rate_limited_warn 

Source
macro_rules! rate_limited_warn {
    ($limiter:expr, $($arg:tt)+) => { ... };
}
Expand description

tracing::warn! behind a RateLimit. When events were suppressed since the last allowed one, the emitted line carries a suppressed field with the count.