(t testing.TB)
| 86 | } |
| 87 | |
| 88 | func newTestScrapeMetrics(t testing.TB) *scrapeMetrics { |
| 89 | _, metrics := newTestRegistryAndScrapeMetrics(t) |
| 90 | return metrics |
| 91 | } |
| 92 | |
| 93 | func TestNewScrapePool(t *testing.T) { |
| 94 | foreachAppendable(t, func(t *testing.T, appV2 bool) { |
no test coverage detected
searching dependent graphs…