feat(ocr): expose Prometheus /metrics endpoint with OCR-domain counters #653
@@ -20,7 +20,4 @@ scrape_configs:
|
|||||||
- job_name: ocr-service
|
- job_name: ocr-service
|
||||||
metrics_path: /metrics
|
metrics_path: /metrics
|
||||||
static_configs:
|
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']
|
- targets: ['ocr:8000']
|
||||||
|
|||||||
Reference in New Issue
Block a user