Fixes: 1) Correct metrics path in Prometheus configuration.

Extra: None.
This commit is contained in:
Egor Pavlovich Gorbunov 2025-06-22 15:09:36 +03:00
parent b28d6f1407
commit 1db40a85cf

View file

@ -4,7 +4,7 @@ global:
scrape_configs: scrape_configs:
- job_name: 'app' - job_name: 'app'
metrics_path: /prometheus/metrics/ metrics_path: /prometheus/metrics
scheme: http scheme: http
static_configs: static_configs:
- targets: [ 'app:8000' ] - targets: [ 'app:8000' ]