mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
Add cluster framework telemetry for Broker's send-buffer use
This hooks into Telemetry::sync() to update Broker-level metrics tracking the peerings' send buffer state. We do this in the cluster framework so we can label the resulting metrics with Zeek cluster node names, not Broker's endpoint IDs.
This commit is contained in:
parent
f5fbad23ff
commit
88a0cda8ca
3 changed files with 74 additions and 1 deletions
|
@ -1,6 +1,7 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
-./frameworks/cluster/broker-backpressure.zeek
|
||||
-./frameworks/cluster/broker-stores.zeek
|
||||
-./frameworks/cluster/broker-telemetry.zeek
|
||||
-./frameworks/cluster/nodes/logger.zeek
|
||||
-./frameworks/cluster/nodes/manager.zeek
|
||||
-./frameworks/cluster/nodes/proxy.zeek
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue