Skip to content

Commit 484da81

Browse files
authored
chore(monitor-snapshot/master): update files from upstreams (#787)
1 parent 46947a1 commit 484da81

2 files changed

Lines changed: 131 additions & 0 deletions

File tree

98 Bytes
Binary file not shown.

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

Lines changed: 131 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9008,6 +9008,137 @@
90089008
"alignLevel": null
90099009
}
90109010
},
9011+
{
9012+
"aliasColors": {},
9013+
"bars": false,
9014+
"dashLength": 10,
9015+
"dashes": false,
9016+
"datasource": "tidb-cluster",
9017+
"fieldConfig": {
9018+
"defaults": {},
9019+
"overrides": []
9020+
},
9021+
"fill": 1,
9022+
"fillGradient": 0,
9023+
"gridPos": {
9024+
"h": 8,
9025+
"w": 12,
9026+
"x": 0,
9027+
"y": 157
9028+
},
9029+
"hiddenSeries": false,
9030+
"id": 301,
9031+
"legend": {
9032+
"alignAsTable": false,
9033+
"avg": true,
9034+
"current": false,
9035+
"max": false,
9036+
"min": false,
9037+
"rightSide": true,
9038+
"show": true,
9039+
"total": false,
9040+
"values": true
9041+
},
9042+
"lines": true,
9043+
"linewidth": 1,
9044+
"links": [],
9045+
"nullPointMode": "null as zero",
9046+
"options": {
9047+
"alertThreshold": true
9048+
},
9049+
"percentage": false,
9050+
"pluginVersion": "7.5.17",
9051+
"pointradius": 5,
9052+
"points": false,
9053+
"renderer": "flot",
9054+
"seriesOverrides": [],
9055+
"spaceLength": 10,
9056+
"stack": false,
9057+
"steppedLine": false,
9058+
"targets": [
9059+
{
9060+
"exemplar": true,
9061+
"expr": "histogram_quantile(0.999, sum(rate(tiflash_storage_version_chain_ms_bucket{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (le, type))",
9062+
"format": "time_series",
9063+
"interval": "",
9064+
"intervalFactor": 1,
9065+
"legendFormat": "999-{{type}}",
9066+
"refId": "A"
9067+
},
9068+
{
9069+
"exemplar": true,
9070+
"expr": "histogram_quantile(0.99, sum(rate(tiflash_storage_version_chain_ms_bucket{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (le, type))",
9071+
"format": "time_series",
9072+
"hide": true,
9073+
"interval": "",
9074+
"intervalFactor": 1,
9075+
"legendFormat": "99-{{type}}",
9076+
"refId": "B"
9077+
},
9078+
{
9079+
"exemplar": true,
9080+
"expr": "histogram_quantile(0.95, sum(rate(tiflash_storage_version_chain_ms_bucket{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (le, type))",
9081+
"format": "time_series",
9082+
"hide": true,
9083+
"interval": "",
9084+
"intervalFactor": 1,
9085+
"legendFormat": "95-{{type}}",
9086+
"refId": "C"
9087+
},
9088+
{
9089+
"exemplar": true,
9090+
"expr": "histogram_quantile(0.80, sum(rate(tiflash_storage_version_chain_ms_bucket{k8s_cluster=\"$k8s_cluster\", tidb_cluster=\"$tidb_cluster\", instance=~\"$instance\"}[1m])) by (le, type))",
9091+
"format": "time_series",
9092+
"hide": true,
9093+
"interval": "",
9094+
"intervalFactor": 1,
9095+
"legendFormat": "80-{{type}}",
9096+
"refId": "D"
9097+
}
9098+
],
9099+
"thresholds": [],
9100+
"timeFrom": null,
9101+
"timeRegions": [],
9102+
"timeShift": null,
9103+
"title": "VersionChain",
9104+
"tooltip": {
9105+
"shared": true,
9106+
"sort": 0,
9107+
"value_type": "individual"
9108+
},
9109+
"type": "graph",
9110+
"xaxis": {
9111+
"buckets": null,
9112+
"mode": "time",
9113+
"name": null,
9114+
"show": true,
9115+
"values": []
9116+
},
9117+
"yaxes": [
9118+
{
9119+
"$$hashKey": "object:291",
9120+
"format": "ms",
9121+
"label": null,
9122+
"logBase": 1,
9123+
"max": null,
9124+
"min": "0",
9125+
"show": true
9126+
},
9127+
{
9128+
"$$hashKey": "object:292",
9129+
"format": "short",
9130+
"label": null,
9131+
"logBase": 1,
9132+
"max": null,
9133+
"min": null,
9134+
"show": false
9135+
}
9136+
],
9137+
"yaxis": {
9138+
"align": false,
9139+
"alignLevel": null
9140+
}
9141+
},
90119142
{
90129143
"aliasColors": {},
90139144
"bars": false,

0 commit comments

Comments
 (0)