diff --git a/services/ir/.ir.env b/services/ir/.ir.env index b109c59..6914557 100644 --- a/services/ir/.ir.env +++ b/services/ir/.ir.env @@ -11,7 +11,7 @@ NEOFS_IR_PROFILER_ADDRESS=:6060 # Application metrics section ## Server address. Empty value disables metrics gathering ## Default: (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 diff --git a/services/storage/.storage.env b/services/storage/.storage.env index d8fac20..434b20f 100644 --- a/services/storage/.storage.env +++ b/services/storage/.storage.env @@ -14,7 +14,7 @@ NEOFS_PROFILER_ADDRESS=:6060 # Application metrics section ## Server address. Empty value disables metrics gathering ## Default: (disabled) -NEOFS_METRICS_ADDRESS=:6060 +NEOFS_METRICS_ADDRESS=:9090 ## Timeout to shut down the HTTP server ## Default: 30s #NEOFS_METRICS_SHUTDOWN_TIMEOUT=1m