diff --git a/metrics/grafana/tidb.json b/metrics/grafana/tidb.json index 518112d04abcc..f6606d18ef4c6 100644 --- a/metrics/grafana/tidb.json +++ b/metrics/grafana/tidb.json @@ -6657,7 +6657,7 @@ "steppedLine": false, "targets": [ { - "expr": "sum(rate(tidb_distsql_copr_cache_count{tidb_cluster=\"$tidb_cluster\"}[1m])) by (type)", + "expr": "sum(rate(tidb_distsql_copr_cache_sum{tidb_cluster=\"$tidb_cluster\"}[1m])) by (type)", "format": "time_series", "intervalFactor": 2, "legendFormat": "{{type}}",