Is it possible to monitor flask socketio app using prometheus ? #1010
Unanswered
sparkingdark
asked this question in
Q&A
Replies: 1 comment 2 replies
-
You should be able to use any Socket.IO monitoring solution, doesn't need to be specific to Flask or Python. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
So basically I started looking into options so that I can monitor the python flask apps using Prometheus regarding there request and response time. Is it possible to do with the python flask socketio we are currently using this project into some of our projects.
For the HTTP service I used another open source library flask-prometheus
which can send the metrics to Prometheus, but this does not work for flask socketio.
If anyone used before anything related to monitoring let me know.
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions