--
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-devel...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
And if you really need to just drop all negative values,
<any expression> >= 0
will do the trick. It works on a per-timeseries level.
/mr
And if you really need to just drop all negative values,
<any expression> >= 0
will do the trick. It works on a per-timeseries level.
/mr
On Jan 18, 2016 09:22, "Ben Kochie" <sup...@gmail.com> wrote:
Is this a rate of a counter metric? Why not use rate() or irate() instead? Graphite is missing a proper counter reset handling rate function, which is why you have to use nonNegativeDerivative.
On Mon, Jan 18, 2016 at 9:16 AM, Xabier Larrakoetxea <slo...@gmail.com> wrote:
Hi!I'm having a problem using deriv function, because when I do deployments a big valley is rendered on my graph, you can see on the image:
In graphite you would use nonNegativeDerivative to overcome this issue, Is there a way to do something similar in prometheus?
--
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+unsub...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
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+unsub...@googlegroups.com.