I am running a Fastapi python server along with multiple celery workers to process tasks in background. So basically two apps are running in parallel. But the prometheus metrics of tasks run by worker process are not getting exposed at the /metrics endpoint. Anybody has any idea how to get around this?
-- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/prometheus-users/61aebe43-3e60-4c97-abe6-934f88db3118o%40googlegroups.com.

