From b2f182f5b0d9ca790b1c4aa85dab7fd3cf2a4c8c Mon Sep 17 00:00:00 2001 From: Alex Vanin Date: Mon, 17 May 2021 10:25:47 +0300 Subject: [PATCH] [#76] Fix port numbers for neofs metrics endpoint Signed-off-by: Alex Vanin --- services/ir/.ir.env | 2 +- services/storage/.storage.env | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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