Skip to content

Commit

Permalink
chore(monitor-snapshot/master): update files from upstreams (#416)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Apr 9, 2024
1 parent 7f71f36 commit 3cdd404
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified monitor-snapshot/master/ansible-monitor.tar.gz
Binary file not shown.
4 changes: 2 additions & 2 deletions monitor-snapshot/master/operator/dashboards/tidb.json
Original file line number Diff line number Diff line change
Expand Up @@ -18920,7 +18920,7 @@
"steppedLine": false,
"targets": [
{
"expr": "sum(tidb_tikvclient_range_task_stats{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}) by (type, result)",
"expr": "sum(tidb_tikvclient_range_task_stats{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", type!~\".*pipelined-dml.*\"}) by (type, result)",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{type}}-{{result}}",
Expand Down Expand Up @@ -19013,7 +19013,7 @@
"steppedLine": false,
"targets": [
{
"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))",
"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))",
"format": "time_series",
"intervalFactor": 2,
"legendFormat": "{{instance}}",
Expand Down

0 comments on commit 3cdd404

Please sign in to comment.