(reg prometheus.Registerer)
| 60 | ) |
| 61 | |
| 62 | func newDefaultCompactorMetrics(reg prometheus.Registerer) *compactorMetrics { |
| 63 | return newCompactorMetricsWithLabels(reg, commonLabels, []string{"resolution"}) |
| 64 | } |
| 65 | |
| 66 | func newCompactorMetrics(reg prometheus.Registerer) *compactorMetrics { |
| 67 | return newCompactorMetricsWithLabels(reg, commonLabels, append(commonLabels, compactionLabels...)) |
no test coverage detected