You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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" and EGRESS, instance="ip-10-10-22-220" are impossible combinations, but the numbers are far from zero.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: