arthas/tutorials/katacoda/case-http-404-cn/index.json
2021-05-13 23:16:36 +08:00

45 lines
872 B
JSON

{
"title": "Arthas 排查HTTP请求返回404 案例",
"description": "Arthas 排查HTTP请求返回404 案例",
"difficulty": "高级使用者",
"time": "10分钟",
"details": {
"steps": [
{
"title": "Start demo",
"text": "start-demo.md"
},
{
"title": "Start arthas-boot",
"text": "arthas-boot.md"
},
{
"title": "排查HTTP请求返回404",
"text": "case-http-404.md"
}
],
"intro": {
"text": "intro.md"
},
"finish": {
"text": "finish.md"
},
"assets": {
"host01": []
}
},
"environment": {
"uilayout": "terminal",
"showdashboard": true,
"dashboards": [
{
"name": "Web Port 80",
"port": 80
}
]
},
"backend": {
"imageid": "openjdk:15",
"environmentsprotocol": "http"
}
}