You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
django-prometheusimplemented a strategy where if you have multiple workers, the HTTP server for metric will be attempted to be started on a range of ports. Perhaps that's an idea?
@dmartincc You can set a prometheus_multiproc_dir environment variable, so that prometheus will handle multiprocess by itself. It is undocumented feature. Note that you must create that directory yourself before any of the metrics will be collected.
When running a flask app with Gunicorn the metrics monitoring doesn't work, do you plan to setup a multithreading capability for multiple workers?
The text was updated successfully, but these errors were encountered: