Skip to content
This repository has been archived by the owner on Jun 24, 2021. It is now read-only.

Commit

Permalink
tidb: add index speed metric (#976) (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
crazycs520 authored and liubo0127 committed Oct 11, 2019
1 parent 931fe98 commit 6773cfe
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/tidb.json
Original file line number Diff line number Diff line change
Expand Up @@ -7922,6 +7922,13 @@
"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": [],
Expand Down

0 comments on commit 6773cfe

Please sign in to comment.