Add axis labels to consensus-health and rpc-performance dashboard panels

This commit is contained in:
Pratik Mankawde
2026-03-18 10:55:39 +00:00
parent 5499cbcde4
commit 903c503607
2 changed files with 32 additions and 4 deletions

View File

@@ -143,7 +143,14 @@
],
"fieldConfig": {
"defaults": {
"unit": "ms"
"unit": "ms",
"custom": {
"axisLabel": "Duration (ms)",
"spanNulls": true,
"insertNulls": false,
"showPoints": "auto",
"pointSize": 3
}
},
"overrides": []
}
@@ -169,7 +176,14 @@
],
"fieldConfig": {
"defaults": {
"unit": "ops"
"unit": "ops",
"custom": {
"axisLabel": "Rounds / Sec",
"spanNulls": true,
"insertNulls": false,
"showPoints": "auto",
"pointSize": 3
}
},
"overrides": []
}

View File

@@ -28,7 +28,14 @@
],
"fieldConfig": {
"defaults": {
"unit": "reqps"
"unit": "reqps",
"custom": {
"axisLabel": "Requests / Sec",
"spanNulls": true,
"insertNulls": false,
"showPoints": "auto",
"pointSize": 3
}
},
"overrides": []
}
@@ -53,7 +60,14 @@
],
"fieldConfig": {
"defaults": {
"unit": "ms"
"unit": "ms",
"custom": {
"axisLabel": "Latency (ms)",
"spanNulls": true,
"insertNulls": false,
"showPoints": "auto",
"pointSize": 3
}
},
"overrides": []
}