From d08b338e06c43f0889c26940a086488b01f673ee Mon Sep 17 00:00:00 2001 From: Dmitrii Stepanov Date: Wed, 14 Jun 2023 12:38:24 +0300 Subject: [PATCH] [#36] prometheus: Add IR metrics Signed-off-by: Dmitrii Stepanov --- services/prometheus/prometheus.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/services/prometheus/prometheus.yml b/services/prometheus/prometheus.yml index 1ea7300..9ea7aed 100644 --- a/services/prometheus/prometheus.yml +++ b/services/prometheus/prometheus.yml @@ -16,4 +16,7 @@ scrape_configs: - targets: ['s3.frostfs.devenv:9090'] - job_name: 'neo-go' static_configs: - - targets: ['morph-chain.frostfs.devenv:20001'] \ No newline at end of file + - targets: ['morph-chain.frostfs.devenv:20001'] + - job_name: 'inner-ring' + static_configs: + - targets: ['ir01.frostfs.devenv:9090'] \ No newline at end of file