Update mean tx/s to use the correct counter (#5390)

This commit is contained in:
Justin Starry 2019-08-01 15:30:36 -04:00 committed by GitHub
parent 47b5ba44e9
commit 43cc9fcb1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1595,7 +1595,7 @@
"hide": true, "hide": true,
"orderByTime": "ASC", "orderByTime": "ASC",
"policy": "default", "policy": "default",
"query": "select median(\"tx_count\") as \"transactions\" from (select sum(\"count\") / 2 as \"tx_count\" from \"$testnet\".\"autogen\".\"replay_stage-replay_transactions\" where $timeFilter AND count > 0 GROUP BY time(2s), host_id) group by time(2s) fill(0)", "query": "select median(\"tx_count\") as \"transactions\" from (select sum(\"count\") / 2 as \"tx_count\" from \"$testnet\".\"autogen\".\"bank-process_transactions\" where $timeFilter AND count > 0 GROUP BY time(2s), host_id) group by time(2s) fill(0)",
"rawQuery": true, "rawQuery": true,
"refId": "D", "refId": "D",
"resultFormat": "time_series", "resultFormat": "time_series",