mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -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,
|
||||
)
|
||||
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.",
|
||||
[]string{"device"},
|
||||
nil,
|
||||
|
|
Loading…
Reference in a new issue