Fixes: fix prometheus.yml
This commit is contained in:
parent
546234c68c
commit
fcfa6fdc20
1 changed files with 3 additions and 3 deletions
|
|
@ -4,19 +4,19 @@ global:
|
||||||
|
|
||||||
scrape_configs:
|
scrape_configs:
|
||||||
- job_name: 'evibes-app'
|
- job_name: 'evibes-app'
|
||||||
metrics_path: /metrics
|
metrics_path: /prometheus/metrics
|
||||||
scheme: http
|
scheme: http
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: [ 'app:8000' ]
|
- targets: [ 'app:8000' ]
|
||||||
|
|
||||||
- job_name: 'evibes-worker'
|
- job_name: 'evibes-worker'
|
||||||
metrics_path: /metrics
|
metrics_path: /prometheus/metrics
|
||||||
scheme: http
|
scheme: http
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: [ 'worker:8000' ]
|
- targets: [ 'worker:8000' ]
|
||||||
|
|
||||||
- job_name: 'evibes-beat'
|
- job_name: 'evibes-beat'
|
||||||
metrics_path: /metrics
|
metrics_path: /prometheus/metrics
|
||||||
scheme: http
|
scheme: http
|
||||||
static_configs:
|
static_configs:
|
||||||
- targets: [ 'beat:8000' ]
|
- targets: [ 'beat:8000' ]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue