frostfs-node/config/example/node.yaml
Alex Vanin 3fbf5e05b2 [#493] cmd/node: Add metrics section to config
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
2021-06-01 15:29:08 +03:00

8 lines
142 B
YAML

logger:
level: debug
profiler:
address: 127.0.0.1:6060
shutdown_timeout: 15s
metrics:
address: 127.0.0.1:9090
shutdown_timeout: 15s