mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-02 12:17:45 +08:00
45 lines
887 B
JSON
45 lines
887 B
JSON
{
|
|
"title": "Arthas 排查logger冲突问题 案例",
|
|
"description": "Arthas 排查logger冲突问题 案例",
|
|
"difficulty": "高级使用者",
|
|
"time": "10分钟",
|
|
"details": {
|
|
"steps": [
|
|
{
|
|
"title": "Start math-game",
|
|
"text": "start-demo.md"
|
|
},
|
|
{
|
|
"title": "Start arthas-boot",
|
|
"text": "arthas-boot.md"
|
|
},
|
|
{
|
|
"title": "排查logger冲突问题",
|
|
"text": "case-logger-config-problem.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"
|
|
}
|
|
} |