Re: Making sense of Meter metrics graph on Grafana

2020-07-29 Thread Manish G
Thanks. Got it. With regards On Wed, Jul 29, 2020 at 8:18 PM Chesnay Schepler wrote: > Yes; a rate of 1 means that 1 event occurred per second, which in your > case means one call to markEvent() per second. > > Note that the default Meter implementation calculates the rate per > second over the

Re: Making sense of Meter metrics graph on Grafana

2020-07-29 Thread Chesnay Schepler
Yes; a rate of 1 means that 1 event occurred per second, which in your case means one call to markEvent() per second. Note that the default Meter implementation calculates the rate per second over the last minute (basically, rate(T) = (count(T) - count(T-60)) / 60; so short spikes tend to be f