Tweak Bank Slot Distance graph

This commit is contained in:
Michael Vines 2019-09-24 14:52:20 -07:00
parent e6390b754f
commit 9d805dfc59
No known key found for this signature in database
GPG Key ID: 33F4FDEC4E0E88BD
1 changed files with 4 additions and 4 deletions

View File

@ -8346,7 +8346,7 @@
"measurement": "cluster_info-vote-count",
"orderByTime": "ASC",
"policy": "autogen",
"query": "SELECT last(\"slot_height\") FROM \"$testnet\".\"autogen\".\"bank-new_from_parent-heights\" WHERE host_id::tag =~ /$hostid/ AND $timeFilter GROUP BY time($__interval)",
"query": "SELECT last(\"slot_height\") as \"slot_height\" FROM \"$testnet\".\"autogen\".\"bank-new_from_parent-heights\" WHERE host_id::tag =~ /$hostid/ AND $timeFilter GROUP BY time($__interval)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series",
@ -8383,7 +8383,7 @@
],
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT last(\"bank_height\") FROM \"$testnet\".\"autogen\".\"bank-new_from_parent-heights\" WHERE host_id::tag =~ /$hostid/ AND $timeFilter GROUP BY time($__interval)",
"query": "SELECT last(\"bank_height\") as \"bank_height\" FROM \"$testnet\".\"autogen\".\"bank-new_from_parent-heights\" WHERE host_id::tag =~ /$hostid/ AND $timeFilter GROUP BY time($__interval)",
"rawQuery": true,
"refId": "B",
"resultFormat": "time_series",
@ -8407,7 +8407,7 @@
"thresholds": [],
"timeFrom": null,
"timeShift": null,
"title": "Bank Slot Distance ($hostid)",
"title": "Bank Height / Slot Distance ($hostid)",
"tooltip": {
"shared": true,
"sort": 0,
@ -8549,7 +8549,7 @@
"hide": true,
"orderByTime": "ASC",
"policy": "default",
"query": "SELECT MAX(\"slot\") as \"Max\" FROM \"$testnet\".\"autogen\".\"snapshot-package\" WHERE $timeFilter GROUP BY time($__interval)",
"query": "SELECT MAX(\"slot\") as \"Max\" FROM \"$testnet\".\"autogen\".\"snapshot-package\" WHERE $timeFilter GROUP BY time($__interval)",
"rawQuery": true,
"refId": "A",
"resultFormat": "time_series",