1
0
Fork 0

[grafana] Reorder gas prices measurements

Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
Julien Riou 2021-03-29 17:41:37 +02:00
parent 10cd2ef312
commit 562e3e1a47
No known key found for this signature in database
GPG key ID: FF42D23B580C89F7

View file

@ -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
}