fix(grafanadashboard): add memory units to panels showing memory usage (#22078)

Signed-off-by: BWagenerGenerali <69955643+BWagenerGenerali@users.noreply.github.com>
This commit is contained in:
BWagenerGenerali 2025-02-28 22:46:22 +01:00 committed by GitHub
parent 806c5f6b6d
commit 7c7dda0e93
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1508,7 +1508,8 @@
"fieldConfig": {
"defaults": {
"links": [],
"unitScale": true
"unitScale": true,
"unit": "bytes"
},
"overrides": []
},
@ -1805,7 +1806,6 @@
"title": "Controller Telemetry",
"type": "row"
},
{
"collapsed": true,
"datasource": {
@ -1830,7 +1830,8 @@
"fieldConfig": {
"defaults": {
"links": [],
"unitScale": true
"unitScale": true,
"unit": "bytes"
},
"overrides": []
},
@ -2843,6 +2844,14 @@
"datasource": {
"uid": "$datasource"
},
"fieldConfig": {
"defaults": {
"links": [],
"unitScale": true,
"unit": "bytes"
},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"gridPos": {
@ -3040,7 +3049,8 @@
},
"fieldConfig": {
"defaults": {
"unitScale": true
"unitScale": true,
"unit": "bytes"
},
"overrides": []
},