prometheus/retrieval
beorn7 5678a86924 Throttle scraping if a scrape took longer than the configured interval.
The simple algorithm applied here will increase the actual interval
incrementally, whenever and as long as the scrape itself takes longer
than the configured interval. Once it takes shorter again, the actual
interval will iteratively decrease again.
2015-02-06 16:44:56 +01:00
..
helpers_test.go Clean up license issues. 2015-01-21 20:07:45 +01:00
ingester.go Clean up license issues. 2015-01-21 20:07:45 +01:00
interface_test.go Clean up license issues. 2015-01-21 20:07:45 +01:00
target.go Throttle scraping if a scrape took longer than the configured interval. 2015-02-06 16:44:56 +01:00
target_provider.go Clean up license issues. 2015-01-21 20:07:45 +01:00
target_test.go Clean up license issues. 2015-01-21 20:07:45 +01:00
targetmanager.go Clean up license issues. 2015-01-21 20:07:45 +01:00
targetmanager_test.go Clean up license issues. 2015-01-21 20:07:45 +01:00
targetpool.go Clean up license issues. 2015-01-21 20:07:45 +01:00
targetpool_test.go Clean up license issues. 2015-01-21 20:07:45 +01:00