@cryptotaxi247 / netdata-1 / commits / 0d6ef268c

fix `mdstat` current operation charts context/title (#11289)

Ilya Mashchenko committed Jun 30, 2021 at 09:53 UTC 0d6ef268c2a2b01cea2dc27dc487360578e0290d
1 file changed +3 -3
collectors/proc.plugin/proc_mdstat.c
+3 -3
@@ -560,8 +560,8 @@ int do_proc_mdstat(int update_every, usec_t dt)
560 id,
561 NULL,
562 family,
563 - "md.rate",
564 - "Approximate Time Unit Finish",
563 + "md.expected_time_until_operation_finish",
564 + "Approximate Time Until Finish",
565 "seconds",
566 PLUGIN_PROC_NAME,
567 PLUGIN_PROC_MODULE_MDSTAT_NAME,
@@ -591,7 +591,7 @@ int do_proc_mdstat(int update_every, usec_t dt)
591 id,
592 NULL,
593 family,
594 - "md.rate",
594 + "md.operation_speed",
595 "Operation Speed",
596 "KiB/s",
597 PLUGIN_PROC_NAME,