Skip to content

Commit e45782e

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#1020)
1 parent 2d2f274 commit e45782e

2 files changed

Lines changed: 106 additions & 0 deletions

File tree

293 Bytes
Binary file not shown.

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

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13004,6 +13004,112 @@
1300413004
"steppedLine": false,
1300513005
"timeFrom": null,
1300613006
"timeShift": null
13007+
},
13008+
{
13009+
"aliasColors": {},
13010+
"bars": true,
13011+
"dashLength": 10,
13012+
"dashes": false,
13013+
"datasource": "tidb-cluster",
13014+
"description": "Abnormal results of liveness checks in TiKV client. Non empty value means either unable to connect to store or store reports unservable.",
13015+
"fieldConfig": {
13016+
"defaults": {},
13017+
"overrides": []
13018+
},
13019+
"fill": 0,
13020+
"fillGradient": 0,
13021+
"gridPos": {
13022+
"h": 7,
13023+
"w": 8,
13024+
"x": 8,
13025+
"y": 43
13026+
},
13027+
"hiddenSeries": false,
13028+
"id": 23763574016,
13029+
"legend": {
13030+
"alignAsTable": true,
13031+
"avg": true,
13032+
"current": true,
13033+
"max": true,
13034+
"min": false,
13035+
"rightSide": true,
13036+
"show": true,
13037+
"total": false,
13038+
"values": true
13039+
},
13040+
"lines": false,
13041+
"linewidth": 1,
13042+
"links": [],
13043+
"nullPointMode": "null",
13044+
"options": {
13045+
"alertThreshold": false
13046+
},
13047+
"percentage": false,
13048+
"pluginVersion": "7.5.17",
13049+
"pointradius": 5,
13050+
"points": false,
13051+
"renderer": "flot",
13052+
"seriesOverrides": [],
13053+
"spaceLength": 10,
13054+
"stack": true,
13055+
"steppedLine": false,
13056+
"targets": [
13057+
{
13058+
"editorMode": "code",
13059+
"exemplar": true,
13060+
"expr": "count(max_over_time(tidb_tikvclient_store_liveness_state{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m]) == 2) by (instance, store)",
13061+
"format": "time_series",
13062+
"hide": false,
13063+
"interval": "",
13064+
"intervalFactor": 2,
13065+
"legendFormat": "{{instance}}-store-{{store}}-unknown",
13066+
"range": true,
13067+
"refId": "A",
13068+
"step": 30
13069+
},
13070+
{
13071+
"exemplar": true,
13072+
"expr": "count(max_over_time(tidb_tikvclient_store_liveness_state{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m]) == 1) by (instance, store)",
13073+
"hide": false,
13074+
"interval": "",
13075+
"legendFormat": "{{instance}}-store-{{store}}-unreachable",
13076+
"refId": "B"
13077+
}
13078+
],
13079+
"thresholds": [],
13080+
"timeFrom": null,
13081+
"timeRegions": [],
13082+
"timeShift": null,
13083+
"title": "Store Liveness Check Faults",
13084+
"tooltip": {
13085+
"shared": true,
13086+
"sort": 0,
13087+
"value_type": "individual"
13088+
},
13089+
"type": "graph",
13090+
"xaxis": {
13091+
"buckets": null,
13092+
"mode": "time",
13093+
"name": null,
13094+
"show": true,
13095+
"values": []
13096+
},
13097+
"yaxes": [
13098+
{
13099+
"format": "none",
13100+
"logBase": 1,
13101+
"min": "0",
13102+
"show": true
13103+
},
13104+
{
13105+
"format": "Bps",
13106+
"logBase": 1,
13107+
"show": false
13108+
}
13109+
],
13110+
"yaxis": {
13111+
"align": false
13112+
}
1300713113
}
1300813114
],
1300913115
"repeat": null,

0 commit comments

Comments
 (0)