From 81e1d028f94c515364ffcb2405ba6e2570f35ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20de=20Saint=20Martin?= Date: Fri, 26 Apr 2019 17:10:59 +0200 Subject: [PATCH] Fix disk values being seconds, not milliseconds. --- prometheus/node-exporter-full.json | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/prometheus/node-exporter-full.json b/prometheus/node-exporter-full.json index dc13ca9..c898682 100644 --- a/prometheus/node-exporter-full.json +++ b/prometheus/node-exporter-full.json @@ -2489,7 +2489,7 @@ "format": "time_series", "hide": false, "intervalFactor": 2, - "legendFormat": "{{device}} - Milliseconds spent doing I/Os", + "legendFormat": "{{device}} - Time spent doing I/Os", "refId": "C", "step": 240 } @@ -2513,15 +2513,15 @@ }, "yaxes": [ { - "format": "ms", - "label": "Milliseconds", + "format": "s", + "label": "Time", "logBase": 1, "max": null, "min": "0", "show": true }, { - "format": "ms", + "format": "s", "label": "", "logBase": 1, "max": null, @@ -10651,7 +10651,7 @@ "expr": "irate(node_disk_read_time_seconds_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])", "hide": false, "intervalFactor": 4, - "legendFormat": "{{device}} - Read time ms", + "legendFormat": "{{device}} - Read time", "refId": "A", "step": 8 }, @@ -10659,7 +10659,7 @@ "expr": "irate(node_disk_write_time_seconds_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])", "hide": false, "intervalFactor": 2, - "legendFormat": "{{device}} - Write time ms", + "legendFormat": "{{device}} - Write time", "refId": "B", "step": 4 } @@ -10683,8 +10683,8 @@ }, "yaxes": [ { - "format": "ms", - "label": "Millisec. read (-) / write (+)", + "format": "s", + "label": "Time. read (-) / write (+)", "logBase": 1, "max": null, "min": null, @@ -10846,8 +10846,8 @@ }, "yaxes": [ { - "format": "ms", - "label": "Milliseconds", + "format": "s", + "label": "Time", "logBase": 1, "max": null, "min": "0", @@ -11159,7 +11159,7 @@ { "expr": "irate(node_disk_io_time_seconds_total{instance=~\"$node:$port\",job=~\"$job\"}[5m])", "intervalFactor": 4, - "legendFormat": "{{device}} - IO time ms", + "legendFormat": "{{device}} - IO time", "refId": "A", "step": 8 } @@ -11167,7 +11167,7 @@ "thresholds": [], "timeFrom": null, "timeShift": null, - "title": "Milliseconds Spent Doing I/Os", + "title": "Time Spent Doing I/Os", "tooltip": { "shared": false, "sort": 0, @@ -11183,8 +11183,8 @@ }, "yaxes": [ { - "format": "ms", - "label": "Milliseconds", + "format": "s", + "label": "Time", "logBase": 1, "max": null, "min": "0", @@ -20010,4 +20010,4 @@ "timezone": "browser", "title": "Node Exporter Full", "version": 62 -} \ No newline at end of file +}