prometheus/scrape
Brian Brazil b98e818876
Add scrape_series_added per-scrape metric. (#5546)
This is an estimate of churn, with series being added to the cache being
considered churn. This will have both false positives (e.g. series
appearing and disappearing) and false negatives (e.g. series hit
sample_limit, but still created in head block), but should be generally
useful as-is.

Relevant docs live in another repo.

Signed-off-by: Brian Brazil <brian.brazil@robustperception.io>
2019-05-08 22:24:00 +01:00
..
testdata
helpers_test.go
manager.go
manager_test.go Bump prometheus/common to v0.3.0 (#5344) 2019-04-10 13:20:00 +01:00
scrape.go Add scrape_series_added per-scrape metric. (#5546) 2019-05-08 22:24:00 +01:00
scrape_test.go Add scrape_series_added per-scrape metric. (#5546) 2019-05-08 22:24:00 +01:00
target.go *: enable all default linters (#5504) 2019-05-03 15:11:28 +02:00
target_test.go