mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 16:48:19 +00:00
Update test baselines due to underscore changes
This commit is contained in:
parent
a0ae06b3cd
commit
d7b9924058
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