Merge pull request #196 from digitalocean/pg-collector

collectors/osd: fix meric name stutter
This commit is contained in:
Matt1360 2021-05-25 11:12:03 -04:00 committed by GitHub
commit 712c30902b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -422,7 +422,7 @@ func NewOSDCollector(conn Conn, cluster string, logger *logrus.Logger) *OSDColle
OldestInactivePG: prometheus.NewGauge(
prometheus.GaugeOpts{
Namespace: cephNamespace,
Name: "ceph_pg_oldest_inactive",
Name: "pg_oldest_inactive",
Help: "The amount of time in seconds that the oldest PG has been inactive for",
ConstLabels: labels,
},