diff --git a/monitoring/prometheus.yml b/monitoring/prometheus.yml index e3414cfe..d584994e 100644 --- a/monitoring/prometheus.yml +++ b/monitoring/prometheus.yml @@ -4,7 +4,7 @@ global: scrape_configs: - job_name: 'app' - metrics_path: /prometheus/metrics/ + metrics_path: /prometheus/metrics scheme: http static_configs: - targets: [ 'app:8000' ]