Fix MB instead of MBps

This commit is contained in:
Ricardo F 2018-04-04 15:01:05 +02:00
parent 0681dddb23
commit 102edc9ff9

View file

@ -364,7 +364,7 @@
}, },
"yaxes": [ "yaxes": [
{ {
"format": "Bps", "format": "bytes",
"label": null, "label": null,
"logBase": 1, "logBase": 1,
"max": null, "max": null,
@ -468,7 +468,7 @@
}, },
"yaxes": [ "yaxes": [
{ {
"format": "none", "format": "short",
"label": null, "label": null,
"logBase": 1, "logBase": 1,
"max": null, "max": null,
@ -829,7 +829,7 @@
}, },
"yaxes": [ "yaxes": [
{ {
"format": "Bps", "format": "bytes",
"label": null, "label": null,
"logBase": 1, "logBase": 1,
"max": null, "max": null,
@ -925,7 +925,7 @@
}, },
"yaxes": [ "yaxes": [
{ {
"format": "Bps", "format": "bytes",
"label": null, "label": null,
"logBase": 1, "logBase": 1,
"max": null, "max": null,
@ -1030,7 +1030,7 @@
}, },
"yaxes": [ "yaxes": [
{ {
"format": "none", "format": "short",
"label": null, "label": null,
"logBase": 1, "logBase": 1,
"max": null, "max": null,
@ -1111,7 +1111,7 @@
}, },
"yaxes": [ "yaxes": [
{ {
"format": "none", "format": "short",
"label": null, "label": null,
"logBase": 1, "logBase": 1,
"max": null, "max": null,
@ -2667,7 +2667,7 @@
}, },
"yaxes": [ "yaxes": [
{ {
"format": "bps", "format": "bytes",
"label": null, "label": null,
"logBase": 1, "logBase": 1,
"max": null, "max": null,
@ -2831,7 +2831,7 @@
"legendFormat": "{{ backend }} / {{ server }}", "legendFormat": "{{ backend }} / {{ server }}",
"metric": "", "metric": "",
"refId": "A", "refId": "A",
"step": 79 "step": 30
} }
], ],
"thresholds": [], "thresholds": [],
@ -2912,7 +2912,7 @@
"legendFormat": "{{ backend }} / {{ server }}", "legendFormat": "{{ backend }} / {{ server }}",
"metric": "", "metric": "",
"refId": "A", "refId": "A",
"step": 79 "step": 30
} }
], ],
"thresholds": [], "thresholds": [],
@ -4398,7 +4398,6 @@
"auto_count": 30, "auto_count": 30,
"auto_min": "10s", "auto_min": "10s",
"current": { "current": {
"selected": true,
"text": "30s", "text": "30s",
"value": "30s" "value": "30s"
}, },