Skip to content

Commit

Permalink
chore(monitor-snapshot/release-6.5): update files from upstreams (#405)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Mar 26, 2024
1 parent ae78101 commit 27fab6d
Show file tree
Hide file tree
Showing 2 changed files with 109 additions and 4 deletions.
Binary file modified monitor-snapshot/release-6.5/ansible-monitor.tar.gz
Binary file not shown.
113 changes: 109 additions & 4 deletions monitor-snapshot/release-6.5/operator/dashboards/ticdc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3182,7 +3182,7 @@
},
"gridPos": {
"h": 7,
"w": 12,
"w": 6,
"x": 0,
"y": 3
},
Expand Down Expand Up @@ -3239,8 +3239,8 @@
"grid": {},
"gridPos": {
"h": 7,
"w": 12,
"x": 12,
"w": 6,
"x": 6,
"y": 3
},
"hiddenSeries": false,
Expand Down Expand Up @@ -3332,6 +3332,111 @@
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": false,
"dashLength": 10,
"dashes": false,
"datasource": "tidb-cluster",
"fieldConfig": {
"defaults": {
"unit": "dateTimeAsIso"
},
"overrides": []
},
"fill": 1,
"fillGradient": 0,
"gridPos": {
"h": 7,
"w": 12,
"x": 12,
"y": 3
},
"hiddenSeries": false,
"id": 10037,
"legend": {
"avg": false,
"current": true,
"max": false,
"min": false,
"show": true,
"total": false,
"values": true
},
"lines": true,
"linewidth": 1,
"nullPointMode": "null",
"options": {
"alertThreshold": true
},
"percentage": false,
"pluginVersion": "7.5.10",
"pointradius": 2,
"points": false,
"renderer": "flot",
"seriesOverrides": [],
"spaceLength": 10,
"stack": false,
"steppedLine": false,
"targets": [
{
"exemplar": true,
"expr": "max(ticdc_gc_min_service_gc_safepoint{})",
"interval": "",
"legendFormat": "gc time",
"queryType": "randomWalk",
"refId": "A"
},
{
"exemplar": true,
"expr": "max(ticdc_gc_cdc_gc_safepoint{})",
"hide": false,
"interval": "",
"legendFormat": "cdc service safepoint",
"refId": "B"
}
],
"thresholds": [],
"timeFrom": null,
"timeRegions": [],
"timeShift": null,
"title": "GC Time",
"tooltip": {
"shared": true,
"sort": 0,
"value_type": "individual"
},
"type": "graph",
"xaxis": {
"buckets": null,
"mode": "time",
"name": null,
"show": true,
"values": []
},
"yaxes": [
{
"format": "dateTimeAsIso",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
},
{
"format": "short",
"label": null,
"logBase": 1,
"max": null,
"min": null,
"show": true
}
],
"yaxis": {
"align": false,
"alignLevel": null
}
},
{
"aliasColors": {},
"bars": true,
Expand Down Expand Up @@ -24351,5 +24456,5 @@
"timezone": "browser",
"title": "Test-Cluster-TiCDC",
"uid": "YiGL8hBZ1",
"version": 51
"version": 52
}

0 comments on commit 27fab6d

Please sign in to comment.