From 48d997e883362eb1dfa515b3ee46c8913d00f056 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Desvaux?= Date: Tue, 21 Mar 2023 16:53:29 +0100 Subject: [PATCH] prometheus add exporter for gitlab --- templates/conf/prometheus.yml.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/conf/prometheus.yml.j2 b/templates/conf/prometheus.yml.j2 index b39016d..60ef8ec 100644 --- a/templates/conf/prometheus.yml.j2 +++ b/templates/conf/prometheus.yml.j2 @@ -457,7 +457,7 @@ scrape_configs: static_configs: - targets: {% for target in prometheus_gitlab_exporter_targets %} - - {{ target }} + - {{ target }}:8443 {% endfor %} - job_name: gitlab-sidekiq static_configs: