Skip to content

Commit

Permalink
Grafana: Read Index Count -> Read Index Rate (#690)
Browse files Browse the repository at this point in the history
  • Loading branch information
sre-bot authored May 7, 2020
1 parent abcc46f commit 09bd9e6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions metrics/grafana/tiflash_summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -2089,7 +2089,7 @@
"steppedLine": false,
"targets": [
{
"expr": "max(tiflash_raft_read_index_count{instance=~\"$instance\"}) by (instance)",
"expr": "sum(rate(tiflash_raft_read_index_count{instance=~\"$instance\"}[1m])) by (instance)",
"format": "time_series",
"intervalFactor": 1,
"legendFormat": "{{instance}}",
Expand All @@ -2100,7 +2100,7 @@
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "Read Index Count",
"title": "Read Index",
"tooltip": {
"shared": true,
"sort": 0,
Expand All @@ -2117,7 +2117,7 @@
"yaxes": [
{
"decimals": null,
"format": "none",
"format": "ops",
"label": null,
"logBase": 1,
"max": null,
Expand Down

0 comments on commit 09bd9e6

Please sign in to comment.