Update test baselines due to underscore changes

This commit is contained in:
Tim Wojtulewicz 2024-03-04 17:43:41 -07:00
parent 51bfcb5ba1
commit 07ff4a43f8
4 changed files with 10 additions and 10 deletions

View file

@ -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))