-
Notifications
You must be signed in to change notification settings - Fork 161
New issue
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
Could not import prometheus_flask_exporter.multiprocess #161
Comments
Hello, Looking at the commits, I don't think anything multiprocessing related was changed there, it should still be supported (assuming prometheus_client continues to support it). Can you give some more details on what is not working, perhaps what commands you're running and what error messages you get? |
Thanks. |
If you're still having trouble with this, perhaps have a look at some of the examples in this repo that are supposed to work (haven't run them for a few weeks probably). |
Ok Thanks |
Hi there,
I recently started using prometheus for monitoring my flask applications, specifically using prometheus_flask_exporter. I found out that the current version of the exporter did not have a multiprocess module in it. This I resort to the previous version prometheus-flask-exporter==0.22.4 which worked perfectly.
I would kindly ask if there were some changes to the current version and weather or not the multiprocess module wont be supported in the future versions. Thanks
The text was updated successfully, but these errors were encountered: