Merged in bugfix/livetests (pull request #71)
Live Tests * testfixes * lint * vendor
This commit is contained in:
@@ -4,6 +4,12 @@ global:
|
||||
scrape_interval: 10s
|
||||
|
||||
scrape_configs:
|
||||
- job_name: 'query_service'
|
||||
static_configs:
|
||||
- targets:
|
||||
- 'query_service:8080'
|
||||
metrics_path: '/metrics'
|
||||
|
||||
- job_name: 'doc_init_runner'
|
||||
static_configs:
|
||||
- targets:
|
||||
@@ -34,12 +40,6 @@ scrape_configs:
|
||||
- 'query_runner:8080'
|
||||
metrics_path: '/metrics'
|
||||
|
||||
- job_name: 'query_service'
|
||||
static_configs:
|
||||
- targets:
|
||||
- 'query_service:8080'
|
||||
metrics_path: '/metrics'
|
||||
|
||||
- job_name: 'job_sync_runner'
|
||||
static_configs:
|
||||
- targets:
|
||||
|
||||
Reference in New Issue
Block a user