Skip to content

Commit a4a6d77

Browse files
authored
chore(monitor-snapshot/release-8.5): update files from upstreams (#807)
1 parent c375cdd commit a4a6d77

File tree

2 files changed

+92
-6
lines changed

2 files changed

+92
-6
lines changed
Binary file not shown.

monitor-snapshot/release-8.5/operator/dashboards/tiproxy_summary.json

Lines changed: 92 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2056,6 +2056,92 @@
20562056
"show": true
20572057
}
20582058
]
2059+
},
2060+
{
2061+
"aliasColors": { },
2062+
"bars": false,
2063+
"dashLength": 10,
2064+
"dashes": false,
2065+
"datasource": "tidb-cluster",
2066+
"description": "Number of dialing backend fails each minute.",
2067+
"fill": 1,
2068+
"fillGradient": 0,
2069+
"gridPos": {
2070+
"h": 6,
2071+
"w": 12,
2072+
"x": 12,
2073+
"y": 0
2074+
},
2075+
"id": 28,
2076+
"legend": {
2077+
"alignAsTable": false,
2078+
"avg": false,
2079+
"current": false,
2080+
"max": false,
2081+
"min": false,
2082+
"rightSide": true,
2083+
"show": true,
2084+
"sideWidth": null,
2085+
"total": false,
2086+
"values": false
2087+
},
2088+
"lines": true,
2089+
"linewidth": 1,
2090+
"links": [ ],
2091+
"nullPointMode": "null",
2092+
"percentage": false,
2093+
"pointradius": 5,
2094+
"points": false,
2095+
"renderer": "flot",
2096+
"repeat": null,
2097+
"seriesOverrides": [ ],
2098+
"spaceLength": 10,
2099+
"stack": false,
2100+
"steppedLine": false,
2101+
"targets": [
2102+
{
2103+
"expr": "label_replace(sum(rate(tiproxy_backend_dial_backend_fail{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (instance, backend), \"backend\", \"$1\", \"backend\", \"(.+-tidb-[0-9]+).*peer.*.svc.*\")",
2104+
"format": "time_series",
2105+
"intervalFactor": 2,
2106+
"legendFormat": "{{instance}} => {{backend}}",
2107+
"refId": "A"
2108+
}
2109+
],
2110+
"thresholds": [ ],
2111+
"timeFrom": null,
2112+
"timeShift": null,
2113+
"title": "Dial Backend Fails OPM",
2114+
"tooltip": {
2115+
"shared": true,
2116+
"sort": 0,
2117+
"value_type": "individual"
2118+
},
2119+
"type": "graph",
2120+
"xaxis": {
2121+
"buckets": null,
2122+
"mode": "time",
2123+
"name": null,
2124+
"show": true,
2125+
"values": [ ]
2126+
},
2127+
"yaxes": [
2128+
{
2129+
"format": "short",
2130+
"label": null,
2131+
"logBase": 1,
2132+
"max": null,
2133+
"min": null,
2134+
"show": true
2135+
},
2136+
{
2137+
"format": "short",
2138+
"label": null,
2139+
"logBase": 1,
2140+
"max": null,
2141+
"min": null,
2142+
"show": true
2143+
}
2144+
]
20592145
}
20602146
],
20612147
"repeat": null,
@@ -2075,7 +2161,7 @@
20752161
"x": 0,
20762162
"y": 0
20772163
},
2078-
"id": 28,
2164+
"id": 29,
20792165
"panels": [
20802166
{
20812167
"aliasColors": { },
@@ -2092,7 +2178,7 @@
20922178
"x": 0,
20932179
"y": 0
20942180
},
2095-
"id": 29,
2181+
"id": 30,
20962182
"legend": {
20972183
"alignAsTable": false,
20982184
"avg": false,
@@ -2178,7 +2264,7 @@
21782264
"x": 12,
21792265
"y": 0
21802266
},
2181-
"id": 30,
2267+
"id": 31,
21822268
"legend": {
21832269
"alignAsTable": false,
21842270
"avg": false,
@@ -2264,7 +2350,7 @@
22642350
"x": 0,
22652351
"y": 0
22662352
},
2267-
"id": 31,
2353+
"id": 32,
22682354
"legend": {
22692355
"alignAsTable": false,
22702356
"avg": false,
@@ -2350,7 +2436,7 @@
23502436
"x": 12,
23512437
"y": 0
23522438
},
2353-
"id": 32,
2439+
"id": 33,
23542440
"legend": {
23552441
"alignAsTable": false,
23562442
"avg": false,
@@ -2436,7 +2522,7 @@
24362522
"x": 0,
24372523
"y": 0
24382524
},
2439-
"id": 33,
2525+
"id": 34,
24402526
"legend": {
24412527
"alignAsTable": false,
24422528
"avg": false,

0 commit comments

Comments
 (0)