Skip to content

Commit

Permalink
kamel: [caclmgrd] Add METRIC pseudo-service for Prometheus
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Svensson <[email protected]>
  • Loading branch information
bluecmd committed Jul 6, 2024
1 parent 741f632 commit 5e81a33
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/caclmgrd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5e81a33

Please sign in to comment.