diff --git a/monitoring/prometheus.yml b/monitoring/prometheus.yml index 7f85d3cf..d584994e 100644 --- a/monitoring/prometheus.yml +++ b/monitoring/prometheus.yml @@ -10,8 +10,6 @@ scrape_configs: - targets: [ 'app:8000' ] - job_name: 'worker' - metrics_path: /prometheus/metrics - scheme: http static_configs: - targets: [ 'worker:8888' ]