Hi Brian, Thank you for the answer, I'll give it a try, it looks it's what I was looking for.
Regards, Marcos. El sábado, 13 de junio de 2020, 8:54:20 (UTC+2), Brian Candler escribió: > > foo - foo offset 2d > > However if you want counter resets to be taken into account, you may > prefer to use increase() > <https://prometheus.io/docs/prometheus/latest/querying/functions/#increase> > : > increase(foo[2d]) > > Note that increase() takes the rate and extrapolates over the full 2d > period, so won't exactly line up with the counter values. > > -- 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/15d7a9fd-d243-4dfe-aa78-cfea0a3f6135o%40googlegroups.com.

