add jenkinsfile to prometheus

add graphana scraper to prometheus
This commit is contained in:
2018-11-03 09:05:48 -04:00
parent 41b35c8689
commit d9fab2b2d2
3 changed files with 42 additions and 1 deletions

View File

@@ -68,3 +68,12 @@ scrape_configs:
static_configs:
- targets:
- 'jenkins.xai-corp.net'
- job_name: graphana
metrics_path: '/metrics'
scrape_interval: 60s
scrape_timeout: 9s
scheme: https
static_configs:
- targets:
- 'metrics.xai-corp.net'