Skip to content

Commit

Permalink
tidb: add index speed metric (pingcap#976)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycs520 committed Oct 11, 2019
1 parent 17df29d commit 43781c3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion scripts/tidb.json
Original file line number Diff line number Diff line change
Expand Up @@ -5488,7 +5488,14 @@
"intervalFactor": 2,
"legendFormat": "{{type}}",
"refId": "A"
}
},
{
"expr": "sum(rate(tidb_ddl_add_index_total[1m])) by (type)",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{type}}",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
Expand Down

0 comments on commit 43781c3

Please sign in to comment.