Skip to content

Commit df7142b

Browse files
authored
chore(monitor-snapshot/release-8.5): update files from upstreams (#694)
1 parent a250eb5 commit df7142b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Binary file not shown.

monitor-snapshot/release-8.5/operator/dashboards/tikv_details.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57173,15 +57173,15 @@
5717357173
"targets": [
5717457174
{
5717557175
"datasource": "tidb-cluster",
57176-
"expr": "sum((\n tikv_raftstore_slow_score\n {k8s_cluster=\"$k8s_cluster\",tidb_cluster=\"$tidb_cluster\",instance=~\"$instance\"}\n \n)) by (instance) ",
57176+
"expr": "sum((\n tikv_raftstore_slow_score\n {k8s_cluster=\"$k8s_cluster\",tidb_cluster=\"$tidb_cluster\",instance=~\"$instance\"}\n \n)) by (instance, type) ",
5717757177
"format": "time_series",
5717857178
"hide": false,
5717957179
"instant": false,
5718057180
"interval": "",
5718157181
"intervalFactor": 1,
57182-
"legendFormat": "{{instance}}",
57182+
"legendFormat": "{{instance}}-{{type}}",
5718357183
"metric": "",
57184-
"query": "sum((\n tikv_raftstore_slow_score\n {k8s_cluster=\"$k8s_cluster\",tidb_cluster=\"$tidb_cluster\",instance=~\"$instance\"}\n \n)) by (instance) ",
57184+
"query": "sum((\n tikv_raftstore_slow_score\n {k8s_cluster=\"$k8s_cluster\",tidb_cluster=\"$tidb_cluster\",instance=~\"$instance\"}\n \n)) by (instance, type) ",
5718557185
"refId": "",
5718657186
"step": 10,
5718757187
"target": ""

0 commit comments

Comments
 (0)