prometheus/retrieval
Adam f64014f70b Fix the incrementing of prometheus_target_scrapes_exceeded_sample_limit_total (#3669)
Once a scrape target has reached the samle_limit, any further samples
from that target will continue to result in errSampleLimit.

This means that after the completion of the append loop `err` must still
be errSampleLimit, and so the metric would not have been incremented.
2018-01-09 15:43:28 +00:00
..
testdata Add ServerName into TLS Config 2016-05-26 14:24:49 -07:00
helpers_test.go comments with TargetProvider should read Discoverer instead (#3667) 2018-01-08 23:59:18 +00:00
manager.go Refactor SD configuration to remove config dependency (#3629) 2017-12-29 21:01:34 +01:00
manager_test.go refactored discovery 2017-12-18 17:22:49 +00:00
scrape.go Fix the incrementing of prometheus_target_scrapes_exceeded_sample_limit_total (#3669) 2018-01-09 15:43:28 +00:00
scrape_test.go Fix the incrementing of prometheus_target_scrapes_exceeded_sample_limit_total (#3669) 2018-01-09 15:43:28 +00:00
target.go Refactor SD configuration to remove config dependency (#3629) 2017-12-29 21:01:34 +01:00
target_test.go Refactor SD configuration to remove config dependency (#3629) 2017-12-29 21:01:34 +01:00