From 562e3e1a475d6498e012932a1d9f41ba7937e8a3 Mon Sep 17 00:00:00 2001 From: Julien Riou Date: Mon, 29 Mar 2021 17:41:37 +0200 Subject: [PATCH] [grafana] Reorder gas prices measurements Signed-off-by: Julien Riou --- grafana/etherscan.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/grafana/etherscan.json b/grafana/etherscan.json index 7fc7b04..59ab5ed 100644 --- a/grafana/etherscan.json +++ b/grafana/etherscan.json @@ -109,7 +109,7 @@ "steppedLine": false, "targets": [ { - "alias": "fast", + "alias": "safe", "groupBy": [ { "params": [ @@ -127,13 +127,13 @@ "measurement": "etherscan_gastracker_gasoracle", "orderByTime": "ASC", "policy": "default", - "refId": "A", + "refId": "C", "resultFormat": "time_series", "select": [ [ { "params": [ - "FastGasPrice" + "SafeGasPrice" ], "type": "field" }, @@ -183,7 +183,7 @@ "tags": [] }, { - "alias": "safe", + "alias": "fast", "groupBy": [ { "params": [ @@ -201,13 +201,13 @@ "measurement": "etherscan_gastracker_gasoracle", "orderByTime": "ASC", "policy": "default", - "refId": "C", + "refId": "A", "resultFormat": "time_series", "select": [ [ { "params": [ - "SafeGasPrice" + "FastGasPrice" ], "type": "field" }, @@ -497,5 +497,5 @@ "timezone": "", "title": "Etherscan", "uid": "OHZGmm_Gk", - "version": 4 + "version": 5 } \ No newline at end of file