Fixes: 1) Remove unused metrics_path and scheme configurations from 'worker' job in Prometheus config;
Extra: None;
This commit is contained in:
parent
008f7574a6
commit
64f00d74c0
1 changed files with 0 additions and 2 deletions
|
|
@ -10,8 +10,6 @@ scrape_configs:
|
||||||
- targets: [ 'app:8000' ]
|
- targets: [ 'app:8000' ]
|
||||||
|
|
||||||
- job_name: 'worker'
|
- job_name: 'worker'
|
||||||
metrics_path: /prometheus/metrics
|
|
||||||
scheme: http
|
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: [ 'worker:8888' ]
|
- targets: [ 'worker:8888' ]
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue