[prometheus-users] Re: rate/increase function gives unexpected spike

2020-08-13 Thread Brian Candler
rate and irate should take care of that automatically. However if the counter goes 300,000 -> 0 -> 300,000 then you'll see a big spike of course. -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop

[prometheus-users] Re: rate/increase function gives unexpected spike

2020-08-13 Thread Johny
I just realized the issue is with counter decreasing at times and losing monotonicity. Thanks. -- 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

[prometheus-users] Re: rate/increase function gives unexpected spike

2020-08-13 Thread Brian Candler
Can you provide more direct evidence of your claim - i.e. the exact API calls and responses you are performing to get the values you show? And what prometheus version? -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from