-
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? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.