prometheus/retrieval
Fabian Reinartz 5bed8af4cb retrieval: pool scrape buffers
This adds a bucketed buffer pool to the scrapers so we don't have to
allocate a new buffer on each scrape or hold it fixed to the scrape
loop.

The latter can consume significant amounts of unused memory, e.g. 4GB
when scraping 2MB /metrics from 2000 targets.
2017-09-07 14:43:21 +02:00
..
testdata Add ServerName into TLS Config 2016-05-26 14:24:49 -07:00
helpers_test.go Adapt storage APIs to uint64 references 2017-09-07 14:14:41 +02:00
scrape_test.go retrieval: pool scrape buffers 2017-09-07 14:43:21 +02:00
scrape.go retrieval: pool scrape buffers 2017-09-07 14:43:21 +02:00
target_test.go Merge branch 'master' into dev-2.0 2017-04-04 15:17:56 +02:00
target.go Adapt storage APIs to uint64 references 2017-09-07 14:14:41 +02:00
targetmanager_test.go Merge branch 'master' into dev-2.0 2017-06-23 13:15:44 +02:00
targetmanager.go Merge branch 'master' into dev-2.0 2017-07-11 17:22:14 +02:00