mirror of
https://github.com/prometheus/prometheus
synced 2025-01-30 11:44:07 +00:00
f64014f70b
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. |
||
---|---|---|
.. | ||
testdata | ||
helpers_test.go | ||
manager_test.go | ||
manager.go | ||
scrape_test.go | ||
scrape.go | ||
target_test.go | ||
target.go |