mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-03-05 21:00:12 -08:00
Update collector/mdadm_linux.go
added unit "seconds" Co-authored-by: Ben Kochie <superq@gmail.com> Signed-off-by: Frederic <fredleitenb@yahoo.de>
This commit is contained in:
parent
4d743c485f
commit
6df22223df
|
@ -106,7 +106,7 @@ var (
|
||||||
nil,
|
nil,
|
||||||
)
|
)
|
||||||
syncTimeRemainingDesc = prometheus.NewDesc(
|
syncTimeRemainingDesc = prometheus.NewDesc(
|
||||||
prometheus.BuildFQName(namespace, "md", "sync_time_remaining"),
|
prometheus.BuildFQName(namespace, "md", "sync_time_remaining_seconds"),
|
||||||
"Estimated finishing time for current sync in seconds.",
|
"Estimated finishing time for current sync in seconds.",
|
||||||
[]string{"device"},
|
[]string{"device"},
|
||||||
nil,
|
nil,
|
||||||
|
|
Loading…
Reference in a new issue