vscode 启动go

{
"version": "0.2.0",
"configurations": [
{
"name": "Launch",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/main.go",
"env": {},
"args": []
}
]
}
 
报警包括golang本身cpu,内存,等需要的监控指标  github.com/prometheus/client_golang
posted @ 2021-06-23 16:49  阿旭^_^  阅读(245)  评论(0编辑  收藏  举报