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:
Job Céspedes Ortiz 2020-04-21 13:37:13 -06:00
parent 445926c6ee
commit 4cf7d6b740
2 changed files with 10 additions and 10 deletions

View file

@ -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
}
}

View file

@ -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
}
}