diff --git a/monitor-snapshot/release-8.5/ansible-monitor.tar.gz b/monitor-snapshot/release-8.5/ansible-monitor.tar.gz index 12630921..8e28ce22 100644 Binary files a/monitor-snapshot/release-8.5/ansible-monitor.tar.gz and b/monitor-snapshot/release-8.5/ansible-monitor.tar.gz differ diff --git a/monitor-snapshot/release-8.5/operator/dashboards/tikv_details.json b/monitor-snapshot/release-8.5/operator/dashboards/tikv_details.json index 7272e031..34608501 100644 --- a/monitor-snapshot/release-8.5/operator/dashboards/tikv_details.json +++ b/monitor-snapshot/release-8.5/operator/dashboards/tikv_details.json @@ -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": ""