Skip to content

Commit

Permalink
Update Ender Block Processing dashboard (dydxprotocol#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
Christopher-Li authored and pswies committed Feb 8, 2024
1 parent 02fa20f commit ab8a37f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions modules/indexer_dashboards/ender_dashboard.tf
Original file line number Diff line number Diff line change
Expand Up @@ -419,15 +419,10 @@ resource "datadog_dashboard_json" "ender" {
],
"queries": [
{
"query": "avg:ender.processing_block_height{$Environment,$Service}",
"query": "max:ender.processing_block_height{$Environment,$Service}",
"data_source": "metrics",
"name": "query1"
},
{
"query": "max:dydxprotocol.tendermint_consensus_height{$Environment}",
"data_source": "metrics",
"name": "query4"
},
{
"query": "max:dydxprotocol.cometbft_consensus_height{$Environment}",
"data_source": "metrics",
Expand Down

0 comments on commit ab8a37f

Please sign in to comment.