From 12c06c9a59047fdf27e14514845cc64163c6b0d4 Mon Sep 17 00:00:00 2001 From: Faishal Nelwan <108632813+pesolosep@users.noreply.github.com> Date: Sat, 25 May 2024 22:21:21 +0700 Subject: [PATCH] gabisa deploy di staging... --- .monitoring/prometheus/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.monitoring/prometheus/prometheus.yml b/.monitoring/prometheus/prometheus.yml index 65a8525..5351bc2 100644 --- a/.monitoring/prometheus/prometheus.yml +++ b/.monitoring/prometheus/prometheus.yml @@ -7,6 +7,6 @@ scrape_configs: metrics_path: '/actuator/prometheus' scrape_interval: 3s static_configs: - - targets: ['host.docker.internal:8080'] + - targets: ['host.docker.internal:80'] labels: application: 'snackscription_subscriptionbox'