Skip to content

Commit 8b88d4b

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#910)
1 parent 597c3a2 commit 8b88d4b

2 files changed

Lines changed: 111 additions & 0 deletions

File tree

217 Bytes
Binary file not shown.

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

Lines changed: 111 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11128,6 +11128,117 @@
1112811128
"alignLevel": null
1112911129
}
1113011130
},
11131+
{
11132+
"aliasColors": {},
11133+
"bars": false,
11134+
"dashLength": 10,
11135+
"dashes": false,
11136+
"datasource": "tidb-cluster",
11137+
"description": "KV request wait duration caused by Resource Control (RU). This shows the time a request waits in TiDB client before being sent to TiKV due to RU token bucket throttling.",
11138+
"editable": true,
11139+
"error": false,
11140+
"fieldConfig": {
11141+
"defaults": {},
11142+
"overrides": []
11143+
},
11144+
"fill": 0,
11145+
"fillGradient": 0,
11146+
"grid": {},
11147+
"gridPos": {
11148+
"h": 7,
11149+
"w": 8,
11150+
"x": 0,
11151+
"y": 29
11152+
},
11153+
"hiddenSeries": false,
11154+
"id": 999,
11155+
"legend": {
11156+
"alignAsTable": true,
11157+
"avg": true,
11158+
"current": true,
11159+
"max": true,
11160+
"min": true,
11161+
"rightSide": true,
11162+
"show": true,
11163+
"total": false,
11164+
"values": true
11165+
},
11166+
"lines": true,
11167+
"linewidth": 2,
11168+
"links": [],
11169+
"nullPointMode": "null as zero",
11170+
"options": {
11171+
"alertThreshold": true
11172+
},
11173+
"percentage": false,
11174+
"pluginVersion": "7.5.11",
11175+
"pointradius": 5,
11176+
"points": false,
11177+
"renderer": "flot",
11178+
"seriesOverrides": [],
11179+
"spaceLength": 10,
11180+
"stack": false,
11181+
"steppedLine": false,
11182+
"targets": [
11183+
{
11184+
"expr": "histogram_quantile(0.99, sum(rate(resource_manager_client_request_success_bucket{k8s_cluster=\"$k8s_cluster\", tidb_cluster_id=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (instance, resource_group, le))",
11185+
"format": "time_series",
11186+
"intervalFactor": 2,
11187+
"legendFormat": "{{instance}}-{{resource_group}}-99",
11188+
"refId": "A",
11189+
"step": 40
11190+
},
11191+
{
11192+
"expr": "histogram_quantile(0.9, sum(rate(resource_manager_client_request_success_bucket{k8s_cluster=\"$k8s_cluster\", tidb_cluster_id=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (instance, resource_group, le))",
11193+
"format": "time_series",
11194+
"intervalFactor": 2,
11195+
"legendFormat": "{{instance}}-{{resource_group}}-90",
11196+
"refId": "B",
11197+
"step": 40
11198+
}
11199+
],
11200+
"thresholds": [],
11201+
"timeFrom": null,
11202+
"timeRegions": [],
11203+
"timeShift": null,
11204+
"title": "Successful KV Request Wait Duration",
11205+
"tooltip": {
11206+
"msResolution": true,
11207+
"shared": true,
11208+
"sort": 0,
11209+
"value_type": "cumulative"
11210+
},
11211+
"type": "graph",
11212+
"xaxis": {
11213+
"buckets": null,
11214+
"mode": "time",
11215+
"name": null,
11216+
"show": true,
11217+
"values": []
11218+
},
11219+
"yaxes": [
11220+
{
11221+
"format": "s",
11222+
"label": null,
11223+
"logBase": 1,
11224+
"max": null,
11225+
"min": null,
11226+
"show": true
11227+
},
11228+
{
11229+
"format": "s",
11230+
"label": null,
11231+
"logBase": 1,
11232+
"max": null,
11233+
"min": null,
11234+
"show": true
11235+
}
11236+
],
11237+
"yaxis": {
11238+
"align": false,
11239+
"alignLevel": null
11240+
}
11241+
},
1113111242
{
1113211243
"aliasColors": {},
1113311244
"bars": false,

0 commit comments

Comments
 (0)