Skip to content

Commit

Permalink
fix tx rate grafana chart
Browse files Browse the repository at this point in the history
  • Loading branch information
nibty committed Jan 30, 2024
1 parent 0baf804 commit 0821d17
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2378,7 +2378,7 @@
}
]
},
"unit": "short",
"unit": "reqps",
"unitScale": true
},
"overrides": []
Expand Down Expand Up @@ -2410,14 +2410,14 @@
"uid": "${datasource}"
},
"editorMode": "code",
"expr": "max(increase(chain_txs[$interval]))\n",
"expr": "max(rate(chain_txs[$interval]))\n",
"instant": false,
"legendFormat": "TXs",
"range": true,
"refId": "A"
}
],
"title": "Transaction Receipt Count",
"title": "Transaction Recipt Rate",
"type": "timeseries"
},
{
Expand Down

0 comments on commit 0821d17

Please sign in to comment.