diff --git a/docker/telemetry/grafana/dashboards/consensus-health.json b/docker/telemetry/grafana/dashboards/consensus-health.json index 848d7071ae..ef202e7353 100644 --- a/docker/telemetry/grafana/dashboards/consensus-health.json +++ b/docker/telemetry/grafana/dashboards/consensus-health.json @@ -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": [] } diff --git a/docker/telemetry/grafana/dashboards/rpc-performance.json b/docker/telemetry/grafana/dashboards/rpc-performance.json index 8fda707a97..38c2d8da88 100644 --- a/docker/telemetry/grafana/dashboards/rpc-performance.json +++ b/docker/telemetry/grafana/dashboards/rpc-performance.json @@ -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": [] }