From e75ac8ec451f967f940899fde3bf32c72d345f9f Mon Sep 17 00:00:00 2001 From: Marcel Date: Thu, 21 May 2026 16:16:51 +0200 Subject: [PATCH] ops(observability): drop TODO from ocr-service scrape job in prometheus.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The TODO was a placeholder for this work — the OCR service now exposes /metrics so the target will flip from DOWN to UP on next image rebuild. Refs #652 Co-Authored-By: Claude Sonnet 4.6 --- infra/observability/prometheus/prometheus.yml | 3 --- 1 file changed, 3 deletions(-) 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']