mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Bump Broker to pull in new Prometheus support and pass in Zeek's registry
Co-authored-by: Christian Kreibich <christian@corelight.com>
This commit is contained in:
parent
b309c423f8
commit
40e1e43c25
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit c47de11e4b84f24e8b501c3b1a446ad808e4964a
|
||||
Subproject commit fada26ae504981f7f5524bf2a5c82ae49acd556d
|
|
@ -189,7 +189,7 @@ struct opt_mapping {
|
|||
class BrokerState {
|
||||
public:
|
||||
BrokerState(broker::configuration config, size_t congestion_queue_size)
|
||||
: endpoint(std::move(config)),
|
||||
: endpoint(std::move(config), telemetry_mgr->GetRegistry()),
|
||||
subscriber(
|
||||
endpoint.make_subscriber({broker::topic::statuses(), broker::topic::errors()}, congestion_queue_size)) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue