From 43cc9fcb1db6856701c46a3ca70e9321123c0a4d Mon Sep 17 00:00:00 2001 From: Justin Starry Date: Thu, 1 Aug 2019 15:30:36 -0400 Subject: [PATCH] Update mean tx/s to use the correct counter (#5390) --- .../grafana-provisioning/dashboards/testnet-monitor.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metrics/scripts/grafana-provisioning/dashboards/testnet-monitor.json b/metrics/scripts/grafana-provisioning/dashboards/testnet-monitor.json index 8698cd18d9..f60efdaa94 100644 --- a/metrics/scripts/grafana-provisioning/dashboards/testnet-monitor.json +++ b/metrics/scripts/grafana-provisioning/dashboards/testnet-monitor.json @@ -1595,7 +1595,7 @@ "hide": true, "orderByTime": "ASC", "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, "refId": "D", "resultFormat": "time_series",