diff --git a/scripts/tidb.json b/scripts/tidb.json index ce9dbc351..12723d7e9 100644 --- a/scripts/tidb.json +++ b/scripts/tidb.json @@ -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": [],