On 24.05.22 15:54, Brian Brazil wrote:
> On Tue, 24 May 2022 at 15:38, 'Fabian Stäber' via Prometheus Developers <
> prometheus-developers@googlegroups.com> wrote:
> 
> >
> > I'm wondering: Is this how the Created timestamp for Summary metrics is
> > supposed to be implemented?
> >
> 
> Unless I messed up, it is implemented correctly in client_java.

And IIRC, it's the same way in client_golang. That's just the way it
is. The pre-calculated quantiles are not very "Promethean", as you
cannot really do anything with them at query time. The count and the
sum in the Summary (and additionally the bucket counts in a Histogram)
can be used for any desired time range (in the `rate` or `increase`
function). They are just different beasts.

-- 
Björn Rabenstein
[PGP-ID] 0x851C3DA17D748D03
[email] bjo...@rabenste.in

-- 
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 prometheus-developers+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/prometheus-developers/Yo5LgGiputmsuPvW%40mail.rabenste.in.

Reply via email to