Skip to content

Commit

Permalink
chore(monitor-snapshot/release-8.5): update files from upstreams (#694)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Dec 2, 2024
1 parent a250eb5 commit df7142b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Binary file modified monitor-snapshot/release-8.5/ansible-monitor.tar.gz
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -57173,15 +57173,15 @@
"targets": [
{
"datasource": "tidb-cluster",
"expr": "sum((\n tikv_raftstore_slow_score\n {k8s_cluster=\"$k8s_cluster\",tidb_cluster=\"$tidb_cluster\",instance=~\"$instance\"}\n \n)) by (instance) ",
"expr": "sum((\n tikv_raftstore_slow_score\n {k8s_cluster=\"$k8s_cluster\",tidb_cluster=\"$tidb_cluster\",instance=~\"$instance\"}\n \n)) by (instance, type) ",
"format": "time_series",
"hide": false,
"instant": false,
"interval": "",
"intervalFactor": 1,
"legendFormat": "{{instance}}",
"legendFormat": "{{instance}}-{{type}}",
"metric": "",
"query": "sum((\n tikv_raftstore_slow_score\n {k8s_cluster=\"$k8s_cluster\",tidb_cluster=\"$tidb_cluster\",instance=~\"$instance\"}\n \n)) by (instance) ",
"query": "sum((\n tikv_raftstore_slow_score\n {k8s_cluster=\"$k8s_cluster\",tidb_cluster=\"$tidb_cluster\",instance=~\"$instance\"}\n \n)) by (instance, type) ",
"refId": "",
"step": 10,
"target": ""
Expand Down

0 comments on commit df7142b

Please sign in to comment.