mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 09:08:20 +00:00
Update test baselines due to underscore changes
This commit is contained in:
parent
51bfcb5ba1
commit
07ff4a43f8
4 changed files with 10 additions and 10 deletions
|
@ -12,7 +12,7 @@
|
|||
|
||||
event zeek_done() &priority=-100
|
||||
{
|
||||
local ms = Telemetry::collect_metrics("zeek", "event-handler-invocations");
|
||||
local ms = Telemetry::collect_metrics("zeek", "event_handler_invocations");
|
||||
for ( _, m in ms )
|
||||
{
|
||||
if ( /zeek_.*|connection_.*/ in cat(m$labels))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue