(t testing.TB, metrics []*dto.MetricFamily, name string, labels ...string)
| 35 | } |
| 36 | |
| 37 | func PromCounterGathered(t testing.TB, metrics []*dto.MetricFamily, name string, labels ...string) bool { |
| 38 | t.Helper() |
| 39 | return getMetric(t, metrics, name, labels...) != nil |
| 40 | } |
| 41 | |
| 42 | func PromGaugeGathered(t testing.TB, metrics []*dto.MetricFamily, name string, labels ...string) bool { |
| 43 | t.Helper() |