[grafana] Reorder gas prices measurements
Signed-off-by: Julien Riou <julien@riou.xyz>
This commit is contained in:
parent
10cd2ef312
commit
562e3e1a47
1 changed files with 7 additions and 7 deletions
|
@ -109,7 +109,7 @@
|
||||||
"steppedLine": false,
|
"steppedLine": false,
|
||||||
"targets": [
|
"targets": [
|
||||||
{
|
{
|
||||||
"alias": "fast",
|
"alias": "safe",
|
||||||
"groupBy": [
|
"groupBy": [
|
||||||
{
|
{
|
||||||
"params": [
|
"params": [
|
||||||
|
@ -127,13 +127,13 @@
|
||||||
"measurement": "etherscan_gastracker_gasoracle",
|
"measurement": "etherscan_gastracker_gasoracle",
|
||||||
"orderByTime": "ASC",
|
"orderByTime": "ASC",
|
||||||
"policy": "default",
|
"policy": "default",
|
||||||
"refId": "A",
|
"refId": "C",
|
||||||
"resultFormat": "time_series",
|
"resultFormat": "time_series",
|
||||||
"select": [
|
"select": [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"params": [
|
"params": [
|
||||||
"FastGasPrice"
|
"SafeGasPrice"
|
||||||
],
|
],
|
||||||
"type": "field"
|
"type": "field"
|
||||||
},
|
},
|
||||||
|
@ -183,7 +183,7 @@
|
||||||
"tags": []
|
"tags": []
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"alias": "safe",
|
"alias": "fast",
|
||||||
"groupBy": [
|
"groupBy": [
|
||||||
{
|
{
|
||||||
"params": [
|
"params": [
|
||||||
|
@ -201,13 +201,13 @@
|
||||||
"measurement": "etherscan_gastracker_gasoracle",
|
"measurement": "etherscan_gastracker_gasoracle",
|
||||||
"orderByTime": "ASC",
|
"orderByTime": "ASC",
|
||||||
"policy": "default",
|
"policy": "default",
|
||||||
"refId": "C",
|
"refId": "A",
|
||||||
"resultFormat": "time_series",
|
"resultFormat": "time_series",
|
||||||
"select": [
|
"select": [
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
"params": [
|
"params": [
|
||||||
"SafeGasPrice"
|
"FastGasPrice"
|
||||||
],
|
],
|
||||||
"type": "field"
|
"type": "field"
|
||||||
},
|
},
|
||||||
|
@ -497,5 +497,5 @@
|
||||||
"timezone": "",
|
"timezone": "",
|
||||||
"title": "Etherscan",
|
"title": "Etherscan",
|
||||||
"uid": "OHZGmm_Gk",
|
"uid": "OHZGmm_Gk",
|
||||||
"version": 4
|
"version": 5
|
||||||
}
|
}
|
Reference in a new issue