add dashboard gitlab

This commit is contained in:
Clément Desvaux
2023-03-21 17:58:58 +01:00
parent c4d943196e
commit d517e4356f
2 changed files with 879 additions and 0 deletions

View File

@ -214,3 +214,13 @@
mode: '0750'
when: prometheus_varnish_exporter_targets is defined
notify: "grafana-prometheus-restart"
- name: "grafana-prometheus | import grafana gitlab dashboard"
copy:
src: dashboards/gitlab.json
dest: /opt/docker-compose/grafana-prometheus/dashboards/gitlab.json
owner: '1000'
group: '1000'
mode: '0750'
when: prometheus_gitlab_exporter_targets is defined
notify: "grafana-prometheus-restart"