-
- Downloads
Add singleflight logic to the metrics endpoint cache
Prevents the scenario where requests for /metrics start taking longer than the Prometheus scraping interval, and the whole process would soon OOM due to the concurrent cache refreshes.
Please register or sign in to comment