mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 15:48:19 +00:00
Convert telemetry code to use prometheus-cpp
This commit is contained in:
parent
97a35011a7
commit
a0ae06b3cd
22 changed files with 1517 additions and 1195 deletions
|
@ -403,8 +403,8 @@ private:
|
|||
FuncPtr rotation_format_func;
|
||||
FuncPtr log_stream_policy_hook;
|
||||
|
||||
telemetry::IntCounterFamily total_log_stream_writes_family;
|
||||
telemetry::IntCounterFamily total_log_writer_writes_family;
|
||||
std::shared_ptr<telemetry::IntCounterFamily> total_log_stream_writes_family;
|
||||
std::shared_ptr<telemetry::IntCounterFamily> total_log_writer_writes_family;
|
||||
|
||||
zeek_uint_t last_delay_token = 0;
|
||||
std::vector<detail::WriteContext> active_writes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue