On 8/2/20 5:55 PM, utkarsh yadav wrote: > 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?
Does this help? https://github.com/prometheus/client_python#multiprocess-mode-gunicorn Ciao, Michael. -- 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/f5e9e822-06ab-36a4-f9bf-23328bfdd06b%40stroeder.com.

