Btest updates due to recent changes

This commit is contained in:
Tim Wojtulewicz 2024-03-27 12:46:10 -07:00
parent 017ee4509c
commit a63ea5a04e
10 changed files with 37 additions and 89 deletions

View file

@ -11,7 +11,7 @@ redef Telemetry::log_prefixes = {"btest"};
global connections_by_proto_cf = Telemetry::register_counter_family([
$prefix="btest",
$name="connections",
$unit="1",
$unit="",
$help_text="Total number of monitored connections",
$labels=vector("proto")
]);