Hello,
I'm currently using Traefik as an ingress controller for our Kubernetes clusters. I am trying to monitor the proxy latency introduced by Traefik during request processing. While Traefik exposes latency metrics (prometheus) for entry_point, router, and service, it appears that all of these metrics include the backend application latency as well. I would greatly appreciate any insights or guidance on how to specifically identify the proxy latency.
Thank you.