diff --git a/infra/observability/prometheus/prometheus.yml b/infra/observability/prometheus/prometheus.yml index a29cc75b..4838bc1c 100644 --- a/infra/observability/prometheus/prometheus.yml +++ b/infra/observability/prometheus/prometheus.yml @@ -20,7 +20,4 @@ scrape_configs: - job_name: ocr-service metrics_path: /metrics static_configs: - # TODO: remove or add prometheus-client to ocr-service. - # The Python OCR service does not currently expose Prometheus metrics. - # This target will show as DOWN until prometheus-client is added to ocr-service. - targets: ['ocr:8000']