feat(observability): 为 API 和 worker 增加独立 pprof 诊断端口

This commit is contained in:
tangerineyu
2026-03-25 19:27:33 +08:00
parent 21efce6049
commit 9a0ba45a51
7 changed files with 144 additions and 1 deletions

View File

@@ -20,3 +20,8 @@ rabbitmq:
username: admin
password: password123
observability:
pprof:
enabled: false
api_addr: localhost:6060
worker_addr: localhost:6061