From 181b523573c73c115ed1edcc79c1bbc23b2158b0 Mon Sep 17 00:00:00 2001 From: lakshmiprasad2019 Date: Sun, 27 Aug 2023 12:00:01 +0530 Subject: [PATCH 1/2] port number has changed in promethesus config --- prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus.yml b/prometheus.yml index aaca8bc..7f912f5 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -6,4 +6,4 @@ global: scrape_configs: - job_name: 'prometheus' static_configs: - - targets: ['localhost:9090'] + - targets: ['localhost:9091'] From ddaeec5ca359b871675ff78f91ce75687fc62618 Mon Sep 17 00:00:00 2001 From: lakshmiprasad2019 Date: Sun, 27 Aug 2023 12:12:01 +0530 Subject: [PATCH 2/2] port value has changed --- prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus.yml b/prometheus.yml index 7f912f5..aaca8bc 100644 --- a/prometheus.yml +++ b/prometheus.yml @@ -6,4 +6,4 @@ global: scrape_configs: - job_name: 'prometheus' static_configs: - - targets: ['localhost:9091'] + - targets: ['localhost:9090']