Does Traefik show the actual average response time in its metrics?

12/3/2018

My Traefik Ingress DaemonSet shows some awkard metrics in its dashboard.

Is it correct? I really doubt that my average response time is beyond minutes.

I think I'm doing something wrong but I have no idea what it is.

Traefik Dashboard

-- Pedro Henrique
kubernetes
traefik

1 Answer

12/4/2018

Answered in comments, Traefik's stats are very literal and when using Websockets it thinks that's a single HTTP connect (because it technically is) which is lasting for minutes or hours.

-- coderanger
Source: StackOverflow