From fd9dd91ea69560df3472560dc4040c579d162ef7 Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Mon, 28 Aug 2023 11:37:20 +0300 Subject: [PATCH] s3: Enable pprof Signed-off-by: Evgenii Stratonikov --- services/s3_gate/cfg/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/services/s3_gate/cfg/config.yml b/services/s3_gate/cfg/config.yml index 7fa041a..3091520 100644 --- a/services/s3_gate/cfg/config.yml +++ b/services/s3_gate/cfg/config.yml @@ -5,6 +5,10 @@ prometheus: enabled: true address: :9090 +pprof: + enabled: true + address: :6060 + # Interval to check node health rebalance_interval: 30s