Skip to content

Commit 13187c0

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#402)
1 parent 903a13b commit 13187c0

2 files changed

Lines changed: 88 additions & 1 deletion

File tree

493 Bytes
Binary file not shown.

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

Lines changed: 88 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15852,7 +15852,7 @@
1585215852
},
1585315853
{
1585415854
"editorMode": "code",
15855-
"expr": "tidb_server_maxprocs{k8s_cluster=\"$k8s_cluster\", tidb_cluster=~\"$tidb_cluster.*\", instance=~\"$instance\", component=\"tidb\"}",
15855+
"expr": "tidb_server_maxprocs{k8s_cluster=\"$k8s_cluster\", tidb_cluster=~\"$tidb_cluster.*\", instance=~\"$instance\", job=\"tidb\"}",
1585615856
"hide": false,
1585715857
"legendFormat": "Capacity - {{instance}}",
1585815858
"range": true,
@@ -23927,6 +23927,93 @@
2392723927
"yaxis": {
2392823928
"align": false
2392923929
}
23930+
},
23931+
{
23932+
"datasource": "tidb-cluster",
23933+
"description": "",
23934+
"fieldConfig": {
23935+
"defaults": {
23936+
"color": {
23937+
"mode": "palette-classic"
23938+
},
23939+
"custom": {
23940+
"axisLabel": "",
23941+
"axisPlacement": "auto",
23942+
"barAlignment": 0,
23943+
"drawStyle": "line",
23944+
"fillOpacity": 0,
23945+
"gradientMode": "none",
23946+
"hideFrom": {
23947+
"legend": false,
23948+
"tooltip": false,
23949+
"viz": false
23950+
},
23951+
"lineInterpolation": "linear",
23952+
"lineWidth": 1,
23953+
"pointSize": 5,
23954+
"scaleDistribution": {
23955+
"type": "linear"
23956+
},
23957+
"showPoints": "auto",
23958+
"spanNulls": false,
23959+
"stacking": {
23960+
"group": "A",
23961+
"mode": "none"
23962+
},
23963+
"thresholdsStyle": {
23964+
"mode": "off"
23965+
}
23966+
},
23967+
"mappings": [],
23968+
"thresholds": {
23969+
"mode": "absolute",
23970+
"steps": [
23971+
{
23972+
"color": "green",
23973+
"value": null
23974+
},
23975+
{
23976+
"color": "red",
23977+
"value": 80
23978+
}
23979+
]
23980+
}
23981+
},
23982+
"overrides": []
23983+
},
23984+
"gridPos": {
23985+
"h": 6,
23986+
"w": 12,
23987+
"x": 12,
23988+
"y": 105
23989+
},
23990+
"id": 336,
23991+
"options": {
23992+
"legend": {
23993+
"calcs": [
23994+
"min",
23995+
"max",
23996+
"mean"
23997+
],
23998+
"displayMode": "table",
23999+
"placement": "right"
24000+
},
24001+
"tooltip": {
24002+
"mode": "single",
24003+
"sort": "none"
24004+
}
24005+
},
24006+
"targets": [
24007+
{
24008+
"editorMode": "code",
24009+
"expr": "tidb_global_sort_upload_worker_cnt{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}",
24010+
"legendFormat": "{{instance}}",
24011+
"range": true,
24012+
"refId": "A"
24013+
}
24014+
],
24015+
"title": "Parallel upload worker count",
24016+
"type": "timeseries"
2393024017
}
2393124018
],
2393224019
"title": "Global Sort",

0 commit comments

Comments
 (0)