|
We have a python application, started by systemd. When we restart the app for any reason, we end up with a new metric being created ( assume because the PID value changes) when I query There is another prom client running ont his same server, which uses flask/gunicorn, so its setup for the multiproc stuff. My guess is this is somehow interferring? |
Answered by
jseiser
Jan 10, 2023
Replies: 1 comment
|
OK, there is a gunicorn flask app on this same server, and it is what is exposing the metrics, so I think we need to actually configure this for multiproc support. |
0 replies
Answer selected by
csmarchbanks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK, there is a gunicorn flask app on this same server, and it is what is exposing the metrics, so I think we need to actually configure this for multiproc support.