From 4dca62338d17b6bd68e5af94fa41f5579667208e Mon Sep 17 00:00:00 2001 From: kenny-io Date: Wed, 18 Dec 2024 12:12:18 +0400 Subject: [PATCH] new target --- prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus.yml b/prometheus.yml index d020256..283779b 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -5,6 +5,6 @@ global: scrape_configs: - job_name: 'shardeum-network-status-monitor' static_configs: - - targets: ['34.170.114.90:3002'] # the exporter runs on this port + - targets: ['34.57.40.159:3002'] # the exporter runs on this port #- targets: ['localhost:3002'] # for local development metrics_path: '/metrics'