No, the Python client doesn't support quantiles on summaries. Unless you only have one instance of your application, you want to use a Histogram anyway. Summaries can not be aggregated across servers.
On Thu, Jul 8, 2021 at 10:40 AM [email protected] < [email protected]> wrote: > > Hi. I want to integrate my python application with Prometheus for > monitoring. For summary type metric, I have seen that we have quantiles > that we can add to the metrics but for python client, I do not see the > option to add quantiles to the summary type metric. For Go and Java, it is > available. > Am I missing something here or does the python_client does not have the > option to add quantiles to the summary metric? > > Thanks in advance! > > -- > You received this message because you are subscribed to the Google Groups > "Prometheus Users" 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-users/c05d05ca-18f1-4c50-a62b-a2c499d92b36n%40googlegroups.com > <https://groups.google.com/d/msgid/prometheus-users/c05d05ca-18f1-4c50-a62b-a2c499d92b36n%40googlegroups.com?utm_medium=email&utm_source=footer> > . > -- You received this message because you are subscribed to the Google Groups "Prometheus Users" 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-users/CABbyFmq0utqpBVp_PEaS9mTYHtVq4aX8qmp3iu_1a6zsBgHkKw%40mail.gmail.com.

