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