mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Merge remote-tracking branch 'origin/topic/christian/news-fix'
* origin/topic/christian/news-fix:
Fix Broker metrics naming bugs that snuck in w/ last-minute renaming [skip ci]
(cherry picked from commit 507974a1d8
)
This commit is contained in:
parent
0d70dde10b
commit
6b5b2d1c77
3 changed files with 9 additions and 3 deletions
6
CHANGES
6
CHANGES
|
@ -1,3 +1,9 @@
|
|||
7.2.0-rc1.14 | 2025-05-07 14:11:04 -0700
|
||||
|
||||
* Fix Broker metrics naming bugs that snuck in w/ last-minute renaming [skip ci] (Christian Kreibich, Corelight)
|
||||
|
||||
(cherry picked from commit 507974a1d80442f5d5b2e7c5f4d3c45d44752d76)
|
||||
|
||||
7.2.0-rc1.13 | 2025-05-07 10:32:36 -0700
|
||||
|
||||
* Fix policy/protocols/conn/failed-service-logging.zeek (Johanna Amann, Corelight)
|
||||
|
|
4
NEWS
4
NEWS
|
@ -109,9 +109,9 @@ New Functionality
|
|||
metrics are available to understand the health of each peering's buffer,
|
||||
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`.
|
||||
|
||||
- zeek_broker_peer_buffer_overflows_total: a counter that tracks the number
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
7.2.0-rc1.13
|
||||
7.2.0-rc1.14
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue