Fixes: 1) Remove unused metrics_path and scheme configurations from 'worker' job in Prometheus config;

Extra: None;
This commit is contained in:
Egor Pavlovich Gorbunov 2025-06-16 17:38:29 +03:00
parent 008f7574a6
commit 64f00d74c0

View file

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