mirror of
https://github.com/prometheus/node_exporter.git
synced 2025-03-05 21:00:12 -08:00
Update mdadm_linux.go
fixed code formatting Signed-off-by: Frederic <fredleitenb@yahoo.de>
This commit is contained in:
parent
f21e3b547e
commit
dd0a449f18
|
@ -233,7 +233,7 @@ func (c *mdadmCollector) Update(ch chan<- prometheus.Metric) error {
|
|||
ch <- prometheus.MustNewConstMetric(
|
||||
syncTimeRemainingDesc,
|
||||
prometheus.GaugeValue,
|
||||
float64(mdStat.BlocksSyncedFinishTime * 60),
|
||||
float64(mdStat.BlocksSyncedFinishTime*60),
|
||||
mdStat.Name,
|
||||
)
|
||||
ch <- prometheus.MustNewConstMetric(
|
||||
|
|
Loading…
Reference in a new issue