Rename bank height to block_height and expose method (#6199) (#6202)

automerge
This commit is contained in:
mergify[bot]
2019-10-01 12:52:09 -07:00
committed by Grimes
parent c44d3139fd
commit fcae91d7fa
2 changed files with 10 additions and 5 deletions

View File

@@ -8617,7 +8617,7 @@
],
"orderByTime": "ASC",
"policy": "default",
"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)",
"query": "SELECT last(\"block_height\") as \"block_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",