Metrics: Add goroutine pprof file requirement for memory issues

This commit is contained in:
风扇滑翔翼
2025-12-22 19:15:36 +08:00
committed by GitHub
parent 4a8bf84610
commit c88ccde9bf
+1 -1
View File
@@ -29,7 +29,7 @@ metrics 对应的出站代理 tag, 通过设置任意门入站+路由将任意
访问 `http://127.0.0.1:11111/debug/pprof/` 或者使用 go tool pprof 进行调试。
反馈内存占用过多/内存泄露问题需要提供 `/debug/pprof/heap` 的文件
反馈内存占用过多/内存泄露问题需要提供 `/debug/pprof/heap``/debug/pprof/goroutine` 的文件
### expvars