Skip to content

Commit f5d38b3

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#1076)
1 parent 541dfd2 commit f5d38b3

2 files changed

Lines changed: 101 additions & 3 deletions

File tree

89 Bytes
Binary file not shown.

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

Lines changed: 101 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10957,7 +10957,7 @@
1095710957
"grid": {},
1095810958
"gridPos": {
1095910959
"h": 9,
10960-
"w": 12,
10960+
"w": 8,
1096110961
"x": 0,
1096210962
"y": 123
1096310963
},
@@ -11072,8 +11072,8 @@
1107211072
"grid": {},
1107311073
"gridPos": {
1107411074
"h": 9,
11075-
"w": 12,
11076-
"x": 12,
11075+
"w": 8,
11076+
"x": 8,
1107711077
"y": 123
1107811078
},
1107911079
"id": 1204,
@@ -11200,6 +11200,104 @@
1120011200
"alignLevel": null
1120111201
}
1120211202
},
11203+
{
11204+
"aliasColors": {},
11205+
"bars": false,
11206+
"dashLength": 10,
11207+
"dashes": false,
11208+
"datasource": "tidb-cluster",
11209+
"description": "The rate of TSO streams forwarded to the independent TSO service.",
11210+
"editable": true,
11211+
"error": false,
11212+
"fill": 1,
11213+
"grid": {},
11214+
"gridPos": {
11215+
"h": 9,
11216+
"w": 8,
11217+
"x": 16,
11218+
"y": 123
11219+
},
11220+
"id": 1631,
11221+
"legend": {
11222+
"alignAsTable": true,
11223+
"avg": false,
11224+
"current": true,
11225+
"hideEmpty": true,
11226+
"hideZero": true,
11227+
"max": true,
11228+
"min": false,
11229+
"rightSide": true,
11230+
"show": true,
11231+
"sideWidth": 300,
11232+
"total": false,
11233+
"values": true
11234+
},
11235+
"lines": true,
11236+
"linewidth": 1,
11237+
"links": [],
11238+
"nullPointMode": "null as zero",
11239+
"paceLength": 10,
11240+
"percentage": false,
11241+
"pointradius": 5,
11242+
"points": false,
11243+
"renderer": "flot",
11244+
"seriesOverrides": [],
11245+
"spaceLength": 10,
11246+
"stack": false,
11247+
"steppedLine": false,
11248+
"targets": [
11249+
{
11250+
"expr": "sum(rate(pd_server_tso_forward_stream_total{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (instance)",
11251+
"format": "time_series",
11252+
"interval": "",
11253+
"intervalFactor": 2,
11254+
"legendFormat": "{{instance}}",
11255+
"refId": "A",
11256+
"step": 2
11257+
}
11258+
],
11259+
"thresholds": [],
11260+
"timeFrom": null,
11261+
"timeRegions": [],
11262+
"timeShift": null,
11263+
"title": "Forward TSO streams count",
11264+
"tooltip": {
11265+
"msResolution": false,
11266+
"shared": true,
11267+
"sort": 0,
11268+
"value_type": "individual"
11269+
},
11270+
"type": "graph",
11271+
"xaxis": {
11272+
"buckets": null,
11273+
"mode": "time",
11274+
"name": null,
11275+
"show": true,
11276+
"values": []
11277+
},
11278+
"yaxes": [
11279+
{
11280+
"format": "ops",
11281+
"label": null,
11282+
"logBase": 1,
11283+
"max": null,
11284+
"min": null,
11285+
"show": true
11286+
},
11287+
{
11288+
"format": "short",
11289+
"label": null,
11290+
"logBase": 1,
11291+
"max": null,
11292+
"min": null,
11293+
"show": true
11294+
}
11295+
],
11296+
"yaxis": {
11297+
"align": false,
11298+
"alignLevel": null
11299+
}
11300+
},
1120311301
{
1120411302
"aliasColors": {},
1120511303
"bars": false,

0 commit comments

Comments
 (0)