From fe62b4f648e008fd79226bb664de51392f29ea12 Mon Sep 17 00:00:00 2001 From: Bhavana Babu <31675660+Bhavanaashok33@users.noreply.github.com> Date: Thu, 22 Feb 2024 08:44:11 -0800 Subject: [PATCH] Update prometheus.md --- docs/prometheus.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/prometheus.md b/docs/prometheus.md index b7b7f0a6e..550efef96 100644 --- a/docs/prometheus.md +++ b/docs/prometheus.md @@ -56,8 +56,7 @@ This collects flow stats between Endpoints and External network for NAT traffic. These metrics answer below operational questions: * Packet count and byte count for the NAT traffic flow from Endpoint to External network * Packet count and byte count for the NAT traffic flow from External network to Endpoint -* Endpoint Endpoint uuid, mapped ip, floating Ip, Source epg and destination epg for NAT egress flow -* Endpoint Endpoint uuid, mapped ip, floating Ip, Source epg and destination epg for NAT ingress flow +* All the metrics are annotated with Endpoint uuid, mapped ip, floating Ip, Source epg and destination epg for the NAT flow * For Endpoint to Extnetwork traffic, Source epg is the Endpoint's EPG and Dest epg is the External Epg * For Extnetwork to Endpoint traffic, Source epg is the External EPG and Dest epg is the Endpoint's Epg * The packet and byte counters are referred from the OVS flow mod where the NAT happens i.e rewriting of the Ip and MAC address happens.