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:
|
||||
- job_name: 'evibes-app'
|
||||
metrics_path: /metrics
|
||||
metrics_path: /prometheus/metrics
|
||||
scheme: http
|
||||
static_configs:
|
||||
- targets: [ 'app:8000' ]
|
||||
|
||||
- job_name: 'evibes-worker'
|
||||
metrics_path: /metrics
|
||||
metrics_path: /prometheus/metrics
|
||||
scheme: http
|
||||
static_configs:
|
||||
- targets: [ 'worker:8000' ]
|
||||
|
||||
- job_name: 'evibes-beat'
|
||||
metrics_path: /metrics
|
||||
metrics_path: /prometheus/metrics
|
||||
scheme: http
|
||||
static_configs:
|
||||
- targets: [ 'beat:8000' ]
|
||||
|
|
|
|||
Loading…
Reference in a new issue