add jenkins scraper to prometheus config

This commit is contained in:
2018-11-01 20:11:47 -04:00
parent 774a4bb267
commit 05b49ce49f

View File

@@ -59,3 +59,12 @@ scrape_configs:
static_configs: static_configs:
- targets: - targets:
- 'statsd_exporter:9102' - 'statsd_exporter:9102'
- job_name: jenkins
metrics_path: '/prometheus'
scrape_interval: 60s
scrape_timeout: 9s
scheme: https
static_configs:
- targets:
- 'jenkins.xai-corp.net'