prometheus/scrape
Bryan Boreham e6356e64bd Scraping: drop series cache when resizing symbol table
Clear caches by restarting scraping loops: each loop assumes it has
exclusive ownership of its cache, so we can't come in from another
goroutine and change it.

Signed-off-by: Bryan Boreham <bjboreham@gmail.com>
2024-07-05 10:16:22 +01:00
..
testdata
clientprotobuf.go
helpers_test.go
manager.go
manager_test.go
metrics.go Scraping: add metric for symbol table size 2024-07-05 10:16:22 +01:00
scrape.go Scraping: drop series cache when resizing symbol table 2024-07-05 10:16:22 +01:00
scrape_test.go
target.go
target_test.go