331c756471
http.Transport keeps a pool of connections and should be reused when possible. We instantiate a new http.DefaultTransport for every metrics request, making large numbers of concurrent requests inefficiently spin up new connections instead of reusing open ones.
4 lines
101 B
Plaintext
4 lines
101 B
Plaintext
```release-note:improvement
|
|
ui: Reuse connections for requests to /v1/internal/ui/metrics-proxy/
|
|
```
|