Fixes: fix prometheus.yml

This commit is contained in:
Egor Pavlovich Gorbunov 2025-06-05 18:11:55 +03:00
parent 546234c68c
commit fcfa6fdc20

View file

@ -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' ]