> This seems to do a bunch of pre-calculation for things like min/max/avg that are better done in PromQL.
I think the main point is that you want higher resolution data, but
don't want to store individual results as they provide little data.
When we are trying to monitor certain things we want the results of
things like ping -c 30 every 30 seconds but definitely don't want to
store the results of individual echo responses. The problem with doing
things in PromQL with this type of data is that the resolution would
need to be superhigh to do meaningful comparison.
> ping_rtt_seconds{type=worst}
since last scrape, I would assume.
> Doing this with `max_over_time()` in PromQL allows the user to decide what timeframe to look at.
and by decide you mean any timeframe that is > scrape interval, right?
We are definitely giving this a spin. Thanks for the contribution,
this looks promising to solve a few issues for us:)
--
B
> To view this discussion on the web visit
https://groups.google.com/d/msgid/prometheus-users/CABbyFmoZE4t1LdgdtSFhrQ_gBfj7_LW6x_nNeG4w02OTL3Oa4Q%40mail.gmail.com.