Ingress metrics #6432
-
Hi! I've been running some tests, and it looks like the ingress-nginx controller pods are only exposing metrics when the ingress receives http requests but not for tcp requests. Do you have any tip for get any basic metrics for the ingress? Thanks in advance, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
When Strimzi uses Ingress, it is using TLS passthrough. That basically hides the connection in Ingress as one long HTTPS connection which is not decrypted, so Ingress does not know what is inside (and even if it would, it would not know how to decode the Kafka protocol). So I think the only metrics you can get from Nginx for this will be around the connection itself. |
Beta Was this translation helpful? Give feedback.
When Strimzi uses Ingress, it is using TLS passthrough. That basically hides the connection in Ingress as one long HTTPS connection which is not decrypted, so Ingress does not know what is inside (and even if it would, it would not know how to decode the Kafka protocol). So I think the only metrics you can get from Nginx for this will be around the connection itself.