You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 22, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: metrics/scripts/grafana-provisioning/dashboards/cluster-monitor.json
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6620,8 +6620,8 @@
6620
6620
"hide": false,
6621
6621
"measurement": "cluster_info-vote-count",
6622
6622
"orderByTime": "ASC",
6623
-
"policy": "autogen",
6624
-
"query": "SELECT sum(\"count\") FROM \"$testnet\".\"autogen\".\"banking_stage-buffered_packets\" WHERE host_id::tag =~ /$hostid/ AND $timeFilter GROUP BY time($__interval)",
6623
+
"policy": "default",
6624
+
"query": "SELECT last(\"repair-highest-slot\") AS \"slot\"FROM \"$testnet\".\"autogen\".\"serve_repair-repair\" WHERE host_id::tag =~ /$hostid/ AND $timeFilter GROUP BY time($__interval)",
6625
6625
"rawQuery": true,
6626
6626
"refId": "A",
6627
6627
"resultFormat": "time_series",
@@ -6658,7 +6658,7 @@
6658
6658
],
6659
6659
"orderByTime": "ASC",
6660
6660
"policy": "default",
6661
-
"query": "SELECT sum(\"count\") FROM \"$testnet\".\"autogen\".\"banking_stage-forwarded_packets\" WHERE host_id::tag =~ /$hostid/ AND $timeFilter GROUP BY time($__interval)",
6661
+
"query": "SELECT last(\"repair-highest-ix\") AS \"ix\"FROM \"$testnet\".\"autogen\".\"serve_repair-repair\" WHERE host_id::tag =~ /$hostid/ AND $timeFilter GROUP BY time($__interval)",
6662
6662
"rawQuery": true,
6663
6663
"refId": "B",
6664
6664
"resultFormat": "time_series",
@@ -6922,8 +6922,8 @@
6922
6922
],
6923
6923
"measurement": "cluster_info-vote-count",
6924
6924
"orderByTime": "ASC",
6925
-
"policy": "autogen",
6926
-
"query": "SELECT sum(\"recovered\") AS \"recovered\" FROM \"$testnet\".\"autogen\".\"blockstore-erasure\" WHERE host_id::tag =~ /$hostid/ AND $timeFilter GROUP BY time($__interval) FILL(0)",
6925
+
"policy": "default",
6926
+
"query": "SELECT last(\"repair-orphan\") AS \"slot\" FROM \"$testnet\".\"autogen\".\"serve_repair-repair\" WHERE host_id::tag =~ /$hostid/ AND $timeFilter GROUP BY time($__interval)",
0 commit comments