I have configured some basic metrics using the tutorial from the following site:
The only main difference - I'm using version 3.1 of Traefik. In general - this appears to work fine. However, I'm not sure the metrics / values are correct.
If I'm reading the "Top slow services" chart correctly, one of our services is taking... almost 5 minutes to respond?
Except that's pretty much impossible given the default timeout values used by Traefik, no? For the record this is our public-facing Elastic Search agnet / fleet server, which is getting a lot of traffic. But even if requests are timing out or aren't getting processed I'd expect them to fail after 60s tops (which was my experience when I tried to use Traefik as a proxy for a Docker image repository).
So what's going on here?