You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the /metrics endpoint is scraped too often concurrently, too much resources are claimed and the monitored binary might OOM because of a rogue monitoring server...
Reducing the resource usage of an individual scrape (e.g. by streaming more and buffering less as we do currently) increases the number of scrapes that can be performed in parallel, but doesn't fundamentally solve the problem. Adding "one more test monitoring server" could still crash production binaries. The HTTP exposition needs to be configurable in terms of max scrapes in flight and scrape timeout.
The text was updated successfully, but these errors were encountered:
If the /metrics endpoint is scraped too often concurrently, too much resources are claimed and the monitored binary might OOM because of a rogue monitoring server...
Reducing the resource usage of an individual scrape (e.g. by streaming more and buffering less as we do currently) increases the number of scrapes that can be performed in parallel, but doesn't fundamentally solve the problem. Adding "one more test monitoring server" could still crash production binaries. The HTTP exposition needs to be configurable in terms of max scrapes in flight and scrape timeout.
The text was updated successfully, but these errors were encountered: