Skip to content

Commit

Permalink
address comment
Browse files Browse the repository at this point in the history
Signed-off-by: hehechen <[email protected]>
  • Loading branch information
hehechen committed Dec 16, 2022
1 parent 435fd61 commit d4da0a1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions metrics/grafana/tiflash_summary.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
"editable": true,
"gnetId": null,
"graphTooltip": 1,

"iteration": 1670904884485,
"links": [],
"panels": [
Expand Down Expand Up @@ -4128,7 +4127,7 @@
"targets": [
{
"exemplar": true,
"expr": "max(tiflash_task_scheduler{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}) by (instance)",
"expr": "max(tiflash_task_scheduler{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", type=\"min_tso\"}) by (instance)",
"interval": "",
"legendFormat": "{{instance}}",
"queryType": "randomWalk",
Expand Down

0 comments on commit d4da0a1

Please sign in to comment.