mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-26 09:11:01 +00:00
Drop _count suffix for loaded_mappings metric
This makes the naming consistent with our best pratices.
This commit is contained in:
parent
8e43fc2654
commit
dacfb3f1be
1 changed files with 1 additions and 1 deletions
|
@ -44,7 +44,7 @@ var (
|
||||||
[]string{"outcome"},
|
[]string{"outcome"},
|
||||||
)
|
)
|
||||||
mappingsCount = prometheus.NewGauge(prometheus.GaugeOpts{
|
mappingsCount = prometheus.NewGauge(prometheus.GaugeOpts{
|
||||||
Name: "statsd_exporter_loaded_mappings_count",
|
Name: "statsd_exporter_loaded_mappings",
|
||||||
Help: "The current number of configured metric mappings.",
|
Help: "The current number of configured metric mappings.",
|
||||||
})
|
})
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue