Skip to content

Commit 551a76b

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#809)
1 parent fda0f8f commit 551a76b

File tree

2 files changed

+95
-98
lines changed

2 files changed

+95
-98
lines changed
-203 Bytes
Binary file not shown.

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

Lines changed: 95 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -16235,6 +16235,101 @@
1623516235
"align": false
1623616236
}
1623716237
},
16238+
{
16239+
"aliasColors": {},
16240+
"bars": false,
16241+
"dashLength": 10,
16242+
"dashes": false,
16243+
"datasource": "tidb-cluster",
16244+
"description": "Count of retryable errors",
16245+
"fieldConfig": {
16246+
"defaults": {},
16247+
"overrides": []
16248+
},
16249+
"description": "Count of retryable errors",
16250+
"fill": 0,
16251+
"fillGradient": 0,
16252+
"gridPos": {
16253+
"h": 7,
16254+
"w": 12,
16255+
"x": 0,
16256+
"y": 53
16257+
},
16258+
"hiddenSeries": false,
16259+
"id": 23763573002,
16260+
"legend": {
16261+
"alignAsTable": false,
16262+
"avg": false,
16263+
"current": false,
16264+
"hideEmpty": false,
16265+
"hideZero": false,
16266+
"max": false,
16267+
"min": false,
16268+
"rightSide": true,
16269+
"show": true,
16270+
"total": false,
16271+
"values": false
16272+
},
16273+
"lines": true,
16274+
"linewidth": 1,
16275+
"links": [],
16276+
"nullPointMode": "null",
16277+
"options": {
16278+
"alertThreshold": true
16279+
},
16280+
"percentage": false,
16281+
"pluginVersion": "7.5.17",
16282+
"pointradius": 5,
16283+
"points": false,
16284+
"renderer": "flot",
16285+
"seriesOverrides": [],
16286+
"spaceLength": 10,
16287+
"stack": false,
16288+
"steppedLine": false,
16289+
"targets": [
16290+
{
16291+
"exemplar": true,
16292+
"expr": "sum(increase(tidb_ddl_retryable_error_total{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[2m])) by (type)",
16293+
"format": "time_series",
16294+
"interval": "",
16295+
"intervalFactor": 2,
16296+
"legendFormat": "{{type}}",
16297+
"range": true,
16298+
"refId": "A"
16299+
}
16300+
],
16301+
"thresholds": [],
16302+
"timeRegions": [],
16303+
"title": "Retryable Error",
16304+
"tooltip": {
16305+
"shared": true,
16306+
"sort": 0,
16307+
"value_type": "individual"
16308+
},
16309+
"type": "graph",
16310+
"xaxis": {
16311+
"mode": "time",
16312+
"show": true,
16313+
"values": []
16314+
},
16315+
"yaxes": [
16316+
{
16317+
"$$hashKey": "object:91",
16318+
"format": "none",
16319+
"logBase": 2,
16320+
"show": true
16321+
},
16322+
{
16323+
"$$hashKey": "object:92",
16324+
"format": "short",
16325+
"logBase": 1,
16326+
"show": false
16327+
}
16328+
],
16329+
"yaxis": {
16330+
"align": false
16331+
}
16332+
},
1623816333
{
1623916334
"aliasColors": {},
1624016335
"bars": false,
@@ -16335,104 +16430,6 @@
1633516430
"title": "DDL",
1633616431
"type": "row"
1633716432
},
16338-
{
16339-
"aliasColors": {},
16340-
"bars": false,
16341-
"dashLength": 10,
16342-
"dashes": false,
16343-
"datasource": "tidb-cluster",
16344-
"description": "Count of retryable errors in hours",
16345-
"fieldConfig": {
16346-
"defaults": {},
16347-
"overrides": []
16348-
},
16349-
"fill": 0,
16350-
"fillGradient": 0,
16351-
"gridPos": {
16352-
"h": 7,
16353-
"w": 12,
16354-
"x": 0,
16355-
"y": 53
16356-
},
16357-
"hiddenSeries": false,
16358-
"id": 23763573002,
16359-
"legend": {
16360-
"alignAsTable": false,
16361-
"avg": false,
16362-
"current": false,
16363-
"hideEmpty": false,
16364-
"hideZero": false,
16365-
"max": false,
16366-
"min": false,
16367-
"rightSide": true,
16368-
"show": true,
16369-
"total": false,
16370-
"values": false
16371-
},
16372-
"lines": true,
16373-
"linewidth": 1,
16374-
"links": [],
16375-
"nullPointMode": "null",
16376-
"options": {
16377-
"alertThreshold": true
16378-
},
16379-
"percentage": false,
16380-
"pluginVersion": "7.5.17",
16381-
"pointradius": 5,
16382-
"points": false,
16383-
"renderer": "flot",
16384-
"seriesOverrides": [],
16385-
"spaceLength": 10,
16386-
"stack": false,
16387-
"steppedLine": false,
16388-
"targets": [
16389-
{
16390-
"exemplar": true,
16391-
"expr": "sum(increase(tidb_ddl_retryable_error_total{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[2m])) by (type)",
16392-
"format": "time_series",
16393-
"interval": "",
16394-
"intervalFactor": 2,
16395-
"legendFormat": "{{type}}",
16396-
"range": true,
16397-
"refId": "A"
16398-
}
16399-
],
16400-
"thresholds": [],
16401-
"timeFrom": null,
16402-
"timeRegions": [],
16403-
"timeShift": null,
16404-
"title": "Retryable Error",
16405-
"tooltip": {
16406-
"shared": true,
16407-
"sort": 0,
16408-
"value_type": "individual"
16409-
},
16410-
"type": "graph",
16411-
"xaxis": {
16412-
"buckets": null,
16413-
"mode": "time",
16414-
"name": null,
16415-
"show": true,
16416-
"values": []
16417-
},
16418-
"yaxes": [
16419-
{
16420-
"$$hashKey": "object:91",
16421-
"format": "none",
16422-
"logBase": 2,
16423-
"show": true
16424-
},
16425-
{
16426-
"$$hashKey": "object:92",
16427-
"format": "short",
16428-
"logBase": 1,
16429-
"show": false
16430-
}
16431-
],
16432-
"yaxis": {
16433-
"align": false
16434-
}
16435-
},
1643616433
{
1643716434
"collapsed": true,
1643816435
"datasource": null,

0 commit comments

Comments
 (0)