From c88ccde9bf83641ee73661d8d59e51a1c96aecd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A3=8E=E6=89=87=E6=BB=91=E7=BF=94=E7=BF=BC?= Date: Mon, 22 Dec 2025 19:15:36 +0800 Subject: [PATCH] Metrics: Add goroutine pprof file requirement for memory issues --- docs/config/metrics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/metrics.md b/docs/config/metrics.md index 30b1fc97..59261b9b 100644 --- a/docs/config/metrics.md +++ b/docs/config/metrics.md @@ -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