s3: Enable pprof
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
This commit is contained in:
parent
e254eba6a8
commit
fd9dd91ea6
1 changed files with 4 additions and 0 deletions
|
@ -5,6 +5,10 @@ prometheus:
|
||||||
enabled: true
|
enabled: true
|
||||||
address: :9090
|
address: :9090
|
||||||
|
|
||||||
|
pprof:
|
||||||
|
enabled: true
|
||||||
|
address: :6060
|
||||||
|
|
||||||
# Interval to check node health
|
# Interval to check node health
|
||||||
rebalance_interval: 30s
|
rebalance_interval: 30s
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue