mirror of
https://github.com/rfmoz/grafana-dashboards.git
synced 2024-11-09 23:24:08 -08:00
haproxy: unit changed from bytes to bits
Some panels about traffic use a query where the metric for bytes is multiple by 8. This corresponds to 'bits' and not bytes. There two options: remote the multiplier or change the unit. In this commit, option two has been chosen
This commit is contained in:
parent
445926c6ee
commit
4cf7d6b740
|
@ -444,7 +444,7 @@
|
|||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "bytes",
|
||||
"format": "bits",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
|
@ -988,7 +988,7 @@
|
|||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "bytes",
|
||||
"format": "bits",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
|
@ -1084,7 +1084,7 @@
|
|||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "bytes",
|
||||
"format": "bits",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
|
@ -4829,7 +4829,7 @@
|
|||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "bytes",
|
||||
"format": "bits",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
|
@ -8848,4 +8848,4 @@
|
|||
"timezone": "browser",
|
||||
"title": "HAProxy 2.0",
|
||||
"version": 135
|
||||
}
|
||||
}
|
||||
|
|
|
@ -364,7 +364,7 @@
|
|||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "bytes",
|
||||
"format": "bits",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
|
@ -829,7 +829,7 @@
|
|||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "bytes",
|
||||
"format": "bits",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
|
@ -925,7 +925,7 @@
|
|||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "bytes",
|
||||
"format": "bits",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
|
@ -2667,7 +2667,7 @@
|
|||
},
|
||||
"yaxes": [
|
||||
{
|
||||
"format": "bytes",
|
||||
"format": "bits",
|
||||
"label": null,
|
||||
"logBase": 1,
|
||||
"max": null,
|
||||
|
@ -4482,4 +4482,4 @@
|
|||
"timezone": "browser",
|
||||
"title": "HAProxy",
|
||||
"version": 6
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue