EOX GitLab Instance

Skip to content
Snippets Groups Projects
Commit 80dba6cb authored by Nicolas Baudoin's avatar Nicolas Baudoin
Browse files

Enabling listening for glrunner metrics and adding exporter

parent 85aff291
No related branches found
No related tags found
No related merge requests found
......@@ -283,7 +283,20 @@ scrape_configs:
dns_sd_configs:
- names:
- 'patroni.{{datacenter_url}}'
type: 'SRV'
type: 'SRV'
### runner
- job_name: runner.{{datacenter_url}}
metrics_path: /runner_metrics
scheme: https
tls_config:
ca_file: '/etc/ssl/prometheus_client/root.ca.crt'
cert_file: '/etc/ssl/prometheus_client/{{fqdn}}.crt'
key_file: '/etc/ssl/prometheus_client/{{fqdn}}.key'
dns_sd_configs:
- names:
- 'runner.{{datacenter_url}}'
type: 'SRV'
{% if (prometheus_peers is defined) and (fqdn in prometheus_peers) %}
- job_name: 'prometheus_servers'
......
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