Skip to content
Snippets Groups Projects
Verified Commit f8dd682d authored by Thorben Günther's avatar Thorben Günther
Browse files

gitlab: Send prometheus metrics to monitoring.al.org

parent 83a35444
No related branches found
No related tags found
No related merge requests found
......@@ -97,6 +97,18 @@
]
grafana['enable'] = false
node_exporter['enable'] = false
prometheus['external_labels'] = {
'source' => 'gitlab'
}
prometheus['remote_write'] = [
{
url: 'https://monitoring.archlinux.org:9090/api/v1/write',
basic_auth: {
username: '{{ vault_prometheus_user }}',
password: '{{ vault_prometheus_passwd }}'
}
}
]
volumes:
- "/srv/gitlab/config:/etc/gitlab"
- "/srv/gitlab/logs:/var/log/gitlab"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment