mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2024-11-09 23:24:08 -08:00
Fix MB instead of MBps
This commit is contained in:
parent
0681dddb23
commit
102edc9ff9
|
@ -364,7 +364,7 @@
|
|||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "Bps",
|
||||
"format": "bytes",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
|
@ -468,7 +468,7 @@
|
|||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "none",
|
||||
"format": "short",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
|
@ -829,7 +829,7 @@
|
|||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "Bps",
|
||||
"format": "bytes",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
|
@ -925,7 +925,7 @@
|
|||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "Bps",
|
||||
"format": "bytes",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
|
@ -1030,7 +1030,7 @@
|
|||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "none",
|
||||
"format": "short",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
|
@ -1111,7 +1111,7 @@
|
|||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "none",
|
||||
"format": "short",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
|
@ -2667,7 +2667,7 @@
|
|||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "bps",
|
||||
"format": "bytes",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
|
@ -2831,7 +2831,7 @@
|
|||
"legendFormat": "{{ backend }} / {{ server }}",
|
||||
"metric": "",
|
||||
"refId": "A",
|
||||
"step": 79
|
||||
"step": 30
|
||||
}
|
||||
],
|
||||
"thresholds": [],
|
||||
|
@ -2912,7 +2912,7 @@
|
|||
"legendFormat": "{{ backend }} / {{ server }}",
|
||||
"metric": "",
|
||||
"refId": "A",
|
||||
"step": 79
|
||||
"step": 30
|
||||
}
|
||||
],
|
||||
"thresholds": [],
|
||||
|
@ -4398,7 +4398,6 @@
|
|||
"auto_count": 30,
|
||||
"auto_min": "10s",
|
||||
"current": {
|
||||
"selected": true,
|
||||
"text": "30s",
|
||||
"value": "30s"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue