Skip to content

Commit ad16092

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#515)
1 parent 5844417 commit ad16092

File tree

2 files changed

+109
-2
lines changed

2 files changed

+109
-2
lines changed
149 Bytes
Binary file not shown.

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

Lines changed: 109 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13897,7 +13897,7 @@
1389713897
"aliasColors": {},
1389813898
"dashLength": 10,
1389913899
"datasource": "tidb-cluster",
13900-
"description": "Infoschema cache v2 hit, evict and miss number",
13900+
"description": "Infoschema v2 cache hit, evict and miss number",
1390113901
"fieldConfig": {
1390213902
"defaults": {},
1390313903
"overrides": []
@@ -13962,7 +13962,7 @@
1396213962
],
1396313963
"thresholds": [],
1396413964
"timeRegions": [],
13965-
"title": "Infoschema Cache v2",
13965+
"title": "Infoschema v2 Cache Operation",
1396613966
"tooltip": {
1396713967
"shared": true,
1396813968
"sort": 2,
@@ -14010,6 +14010,113 @@
1401014010
"steppedLine": false,
1401114011
"timeFrom": null,
1401214012
"timeShift": null
14013+
},
14014+
{
14015+
"aliasColors": {},
14016+
"bars": false,
14017+
"dashLength": 10,
14018+
"dashes": false,
14019+
"datasource": "tidb-cluster",
14020+
"description": "Memory size of infoschema cache v2",
14021+
"fieldConfig": {
14022+
"defaults": {},
14023+
"overrides": []
14024+
},
14025+
"fill": 1,
14026+
"fillGradient": 0,
14027+
"gridPos": {
14028+
"h": 8,
14029+
"w": 12,
14030+
"x": 0,
14031+
"y": 38
14032+
},
14033+
"hiddenSeries": false,
14034+
"id": 23763572014,
14035+
"legend": {
14036+
"alignAsTable": false,
14037+
"avg": false,
14038+
"current": true,
14039+
"max": false,
14040+
"min": false,
14041+
"rightSide": true,
14042+
"show": true,
14043+
"total": false,
14044+
"values": true
14045+
},
14046+
"lines": true,
14047+
"linewidth": 2,
14048+
"nullPointMode": "null",
14049+
"options": {
14050+
"alertThreshold": false
14051+
},
14052+
"percentage": false,
14053+
"pluginVersion": "7.5.17",
14054+
"pointradius": 2,
14055+
"points": false,
14056+
"renderer": "flot",
14057+
"seriesOverrides": [],
14058+
"spaceLength": 10,
14059+
"stack": false,
14060+
"steppedLine": false,
14061+
"targets": [
14062+
{
14063+
"exemplar": true,
14064+
"expr": "tidb_domain_infoschema_v2_cache_size{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\"}",
14065+
"interval": "",
14066+
"legendFormat": "used",
14067+
"refId": "A"
14068+
},
14069+
{
14070+
"exemplar": true,
14071+
"expr": "tidb_domain_infoschema_v2_cache_limit{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\"}",
14072+
"hide": false,
14073+
"interval": "",
14074+
"legendFormat": "limit",
14075+
"refId": "B"
14076+
}
14077+
],
14078+
"thresholds": [],
14079+
"timeFrom": null,
14080+
"timeRegions": [],
14081+
"timeShift": null,
14082+
"title": "Infoschema v2 Cache Size",
14083+
"tooltip": {
14084+
"shared": true,
14085+
"sort": 0,
14086+
"value_type": "individual"
14087+
},
14088+
"type": "graph",
14089+
"xaxis": {
14090+
"buckets": null,
14091+
"mode": "time",
14092+
"name": null,
14093+
"show": true,
14094+
"values": []
14095+
},
14096+
"yaxes": [
14097+
{
14098+
"$$hashKey": "object:90",
14099+
"format": "bytes",
14100+
"label": null,
14101+
"logBase": 1,
14102+
"max": null,
14103+
"min": null,
14104+
"show": true
14105+
},
14106+
{
14107+
"$$hashKey": "object:91",
14108+
"format": "short",
14109+
"label": null,
14110+
"logBase": 1,
14111+
"max": null,
14112+
"min": null,
14113+
"show": false
14114+
}
14115+
],
14116+
"yaxis": {
14117+
"align": false,
14118+
"alignLevel": null
14119+
}
1401314120
}
1401414121
],
1401514122
"repeat": null,

0 commit comments

Comments
 (0)