diff --git a/prometheus.go b/prometheus.go index a8c19a1..27a203c 100644 --- a/prometheus.go +++ b/prometheus.go @@ -320,8 +320,8 @@ func (m *prometheusMetrics) register(namespace, subsystem string) { Help: "Total count of passes.", }, []string{"datacenter"}) m.synthsTotal = promauto.NewCounterVec(prometheus.CounterOpts{Namespace: namespace, Subsystem: subsystem, - Name: "Total count of synths.", - Help: "synth_total", + Name: "synth_total", + Help: "Total count of synths.", }, []string{"datacenter"}) m.errorsTotal = promauto.NewCounterVec(prometheus.CounterOpts{Namespace: namespace, Subsystem: subsystem, Name: "errors_total",