Merge pull request #282 from prometheus/mr/rename-mapping-cache-lengt-metrics

Rename mapping cache length metric
This commit is contained in:
Matthias Rampke 2020-01-10 13:12:32 +00:00 committed by GitHub
commit a4a9f26e16
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -21,7 +21,7 @@ import (
var (
cacheLength = prometheus.NewGauge(
prometheus.GaugeOpts{
Name: "statsd_exporter_cache_length",
Name: "mapping_cache_length",
Help: "The count of unique metrics currently cached.",
},
)