EOX GitLab Instance

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

Added sidekiq everywhere for Prometheus exporter and scraping with DNS SRV entry

parent b8103364
No related branches found
No related tags found
No related merge requests found
......@@ -237,6 +237,19 @@ scrape_configs:
- 'gitlab.{{datacenter_url}}'
type: 'SRV'
### sidekiq
- job_name: sidekiq.{{datacenter_url}}
metrics_path: /sidekiq_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:
- 'sidekiq.{{datacenter_url}}'
type: 'SRV'
### gitlab rails
- job_name: gitlab-rails.{{datacenter_url}}
metrics_path: /-/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