MCPcopy Create free account
hub / github.com/cortexproject/cortex / newCompactorMetrics

Function newCompactorMetrics

pkg/compactor/compactor_metrics.go:66–68  ·  view source on GitHub ↗
(reg prometheus.Registerer)

Source from the content-addressed store, hash-verified

64}
65
66func newCompactorMetrics(reg prometheus.Registerer) *compactorMetrics {
67 return newCompactorMetricsWithLabels(reg, commonLabels, append(commonLabels, compactionLabels...))
68}
69
70func newCompactorMetricsWithLabels(reg prometheus.Registerer, commonLabels []string, compactionLabels []string) *compactorMetrics {
71 var m compactorMetrics

Calls 1