Skip to content

Commit b14348e

Browse files
committed
Fix decimals field which breaks plots
These plots show interger quanties, so set decimals to 0. It isn't clear where the -1 setting came from, but it breaks the plot entirely on Grafana 11.
1 parent 762101f commit b14348e

File tree

1 file changed

+5
-5
lines changed
  • etc/kayobe/kolla/config/grafana/dashboards/openstack

1 file changed

+5
-5
lines changed

etc/kayobe/kolla/config/grafana/dashboards/openstack/rabbitmq.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1785,7 +1785,7 @@
17851785
"mode": "line+area"
17861786
}
17871787
},
1788-
"decimals": -1,
1788+
"decimals": 0,
17891789
"mappings": [],
17901790
"thresholds": {
17911791
"mode": "absolute",
@@ -2040,7 +2040,7 @@
20402040
"mode": "line+area"
20412041
}
20422042
},
2043-
"decimals": -1,
2043+
"decimals": 0,
20442044
"mappings": [],
20452045
"thresholds": {
20462046
"mode": "absolute",
@@ -4421,7 +4421,7 @@
44214421
},
44224422
"yaxes": [
44234423
{
4424-
"decimals": -1,
4424+
"decimals": 0,
44254425
"format": "short",
44264426
"label": "",
44274427
"logBase": 1,
@@ -5013,7 +5013,7 @@
50135013
},
50145014
"yaxes": [
50155015
{
5016-
"decimals": -1,
5016+
"decimals": 0,
50175017
"format": "short",
50185018
"label": "",
50195019
"logBase": 1,
@@ -5457,7 +5457,7 @@
54575457
},
54585458
"yaxes": [
54595459
{
5460-
"decimals": -1,
5460+
"decimals": 0,
54615461
"format": "short",
54625462
"label": "",
54635463
"logBase": 1,

0 commit comments

Comments
 (0)