mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2025-02-02 07:41:09 -08:00
Fix #93 Change legend format
This commit is contained in:
parent
68e95ffe28
commit
d64c9fce4b
|
@ -8302,7 +8302,7 @@
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"intervalFactor": 4,
|
"intervalFactor": 4,
|
||||||
"legendFormat": "{{device}} - r_await",
|
"legendFormat": "{{device}} - Read wait time avg",
|
||||||
"refId": "A",
|
"refId": "A",
|
||||||
"step": 240
|
"step": 240
|
||||||
},
|
},
|
||||||
|
@ -8311,7 +8311,7 @@
|
||||||
"hide": false,
|
"hide": false,
|
||||||
"interval": "",
|
"interval": "",
|
||||||
"intervalFactor": 1,
|
"intervalFactor": 1,
|
||||||
"legendFormat": "{{device}} - w_await",
|
"legendFormat": "{{device}} - Write wait time avg",
|
||||||
"refId": "B",
|
"refId": "B",
|
||||||
"step": 240
|
"step": 240
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue