Skip to content

support summary #5

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
siddontang opened this issue Aug 12, 2016 · 11 comments
Open

support summary #5

siddontang opened this issue Aug 12, 2016 · 11 comments
Assignees

Comments

@siddontang
Copy link
Contributor

No description provided.

@xiang90
Copy link

xiang90 commented Aug 12, 2016


Fabian Reinartz [8:01 AM]  
Also don't worry about about client-side histograms (a.k.a summaries)

[8:01]  
provide a summary type but only do the _count and _sum metrics and skip the quantiles, histograms are superior anyway

@ngaut
Copy link
Member

ngaut commented Aug 12, 2016

Thank you very much @xiang90
PTAL @overvenus

@overvenus
Copy link
Member

@xiang90 Thanks for reminding

@posix4e
Copy link

posix4e commented Aug 31, 2016

If you look at the meter in rust-metrics we might get far.

@siddontang
Copy link
Contributor Author

Thanks @posix4e, we will see it.

@ccmtaylor
Copy link
Contributor

IME, summaries aren't very useful in practice since you can't meaningfully aggregate them across multiple instances of a service. The prometheus docs go into this in some detail, and the go client has deprecated the auto-instrumentation functions for HTTP handlers for this reason (amongst others).

@siddontang
Copy link
Contributor Author

Thanks @ccmtaylor

The summary has a low priority, but if other clients still support it, we may support it later.

@kaxap
Copy link

kaxap commented Jun 28, 2020

any news on this?

@breezewish
Copy link
Member

Hi, @kaxap currently there is no on-going work for Summary.

quodlibetor added a commit to quodlibetor/rust-prometheus that referenced this issue Jul 3, 2020
@hdost
Copy link

hdost commented Dec 9, 2020

I would personally close this issue summaries are an anti-pattern and when using buckets can be easily derived. https://prometheus.io/docs/practices/histograms/

@jolestar
Copy link

Any news on this?

I try to find a way to integrate Prometheus with AWS CloudWatch, CloudWatch does not support Histogram(ContainerInsights-Prometheus-metrics-conversion), so I try to replace histogram with Summary(starcoinorg/starcoin#1738).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

10 participants