@@ -105,17 +105,17 @@ func NewDriveStatisticsExporter(target config.Target, logger log.Logger) Collect
105105 "Drive statistic writePhysicalIOps" , []string {"tray" , "slot" }, nil ),
106106 WriteResponseTime : prometheus .NewDesc (prometheus .BuildFQName (namespace , "drive" , "write_response_time_seconds" ),
107107 "Drive statistic writeResponseTime" , []string {"tray" , "slot" }, nil ),
108- IdleTime : prometheus .NewDesc (prometheus .BuildFQName (namespace , "drive" , "idle_time_total " ),
108+ IdleTime : prometheus .NewDesc (prometheus .BuildFQName (namespace , "drive" , "idle_time_seconds_total " ),
109109 "Drive statistic idleTime" , []string {"tray" , "slot" }, nil ),
110110 OtherOPs : prometheus .NewDesc (prometheus .BuildFQName (namespace , "drive" , "other_ops_total" ),
111111 "Drive statistic otherOps" , []string {"tray" , "slot" }, nil ),
112- OtherTimeTotal : prometheus .NewDesc (prometheus .BuildFQName (namespace , "drive" , "other_time_total " ),
112+ OtherTimeTotal : prometheus .NewDesc (prometheus .BuildFQName (namespace , "drive" , "other_time_seconds_total " ),
113113 "Drive statistic otherTimeTotal" , []string {"tray" , "slot" }, nil ),
114114 ReadBytes : prometheus .NewDesc (prometheus .BuildFQName (namespace , "drive" , "read_bytes_total" ),
115115 "Drive statistic readBytes" , []string {"tray" , "slot" }, nil ),
116116 ReadOPs : prometheus .NewDesc (prometheus .BuildFQName (namespace , "drive" , "read_ops_total" ),
117117 "Drive statistic readOps" , []string {"tray" , "slot" }, nil ),
118- ReadTimeTotal : prometheus .NewDesc (prometheus .BuildFQName (namespace , "drive" , "read_time_total " ),
118+ ReadTimeTotal : prometheus .NewDesc (prometheus .BuildFQName (namespace , "drive" , "read_time_seconds_total " ),
119119 "Drive statistic readTimeTotal" , []string {"tray" , "slot" }, nil ),
120120 RecoveredErrors : prometheus .NewDesc (prometheus .BuildFQName (namespace , "drive" , "recovered_errors_total" ),
121121 "Drive statistic recoveredErrors" , []string {"tray" , "slot" }, nil ),
@@ -129,7 +129,7 @@ func NewDriveStatisticsExporter(target config.Target, logger log.Logger) Collect
129129 "Drive statistic writeBytes" , []string {"tray" , "slot" }, nil ),
130130 WriteOPs : prometheus .NewDesc (prometheus .BuildFQName (namespace , "drive" , "write_ops_total" ),
131131 "Drive statistic writeOPs" , []string {"tray" , "slot" }, nil ),
132- WriteTimeTotal : prometheus .NewDesc (prometheus .BuildFQName (namespace , "drive" , "write_time_total " ),
132+ WriteTimeTotal : prometheus .NewDesc (prometheus .BuildFQName (namespace , "drive" , "write_time_seconds_total " ),
133133 "Drive statistic writeTimeTotal" , []string {"tray" , "slot" }, nil ),
134134 QueueDepthTotal : prometheus .NewDesc (prometheus .BuildFQName (namespace , "drive" , "queue_depth_total" ),
135135 "Drive statistic queueDepthTotal" , []string {"tray" , "slot" }, nil ),
0 commit comments