Skip to content

Commit 7f71f36

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

2 files changed

Lines changed: 113 additions & 0 deletions

File tree

225 Bytes
Binary file not shown.

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

Lines changed: 113 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2199,6 +2199,119 @@
21992199
"align": false,
22002200
"alignLevel": null
22012201
}
2202+
},
2203+
{
2204+
"aliasColors": {},
2205+
"dashLength": 10,
2206+
"datasource": "tidb-cluster",
2207+
"decimals": 1,
2208+
"description": "The number of regions that take a long time(more than 60s) to scan",
2209+
"editable": true,
2210+
"fieldConfig": {
2211+
"defaults": {},
2212+
"overrides": []
2213+
},
2214+
"grid": {},
2215+
"gridPos": {
2216+
"h": 4,
2217+
"w": 12,
2218+
"x": 12,
2219+
"y": 37
2220+
},
2221+
"id": 10038,
2222+
"legend": {
2223+
"alignAsTable": true,
2224+
"avg": false,
2225+
"current": true,
2226+
"max": true,
2227+
"min": false,
2228+
"rightSide": true,
2229+
"show": false,
2230+
"sideWidth": null,
2231+
"sort": null,
2232+
"sortDesc": null,
2233+
"total": false,
2234+
"values": true
2235+
},
2236+
"lines": true,
2237+
"linewidth": 1,
2238+
"links": [],
2239+
"nullPointMode": "null",
2240+
"options": {
2241+
"alertThreshold": true
2242+
},
2243+
"paceLength": 10,
2244+
"pluginVersion": "7.5.17",
2245+
"pointradius": 5,
2246+
"renderer": "flot",
2247+
"seriesOverrides": [],
2248+
"spaceLength": 10,
2249+
"targets": [
2250+
{
2251+
"expr": "tikv_cdc_scan_long_duration_region{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$tikv_instance\"}",
2252+
"legendFormat": "{{instance}}",
2253+
"interval": "",
2254+
"exemplar": true,
2255+
"format": "time_series",
2256+
"hide": false,
2257+
"intervalFactor": 2,
2258+
"refId": "B",
2259+
"step": 10
2260+
}
2261+
],
2262+
"thresholds": [],
2263+
"timeRegions": [],
2264+
"title": "TiKV CDC Incremental Scan Long Duration Region Count",
2265+
"tooltip": {
2266+
"msResolution": false,
2267+
"shared": true,
2268+
"sort": 0,
2269+
"value_type": "individual"
2270+
},
2271+
"type": "graph",
2272+
"xaxis": {
2273+
"buckets": null,
2274+
"mode": "time",
2275+
"name": null,
2276+
"show": true,
2277+
"values": []
2278+
},
2279+
"yaxes": [
2280+
{
2281+
"format": "none",
2282+
"label": null,
2283+
"logBase": 1,
2284+
"max": null,
2285+
"min": "0",
2286+
"show": true,
2287+
"$$hashKey": "object:115"
2288+
},
2289+
{
2290+
"format": "short",
2291+
"label": null,
2292+
"logBase": 1,
2293+
"max": null,
2294+
"min": null,
2295+
"show": true,
2296+
"$$hashKey": "object:116"
2297+
}
2298+
],
2299+
"yaxis": {
2300+
"align": false,
2301+
"alignLevel": null
2302+
},
2303+
"bars": false,
2304+
"dashes": false,
2305+
"error": false,
2306+
"fill": 0,
2307+
"fillGradient": 0,
2308+
"hiddenSeries": false,
2309+
"percentage": false,
2310+
"points": false,
2311+
"stack": false,
2312+
"steppedLine": false,
2313+
"timeFrom": null,
2314+
"timeShift": null
22022315
}
22032316
],
22042317
"title": "Lag analyze",

0 commit comments

Comments
 (0)