(t *testing.T)
| 3252 | } |
| 3253 | |
| 3254 | func TestScrapeLoop_HistogramBucketLimit(t *testing.T) { |
| 3255 | foreachAppendable(t, func(t *testing.T, appV2 bool) { |
| 3256 | testScrapeLoopHistogramBucketLimit(t, appV2) |
| 3257 | }) |
| 3258 | } |
| 3259 | |
| 3260 | func testScrapeLoopHistogramBucketLimit(t *testing.T, appV2 bool) { |
| 3261 | sl, _ := newTestScrapeLoop(t, func(sl *scrapeLoop) { |
nothing calls this directly
no test coverage detected
searching dependent graphs…