Add error logging to dead slots (#7000) (#7001)

automerge
This commit is contained in:
mergify[bot]
2019-11-16 03:22:13 -08:00
committed by Grimes
parent cac5d9005c
commit 7dd6ceeb49
2 changed files with 6 additions and 2 deletions

View File

@@ -4109,7 +4109,7 @@
"hide": false,
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT host_id, slot FROM \"$testnet\".\"autogen\".\"replay-stage-mark_dead_slot\" WHERE $timeFilter ORDER BY time DESC ",
"query": "SELECT host_id, error, slot FROM \"$testnet\".\"autogen\".\"replay-stage-mark_dead_slot\" WHERE $timeFilter ORDER BY time DESC ",
"rawQuery": true,
"refId": "A",
"resultFormat": "table",