forked from TrueCloudLab/frostfs-dev-env
[#76] Fix port numbers for neofs metrics endpoint
Signed-off-by: Alex Vanin <alexey@nspcc.ru>
This commit is contained in:
parent
22bdc6ccf6
commit
b2f182f5b0
2 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ NEOFS_IR_PROFILER_ADDRESS=:6060
|
|||
# Application metrics section
|
||||
## Server address. Empty value disables metrics gathering
|
||||
## Default: <empty> (disabled)
|
||||
NEOFS_IR_METRICS_ADDRESS=:6060
|
||||
NEOFS_IR_METRICS_ADDRESS=:9090
|
||||
## Timeout to shut down the HTTP server
|
||||
## Default: 30s
|
||||
#NEOFS_IR_METRICS_SHUTDOWN_TIMEOUT=1m
|
||||
|
|
|
@ -14,7 +14,7 @@ NEOFS_PROFILER_ADDRESS=:6060
|
|||
# Application metrics section
|
||||
## Server address. Empty value disables metrics gathering
|
||||
## Default: <empty> (disabled)
|
||||
NEOFS_METRICS_ADDRESS=:6060
|
||||
NEOFS_METRICS_ADDRESS=:9090
|
||||
## Timeout to shut down the HTTP server
|
||||
## Default: 30s
|
||||
#NEOFS_METRICS_SHUTDOWN_TIMEOUT=1m
|
||||
|
|
Loading…
Reference in a new issue