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 rename package retrieve to scrape 2018-02-01 09:55:07 +00:00
helpers_test.go rename package retrieve to scrape 2018-02-01 09:55:07 +00:00
manager.go refine error handling in prometheus (#5388) 2019-03-26 00:01:12 +01:00
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 scrape: Add global jitter for HA server (#5181) 2019-03-12 10:46:15 +00:00