prometheus add exporter for gitlab

This commit is contained in:
Clément Desvaux 2023-03-21 17:19:26 +01:00
parent fa64c3275d
commit c4d943196e

View File

@ -432,6 +432,12 @@ scrape_configs:
- targets: - targets:
{% for target in prometheus_gitlab_exporter_targets %} {% for target in prometheus_gitlab_exporter_targets %}
- {{ target }}:8060 - {{ target }}:8060
{% endfor %}
- job_name: gitlab-node
static_configs:
- targets:
{% for target in prometheus_gitlab_exporter_targets %}
- {{ target }}:9101
{% endfor %} {% endfor %}
- job_name: gitlab-redis - job_name: gitlab-redis
static_configs: static_configs: