Merge branch 'master' into master

This commit is contained in:
Ricardo F 2019-06-14 10:18:39 +02:00 committed by GitHub
commit 8a42eeec00
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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",
@ -20029,5 +20029,5 @@
},
"timezone": "browser",
"title": "Node Exporter Full",
"version": 12
"version": 63
}