You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've been trying to use multiprocessing mode but I'm struggling to make it work properly.
Even though I set the multiprocess directory, no metric writes any files. I've checked for permissions for writing in the directory and they exist.
I'm currently trying to work with a Gauge in the livesum mode. The metric is incrementing properly within the application but no updates are made available to Prometheus. Is anything else other than setting the directory and a multiprocess mode for the Gauge needed that I might be missing?
I'm using Prometheus inside a Docker container with the port forwarding.
The text was updated successfully, but these errors were encountered:
I've been trying to use multiprocessing mode but I'm struggling to make it work properly.
Even though I set the multiprocess directory, no metric writes any files. I've checked for permissions for writing in the directory and they exist.
I'm currently trying to work with a Gauge in the livesum mode. The metric is incrementing properly within the application but no updates are made available to Prometheus. Is anything else other than setting the directory and a multiprocess mode for the Gauge needed that I might be missing?
I'm using Prometheus inside a Docker container with the port forwarding.
The text was updated successfully, but these errors were encountered: