From 0f8d4d094340748ffabceb1ad363831bdc8740f5 Mon Sep 17 00:00:00 2001 From: icey-yu <1186114839@qq.com> Date: Tue, 14 Jan 2025 18:21:44 +0800 Subject: [PATCH] fix: prometheus config --- config/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/prometheus.yml b/config/prometheus.yml index d176bfcbd..0b13326d1 100644 --- a/config/prometheus.yml +++ b/config/prometheus.yml @@ -25,7 +25,7 @@ scrape_configs: # prometheus fetches application services - job_name: node_exporter static_configs: - - targets: [ 127.0.0.1:20500 ] + - targets: [ 127.0.0.1:19100 ] - job_name: openimserver-openim-api http_sd_configs: