[prometheus-developers] Calculating quantiles with summaries.

2020-10-19 Thread Mounya A
Hello all, I have a question regarding calculting qunatiles in prometheus. I can only see every body mentioning the use of histograms to calculate qunatiles .We have quantile function in promql right? . Is it appropriate to use this function with summaries? Query I am using.

[prometheus-developers] Multiprocessing of python_client for independent python deamons

2020-08-28 Thread Mounya A
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

Re: [prometheus-developers] Multiprocessing of python_client for independent python deamons

2020-08-28 Thread Mounya A
those mentioned in the documentation??Thanks in advance. On Friday, August 28, 2020 at 12:14:30 PM UTC+5:30 brian@robustperception.io wrote: > On Fri, 28 Aug 2020 at 07:39, Mounya A wrote: > >> Hii everyone, >> We have multiple independent deamons o

Re: [prometheus-developers] How. to deal with outdated series in alerts.

2020-11-16 Thread Mounya A
TP > metrics, we can separately instrument the code with another metric that we > control, and where we can "increment by zero" for all possible label > combinations on startup. > > /MR > > On Sun, Nov 15, 2020, 17:00 Mounya A wrote: > >> Hello all, >>

[prometheus-developers] How. to deal with outdated series in alerts.

2020-11-15 Thread Mounya A
Hello all, I have a question - how do we deal with labels that are no longer there (intentionally stopped) in alerts. Will there be any threshold time to consider it as stale or unwanted. I have configured an alert when rate(requests[1m]) == 0. It is firing alerts for labels,