Update test baselines due to underscore changes

This commit is contained in:
Tim Wojtulewicz 2024-03-04 17:43:41 -07:00
parent a0ae06b3cd
commit d7b9924058
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))