mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 23:28:20 +00:00
Add metrics to track string and container fields limited by length
This commit is contained in:
parent
cd74a4e138
commit
837fde1a08
10 changed files with 71 additions and 5 deletions
|
@ -460,6 +460,8 @@ private:
|
|||
std::shared_ptr<telemetry::CounterFamily> total_log_stream_writes_family;
|
||||
std::shared_ptr<telemetry::CounterFamily> total_log_writer_writes_family;
|
||||
std::shared_ptr<telemetry::CounterFamily> total_log_writer_discarded_writes_family;
|
||||
std::shared_ptr<telemetry::CounterFamily> total_log_writer_truncated_string_fields_family;
|
||||
std::shared_ptr<telemetry::CounterFamily> total_log_writer_truncated_container_fields_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