Update validator vote count

This commit is contained in:
Sathish Ambley 2018-12-10 23:02:39 -08:00 committed by Michael Vines
parent 935524f20c
commit 1d3f05a9d4
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@
],
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT sum(\"count\") AS \" \" FROM \"$testnet\".\"autogen\".\"counter-replicate-vote_sent\" WHERE $timeFilter GROUP BY time($__interval) FILL(0)",
"query": "SELECT sum(\"count\") AS \" \" FROM \"$testnet\".\"autogen\".\"counter-validator-vote_sent\" WHERE $timeFilter GROUP BY time($__interval) FILL(0)",
"rawQuery": true,
"refId": "B",
"resultFormat": "time_series",