[#76] Fix port numbers for neofs metrics endpoint

Signed-off-by: Alex Vanin <alexey@nspcc.ru>
wallet-connect
Alex Vanin 2021-05-17 10:25:47 +03:00 committed by Alex Vanin
parent 22bdc6ccf6
commit b2f182f5b0
2 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@ NEOFS_IR_PROFILER_ADDRESS=:6060
# Application metrics section # Application metrics section
## Server address. Empty value disables metrics gathering ## Server address. Empty value disables metrics gathering
## Default: <empty> (disabled) ## Default: <empty> (disabled)
NEOFS_IR_METRICS_ADDRESS=:6060 NEOFS_IR_METRICS_ADDRESS=:9090
## Timeout to shut down the HTTP server ## Timeout to shut down the HTTP server
## Default: 30s ## Default: 30s
#NEOFS_IR_METRICS_SHUTDOWN_TIMEOUT=1m #NEOFS_IR_METRICS_SHUTDOWN_TIMEOUT=1m

View File

@ -14,7 +14,7 @@ NEOFS_PROFILER_ADDRESS=:6060
# Application metrics section # Application metrics section
## Server address. Empty value disables metrics gathering ## Server address. Empty value disables metrics gathering
## Default: <empty> (disabled) ## Default: <empty> (disabled)
NEOFS_METRICS_ADDRESS=:6060 NEOFS_METRICS_ADDRESS=:9090
## Timeout to shut down the HTTP server ## Timeout to shut down the HTTP server
## Default: 30s ## Default: 30s
#NEOFS_METRICS_SHUTDOWN_TIMEOUT=1m #NEOFS_METRICS_SHUTDOWN_TIMEOUT=1m