mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2025-02-18 00:25:22 +00:00
Merge pull request #282 from prometheus/mr/rename-mapping-cache-lengt-metrics
Rename mapping cache length metric
This commit is contained in:
commit
a4a9f26e16
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ import (
|
||||||
var (
|
var (
|
||||||
cacheLength = prometheus.NewGauge(
|
cacheLength = prometheus.NewGauge(
|
||||||
prometheus.GaugeOpts{
|
prometheus.GaugeOpts{
|
||||||
Name: "statsd_exporter_cache_length",
|
Name: "mapping_cache_length",
|
||||||
Help: "The count of unique metrics currently cached.",
|
Help: "The count of unique metrics currently cached.",
|
||||||
},
|
},
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue