Git Product home page Git Product logo

Comments (11)

ccmtaylor avatar ccmtaylor commented on July 30, 2024 1

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).

from rust-prometheus.

xiang90 avatar xiang90 commented on July 30, 2024

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

from rust-prometheus.

ngaut avatar ngaut commented on July 30, 2024

Thank you very much @xiang90
PTAL @overvenus

from rust-prometheus.

overvenus avatar overvenus commented on July 30, 2024

@xiang90 Thanks for reminding

from rust-prometheus.

posix4e avatar posix4e commented on July 30, 2024

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

from rust-prometheus.

siddontang avatar siddontang commented on July 30, 2024

Thanks @posix4e, we will see it.

from rust-prometheus.

siddontang avatar siddontang commented on July 30, 2024

Thanks @ccmtaylor

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

from rust-prometheus.

kaxap avatar kaxap commented on July 30, 2024

any news on this?

from rust-prometheus.

breezewish avatar breezewish commented on July 30, 2024

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

from rust-prometheus.

hdost avatar hdost commented on July 30, 2024

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/

from rust-prometheus.

jolestar avatar jolestar commented on July 30, 2024

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).

from rust-prometheus.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.