Skip to content

Commit 3cdd404

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#416)
1 parent 7f71f36 commit 3cdd404

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

34 Bytes
Binary file not shown.

monitor-snapshot/master/operator/dashboards/tidb.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18920,7 +18920,7 @@
1892018920
"steppedLine": false,
1892118921
"targets": [
1892218922
{
18923-
"expr": "sum(tidb_tikvclient_range_task_stats{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}) by (type, result)",
18923+
"expr": "sum(tidb_tikvclient_range_task_stats{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", type!~\".*pipelined-dml.*\"}) by (type, result)",
1892418924
"format": "time_series",
1892518925
"intervalFactor": 2,
1892618926
"legendFormat": "{{type}}-{{result}}",
@@ -19013,7 +19013,7 @@
1901319013
"steppedLine": false,
1901419014
"targets": [
1901519015
{
19016-
"expr": "histogram_quantile(0.95, sum(rate(tidb_tikvclient_range_task_push_duration_bucket{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (le, instance))",
19016+
"expr": "histogram_quantile(0.95, sum(rate(tidb_tikvclient_range_task_push_duration_bucket{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", type!~\".*pipelined-dml.*\"}[1m])) by (le, instance))",
1901719017
"format": "time_series",
1901819018
"intervalFactor": 2,
1901919019
"legendFormat": "{{instance}}",

0 commit comments

Comments
 (0)