Skip to content

Commit

Permalink
metrics: fix patrol panel (#8116)
Browse files Browse the repository at this point in the history
close #8115

Signed-off-by: lhy1024 <admin@liudos.us>
  • Loading branch information
lhy1024 committed May 8, 2024
1 parent a3c5950 commit 44d57b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/grafana/pd.json
Original file line number Diff line number Diff line change
Expand Up @@ -7909,7 +7909,7 @@
"tableColumn": "",
"targets": [
{
"expr": "pd_checker_patrol_regions_time{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\"} != 0",
"expr": "max(max(pd_checker_patrol_regions_time{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\"})by(instance))",
"legendFormat": "{{instance}}",
"format": "time_series",
"intervalFactor": 1,
Expand Down

0 comments on commit 44d57b6

Please sign in to comment.