Change formula used in erasure statistics graph (#6102)

automerge
This commit is contained in:
Pankaj Garg 2019-09-25 14:57:16 -07:00 committed by Grimes
parent aea0326b82
commit e2a5ec9cd2
1 changed files with 1 additions and 1 deletions

View File

@ -7279,7 +7279,7 @@
"measurement": "cluster_info-vote-count",
"orderByTime": "ASC",
"policy": "autogen",
"query": "SELECT mean(\"recovered\") AS \"recovered\" FROM \"$testnet\".\"autogen\".\"blocktree-erasure\" WHERE host_id::tag =~ /$hostid/ AND $timeFilter GROUP BY time($__interval) FILL(0)",
"query": "SELECT sum(\"recovered\") AS \"recovered\" FROM \"$testnet\".\"autogen\".\"blocktree-erasure\" WHERE host_id::tag =~ /$hostid/ AND $timeFilter GROUP BY time($__interval) FILL(0)",
"rawQuery": true,
"refId": "B",
"resultFormat": "time_series",