Fixes: 1) Correct trailing slash in Prometheus metrics_path for 'app' job.

This commit is contained in:
Egor Pavlovich Gorbunov 2025-06-22 14:55:55 +03:00
parent ad41718d09
commit a53a3dc788

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