Hii everyone, 
         We have multiple independent deamons of same application in a 
machine. I would like to serve aggregated metrics from a single port , 
rather than starting server in each deamon and treating them as a separate 
time series. I can handle the exposition part with try.. except so that the 
first deamon that gets hold of the port  can start the server. My doubt is 
regarding the correctness of metrics data if i use the python client's 
multiprocessing support. (as it is not a direct use of gunicorn or 
multiprocessing module) . Is there any chance of ending up with incorrect 
data if i use this approach . Thanks in advance.

-- 
You received this message because you are subscribed to the Google Groups 
"Prometheus Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-developers/c114f597-e1cc-4ca8-81d4-fbb2f15c3464n%40googlegroups.com.

Reply via email to