From 2be4075a5715001204d1366933b6ba68f7eae43d Mon Sep 17 00:00:00 2001 From: Dario Date: Thu, 18 Apr 2024 11:15:56 +0200 Subject: [PATCH] fix: port changed to 8443 --- api/monitoring/prometheus/configuration/prometheus.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/monitoring/prometheus/configuration/prometheus.yml b/api/monitoring/prometheus/configuration/prometheus.yml index 8b0455fd..8a5f0486 100644 --- a/api/monitoring/prometheus/configuration/prometheus.yml +++ b/api/monitoring/prometheus/configuration/prometheus.yml @@ -3,6 +3,6 @@ scrape_configs: metrics_path: '/actuator/prometheus' scrape_interval: 10s static_configs: - - targets: ['host.docker.internal:8080'] + - targets: ['host.docker.internal:8443'] labels: application: 'WIQ API' \ No newline at end of file