prometheus add exporter for gitlab

This commit is contained in:
Clément Desvaux 2023-03-21 16:53:29 +01:00
parent d163d219ba
commit 48d997e883

View File

@ -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: