Metrics: client request timing

Hello here,

I'm playing with HAProxy and the have a interesting metric about the time to get the client's request => see documentation on %Tq

In my current Traefik deployment (Kubernetes IngressRoute) I can have metrics by entrypoint and service metrics, the request timing is related to my service performance.

In documentation I can have

  • Duration
  • OriginDuration

But it's not exactly the same.

Any idea to have this information ?

Best