File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 293293 ||| % $._config,
294294 },
295295 {
296- // Disk utilisation (ms spent, by rate() it's bound by 1 second)
296+ // Disk utilisation (seconds spent, by rate() it's bound by 1 second)
297297 record: ':node_disk_utilisation:avg_irate' ,
298298 expr: |||
299299 avg(irate(node_disk_io_time_seconds_total{%(nodeExporterSelector)s,%(diskDeviceSelector)s}[1m]))
300300 ||| % $._config,
301301 },
302302 {
303- // Disk utilisation (ms spent, by rate() it's bound by 1 second)
303+ // Disk utilisation (seconds spent, by rate() it's bound by 1 second)
304304 record: 'node:node_disk_utilisation:avg_irate' ,
305305 expr: |||
306306 avg by (node) (
311311 ||| % $._config,
312312 },
313313 {
314- // Disk saturation (ms spent, by rate() it's bound by 1 second)
314+ // Disk saturation (seconds spent, by rate() it's bound by 1 second)
315315 record: ':node_disk_saturation:avg_irate' ,
316316 expr: |||
317317 avg(irate(node_disk_io_time_weighted_seconds_total{%(nodeExporterSelector)s,%(diskDeviceSelector)s}[1m]))
318318 ||| % $._config,
319319 },
320320 {
321- // Disk saturation (ms spent, by rate() it's bound by 1 second)
321+ // Disk saturation (seconds spent, by rate() it's bound by 1 second)
322322 record: 'node:node_disk_saturation:avg_irate' ,
323323 expr: |||
324324 avg by (node) (
You can’t perform that action at this time.
0 commit comments