Drop _count suffix for loaded_mappings metric

This makes the naming consistent with our best pratices.
This commit is contained in:
Johannes 'fish' Ziemke 2016-05-03 18:48:49 +02:00
parent 8e43fc2654
commit dacfb3f1be

View file

@ -44,7 +44,7 @@ var (
[]string{"outcome"},
)
mappingsCount = prometheus.NewGauge(prometheus.GaugeOpts{
Name: "statsd_exporter_loaded_mappings_count",
Name: "statsd_exporter_loaded_mappings",
Help: "The current number of configured metric mappings.",
})
)