mirror of
https://github.com/digitalocean/ceph_exporter
synced 2025-02-27 00:30:26 +00:00
Merge pull request #196 from digitalocean/pg-collector
collectors/osd: fix meric name stutter
This commit is contained in:
commit
712c30902b
@ -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,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user