mirror of
https://github.com/prometheus/prometheus.git
synced 2024-12-25 05:34:05 -08:00
0f191629c6
This is now not even trying to throttle in a benign way, but creates a fully-fledged error. Advantage: It shows up very visible on the status page. Disadvantage: The server does not really adjusts to a lower scraping rate. However, if your ingestion backs up, you are in a very irregulare state, I'd say it _should_ be considered an error and not dealt with in a more graceful way. In different news: I'll work on optimizing ingestion so that we will not as easily run into that situation in the first place. |
||
---|---|---|
.. | ||
helpers_test.go | ||
ingester.go | ||
interface_test.go | ||
target.go | ||
target_provider.go | ||
target_test.go | ||
targetmanager.go | ||
targetmanager_test.go | ||
targetpool.go | ||
targetpool_test.go |