From aad694e8bd7cb0e438317fe5dee72ff38430a029 Mon Sep 17 00:00:00 2001 From: Dario Date: Wed, 24 Apr 2024 17:43:16 +0200 Subject: [PATCH] fix: update url --- 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 22f18bed..6d3883d4 100644 --- a/api/monitoring/prometheus/configuration/prometheus.yml +++ b/api/monitoring/prometheus/configuration/prometheus.yml @@ -4,6 +4,6 @@ scrape_configs: scrape_interval: 10s scheme: https static_configs: - - targets: ['<%= ENV["API_URI"] %>'] + - targets: ['kiwiq.run.place:8443'] labels: application: 'WIQ API' \ No newline at end of file