Need help to understand adv_forward_bytes metric #1220
Unanswered
oleksiytsyban
asked this question in
Q&A
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Please help me with metric understanding.
Retina 0.0.20 installed in AWS EKS Kubernetes cluster in Advanced Remote Context mode.
I am doing a simple Prometheus request:
Where destination_ip is a node IP and source_ip is an internal registry pod IP. The registry pod is running on "ip-10-10-22-220" node. So the node is downloading images from the registry and I am trying to count how much.
And the result is:
As I understand,
EGRESS instance="ip-10-10-11-1"
is incoming traffic to the destination node,INGRESS instance="ip-10-10-22-220"
is the same traffic, outgoing from the source node. But the numbers are different. Why?And
INGRESS, instance="ip-10-10-11-1"
andEGRESS, instance="ip-10-10-22-220"
are impossible combinations, but the numbers are far from zero.Beta Was this translation helpful? Give feedback.
All reactions