MCPcopy
hub / github.com/prometheus/prometheus / TestScrapeLoop_HistogramBucketLimit

Function TestScrapeLoop_HistogramBucketLimit

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

Source from the content-addressed store, hash-verified

3252}
3253
3254func TestScrapeLoop_HistogramBucketLimit(t *testing.T) {
3255 foreachAppendable(t, func(t *testing.T, appV2 bool) {
3256 testScrapeLoopHistogramBucketLimit(t, appV2)
3257 })
3258}
3259
3260func testScrapeLoopHistogramBucketLimit(t *testing.T, appV2 bool) {
3261 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…