Skip to content

Commit c88ccde

Browse files
authored
Metrics: Add goroutine pprof file requirement for memory issues
1 parent 4a8bf84 commit c88ccde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/config/metrics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ metrics 对应的出站代理 tag, 通过设置任意门入站+路由将任意
2929

3030
访问 `http://127.0.0.1:11111/debug/pprof/` 或者使用 go tool pprof 进行调试。
3131

32-
反馈内存占用过多/内存泄露问题需要提供 `/debug/pprof/heap` 的文件
32+
反馈内存占用过多/内存泄露问题需要提供 `/debug/pprof/heap` `/debug/pprof/goroutine` 的文件
3333

3434
### expvars
3535

0 commit comments

Comments
 (0)