MCPcopy
hub / github.com/prometheus/prometheus / TestScrapeLoopOutOfBoundsTimeError

Function TestScrapeLoopOutOfBoundsTimeError

scrape/scrape_test.go:4389–4393  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

4387}
4388
4389func TestScrapeLoopOutOfBoundsTimeError(t *testing.T) {
4390 foreachAppendable(t, func(t *testing.T, appV2 bool) {
4391 testScrapeLoopOutOfBoundsTimeError(t, appV2)
4392 })
4393}
4394
4395func testScrapeLoopOutOfBoundsTimeError(t *testing.T, appV2 bool) {
4396 sl, _ := newTestScrapeLoop(t, func(sl *scrapeLoop) {

Callers

nothing calls this directly

Calls 2

foreachAppendableFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…