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:
Tim Wojtulewicz 2025-05-07 14:09:42 -07:00
parent 0d70dde10b
commit 6b5b2d1c77
3 changed files with 9 additions and 3 deletions

View file

@ -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 7.2.0-rc1.13 | 2025-05-07 10:32:36 -0700
* Fix policy/protocols/conn/failed-service-logging.zeek (Johanna Amann, Corelight) * Fix policy/protocols/conn/failed-service-logging.zeek (Johanna Amann, Corelight)

4
NEWS
View file

@ -109,9 +109,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

View file

@ -1 +1 @@
7.2.0-rc1.13 7.2.0-rc1.14