mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2025-03-05 20:51:45 -08:00
Fix #58 - Regression over node_disk_io_now
This commit is contained in:
parent
7d61c79619
commit
d46ff2132d
|
@ -59,7 +59,7 @@
|
||||||
"gnetId": 1860,
|
"gnetId": 1860,
|
||||||
"graphTooltip": 0,
|
"graphTooltip": 0,
|
||||||
"id": null,
|
"id": null,
|
||||||
"iteration": 1614605016686,
|
"iteration": 1626960787733,
|
||||||
"links": [
|
"links": [
|
||||||
{
|
{
|
||||||
"icon": "external link",
|
"icon": "external link",
|
||||||
|
@ -9082,7 +9082,8 @@
|
||||||
"steppedLine": false,
|
"steppedLine": false,
|
||||||
"targets": [
|
"targets": [
|
||||||
{
|
{
|
||||||
"expr": "rate(node_disk_io_now{instance=\"$node\",job=\"$job\"}[$__rate_interval])",
|
"expr": "node_disk_io_now{instance=\"$node\",job=\"$job\"}",
|
||||||
|
"interval": "",
|
||||||
"intervalFactor": 4,
|
"intervalFactor": 4,
|
||||||
"legendFormat": "{{device}} - IO now",
|
"legendFormat": "{{device}} - IO now",
|
||||||
"refId": "A",
|
"refId": "A",
|
||||||
|
@ -9110,8 +9111,8 @@
|
||||||
"yaxes": [
|
"yaxes": [
|
||||||
{
|
{
|
||||||
"$$hashKey": "object:729",
|
"$$hashKey": "object:729",
|
||||||
"format": "iops",
|
"format": "none",
|
||||||
"label": "I/Os",
|
"label": "Outstanding req.",
|
||||||
"logBase": 1,
|
"logBase": 1,
|
||||||
"max": null,
|
"max": null,
|
||||||
"min": "0",
|
"min": "0",
|
||||||
|
@ -13979,5 +13980,5 @@
|
||||||
"timezone": "browser",
|
"timezone": "browser",
|
||||||
"title": "Node Exporter Full",
|
"title": "Node Exporter Full",
|
||||||
"uid": "rYdddlPWk",
|
"uid": "rYdddlPWk",
|
||||||
"version": 56
|
"version": 59
|
||||||
}
|
}
|
Loading…
Reference in a new issue