EOX GitLab Instance

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

Added the scraping of the custom haproxy exporter

parent 80dba6cb
No related branches found
No related tags found
No related merge requests found
......@@ -272,6 +272,19 @@ scrape_configs:
- 'haproxy.{{datacenter_url}}'
type: 'SRV'
### customhaproxy
- job_name: customhaproxy.dc1.eox.at
metrics_path: /haproxy_custom_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:
- 'customhaproxy.dc1.eox.at'
type: 'SRV'
### patroni
- job_name: patroni.{{datacenter_url}}
metrics_path: /patroni_metrics
......
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