Skip to content

Commit 028fb5b

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#907)
1 parent 41d92db commit 028fb5b

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed
108 Bytes
Binary file not shown.

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19803,7 +19803,7 @@
1980319803
"dashes": false,
1980419804
"datasource": "tidb-cluster",
1980519805
"decimals": 2,
19806-
"description": "kv storage garbage collection time durations",
19806+
"description": "Transaction GC durations per stage or in total. Note that the minimum bucket is 1s, and it might be not accurate when the values are sparse.",
1980719807
"fill": 0,
1980819808
"gridPos": {
1980919809
"h": 7,
@@ -19837,18 +19837,18 @@
1983719837
"steppedLine": false,
1983819838
"targets": [
1983919839
{
19840-
"expr": "histogram_quantile(0.99, sum(rate(tidb_tikvclient_gc_seconds_bucket{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (le))",
19840+
"expr": "histogram_quantile(1, sum(rate(tidb_tikvclient_gc_seconds_bucket{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (stage, le))",
1984119841
"format": "time_series",
1984219842
"intervalFactor": 2,
19843-
"legendFormat": "99",
19843+
"legendFormat": "{{stage}}",
1984419844
"refId": "A"
1984519845
}
1984619846
],
1984719847
"thresholds": [],
1984819848
"timeFrom": null,
1984919849
"timeRegions": [],
1985019850
"timeShift": null,
19851-
"title": "Duration 99",
19851+
"title": "GC Duration By Stage",
1985219852
"tooltip": {
1985319853
"shared": true,
1985419854
"sort": 0,
@@ -20325,7 +20325,7 @@
2032520325
"dashLength": 10,
2032620326
"dashes": false,
2032720327
"datasource": "tidb-cluster",
20328-
"description": "kv storage delete range task execution status by type",
20328+
"description": "Status of range tasks used in resolving locks",
2032920329
"editable": true,
2033020330
"error": false,
2033120331
"fill": 0,
@@ -20368,10 +20368,10 @@
2036820368
"steppedLine": false,
2036920369
"targets": [
2037020370
{
20371-
"expr": "sum(tidb_tikvclient_range_task_stats{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", type!~\".*pipelined-dml.*\"}) by (type, result)",
20371+
"expr": "sum(tidb_tikvclient_range_task_stats{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\", type=~\"resolve-locks-runner.*\"}) by (type, result)",
2037220372
"format": "time_series",
2037320373
"intervalFactor": 2,
20374-
"legendFormat": "{{type}}-{{result}}",
20374+
"legendFormat": "{{type}}_{{result}}",
2037520375
"refId": "A",
2037620376
"step": 40
2037720377
}
@@ -20380,7 +20380,7 @@
2038020380
"timeFrom": null,
2038120381
"timeRegions": [],
2038220382
"timeShift": null,
20383-
"title": "Delete Range Task Status",
20383+
"title": "Resolve Locks Range Tasks Status",
2038420384
"tooltip": {
2038520385
"msResolution": false,
2038620386
"shared": true,
@@ -20461,10 +20461,10 @@
2046120461
"steppedLine": false,
2046220462
"targets": [
2046320463
{
20464-
"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))",
20464+
"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=~\"resolve-locks-runner.*\"}[1m])) by (le, instance, type))",
2046520465
"format": "time_series",
2046620466
"intervalFactor": 2,
20467-
"legendFormat": "{{instance}}",
20467+
"legendFormat": "{{type}}_{{instance}}",
2046820468
"refId": "A",
2046920469
"step": 10
2047020470
}
@@ -20473,7 +20473,7 @@
2047320473
"timeFrom": null,
2047420474
"timeRegions": [],
2047520475
"timeShift": null,
20476-
"title": "Push Task Duration 95",
20476+
"title": "Resolve Locks Range Tasks Push Task Duration 95",
2047720477
"tooltip": {
2047820478
"msResolution": false,
2047920479
"shared": true,

0 commit comments

Comments
 (0)