diff --git a/pkg/mapper/mapper_cache.go b/pkg/mapper/mapper_cache.go index 988c34d..e499986 100644 --- a/pkg/mapper/mapper_cache.go +++ b/pkg/mapper/mapper_cache.go @@ -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.", }, )