Fix celery metrics not reaching Prometheus and update Grafana dashboard
Init OTel metrics at module level in celery_app.py so prefork child processes inherit the MeterProvider and PrometheusMetricReader from the parent. Previously, worker_process_init created a separate MeterProvider in each child, disconnected from the HTTP server in the main process — so all scrape/celery/OCR metrics were silently lost. Update Grafana dashboard with API Performance and Frontend Performance sections, synced from the live cluster dashboard.
This commit is contained in:
parent
bfee06525b
commit
67d4ab3821
2 changed files with 2510 additions and 250 deletions
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue