From 5e81a33929988a7126b40f935a017cf67627ceec Mon Sep 17 00:00:00 2001 From: Christian Svensson Date: Sat, 6 Jul 2024 22:42:41 +0200 Subject: [PATCH] kamel: [caclmgrd] Add METRIC pseudo-service for Prometheus Signed-off-by: Christian Svensson --- scripts/caclmgrd | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/caclmgrd b/scripts/caclmgrd index 20d5ef58..43543afc 100755 --- a/scripts/caclmgrd +++ b/scripts/caclmgrd @@ -113,6 +113,11 @@ class ControlPlaneAclManager(daemon_base.DaemonBase): "dst_ports": ["179"], "multi_asic_ns_to_host_fwd":True }, + "METRICS": { + "ip_protocols": ["tcp"], + "dst_ports": ["9100", "9893"], + "multi_asic_ns_to_host_fwd":True + }, "EXTERNAL_CLIENT": { "ip_protocols": ["tcp"], "multi_asic_ns_to_host_fwd":True