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:
Frederic 2024-05-09 11:24:04 +02:00 committed by GitHub
parent 4d743c485f
commit 6df22223df
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,