From fa64c3275db553db08ca5953cfb124ff61c6a442 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Desvaux?= Date: Tue, 21 Mar 2023 16:58:06 +0100 Subject: [PATCH] prometheus add exporter for gitlab --- templates/conf/prometheus.yml.j2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/templates/conf/prometheus.yml.j2 b/templates/conf/prometheus.yml.j2 index 60ef8ec..bb9b69c 100644 --- a/templates/conf/prometheus.yml.j2 +++ b/templates/conf/prometheus.yml.j2 @@ -453,11 +453,10 @@ scrape_configs: {% endfor %} - job_name: gitlab-rails metrics_path: "/-/metrics" - scheme: https static_configs: - targets: {% for target in prometheus_gitlab_exporter_targets %} - - {{ target }}:8443 + - {{ target }}:8880 {% endfor %} - job_name: gitlab-sidekiq static_configs: