MCPcopy
hub / github.com/prometheus/prometheus / TestScrapeLoopRun

Function TestScrapeLoopRun

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

Source from the content-addressed store, hash-verified

1137}
1138
1139func TestScrapeLoopRun(t *testing.T) {
1140 foreachAppendable(t, func(t *testing.T, appV2 bool) {
1141 testScrapeLoopRun(t, appV2)
1142 })
1143}
1144
1145func testScrapeLoopRun(t *testing.T, appV2 bool) {
1146 t.Parallel()

Callers

nothing calls this directly

Calls 2

foreachAppendableFunction · 0.85
testScrapeLoopRunFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…