mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Fix Broker metrics naming bugs that snuck in w/ last-minute renaming [skip ci]
This commit is contained in:
parent
6f8924596f
commit
6657e4efbd
1 changed files with 2 additions and 2 deletions
4
NEWS
4
NEWS
|
@ -147,9 +147,9 @@ New Functionality
|
||||||
metrics are available to understand the health of each peering's buffer,
|
metrics are available to understand the health of each peering's buffer,
|
||||||
regardless of the overflow policy active. These are:
|
regardless of the overflow policy active. These are:
|
||||||
|
|
||||||
- zeek_broker_peer_buffer_levels: a gauge of the current buffer fill level,
|
- zeek_broker_peer_buffer_messages: a gauge of the current buffer fill level,
|
||||||
|
|
||||||
- zeek_broker_peer_buffer_recent_max_levels: a gauge that tracks the maximum
|
- zeek_broker_peer_buffer_recent_max_messages: a gauge that tracks the maximum
|
||||||
buffer fill level seen over the last ``Broker::buffer_stats_reset_interval`.
|
buffer fill level seen over the last ``Broker::buffer_stats_reset_interval`.
|
||||||
|
|
||||||
- zeek_broker_peer_buffer_overflows_total: a counter that tracks the number
|
- zeek_broker_peer_buffer_overflows_total: a counter that tracks the number
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue