diff --git a/metrics/scripts/grafana-provisioning/dashboards/cluster-monitor.json b/metrics/scripts/grafana-provisioning/dashboards/cluster-monitor.json index d624cefa4e..afa90707d9 100644 --- a/metrics/scripts/grafana-provisioning/dashboards/cluster-monitor.json +++ b/metrics/scripts/grafana-provisioning/dashboards/cluster-monitor.json @@ -136,7 +136,7 @@ "hide": false, "orderByTime": "ASC", "policy": "default", - "query": "SELECT MODE(last) FROM ( SELECT last(\"leader\") FROM \"$testnet\".\"autogen\".\"replay_stage-new_leader\" WHERE $timeFilter GROUP BY host_id )\n", + "query": "SELECT last(\"leader\") FROM \"$testnet\".\"autogen\".\"replay_stage-new_leader\" WHERE $timeFilter ORDER BY \"time\" desc \n", "rawQuery": true, "refId": "A", "resultFormat": "table", @@ -12786,4 +12786,4 @@ "title": "Cluster Telemetry", "uid": "monitor", "version": 1 -} \ No newline at end of file +}