We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently we run 2 threads: API and cron. We are only reporting metrics to Prometheus from the API thread.
https://github.com/prometheus/client_python#multiprocess-mode-gunicorn
This documentation describes how to set up multiprocess support in prometheus_client. It's a little involved.
prometheus_client
The text was updated successfully, but these errors were encountered:
#65
Sorry, something went wrong.
@danpalmer did #65 fix this entirely, or is there an outstanding issue here?
No branches or pull requests
Currently we run 2 threads: API and cron. We are only reporting metrics to Prometheus from the API thread.
https://github.com/prometheus/client_python#multiprocess-mode-gunicorn
This documentation describes how to set up multiprocess support in
prometheus_client
. It's a little involved.The text was updated successfully, but these errors were encountered: