mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2025-02-02 07:41:09 -08:00
Fix MBps instead of Mbps
This commit is contained in:
parent
639e955269
commit
e5f4040580
|
@ -364,7 +364,7 @@
|
|||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "bps",
|
||||
"format": "Bps",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
|
@ -829,7 +829,7 @@
|
|||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "bps",
|
||||
"format": "Bps",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
|
@ -925,7 +925,7 @@
|
|||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "bps",
|
||||
"format": "Bps",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
|
@ -4398,6 +4398,7 @@
|
|||
"auto_count": 30,
|
||||
"auto_min": "10s",
|
||||
"current": {
|
||||
"selected": true,
|
||||
"text": "30s",
|
||||
"value": "30s"
|
||||
},
|
||||
|
@ -4478,5 +4479,5 @@
|
|||
},
|
||||
"timezone": "browser",
|
||||
"title": "HAProxy",
|
||||
"version": 3
|
||||
"version": 4
|
||||
}
|
Loading…
Reference in a new issue