mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
Introduce telemetry framework
Adds base/frameworks/telemetry with wrappers around telemetry.bif and updates telemetry/Manager to support collecting metrics from script land. Add policy/frameworks/telemetry/log for logging of metrics data into a new telemetry.log and telemetry_histogram.log and add into local.zeek by default.
This commit is contained in:
parent
95fba8fd29
commit
3fe930dbf2
32 changed files with 1950 additions and 27 deletions
|
@ -0,0 +1,13 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
Telemetry::DOUBLE_HISTOGRAM, zeek, connection_duration
|
||||
[]
|
||||
[]
|
||||
[2.0, 3.0, 4.0, 5.0, 6.0, 10.0, inf]
|
||||
[0.0, 322.0, 90.0, 5.0, 76.0, 7.0, 0.0]
|
||||
500.0, 1650.264644
|
||||
Telemetry::DOUBLE_HISTOGRAM, zeek, realistic_connection_duration
|
||||
[proto]
|
||||
[tcp]
|
||||
[0.1, 1.0, 10.0, 30.0, 60.0, 120.0, 300.0, 900.0, 1800.0, inf]
|
||||
[0.0, 0.0, 500.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
|
||||
500.0, 1650.264644
|
Loading…
Add table
Add a link
Reference in a new issue