You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by Andrew Bialecki <an...@klaviyo.com> on 2016/10/25 19:06:58 UTC

metrics not resetting after running proxyhistograms or cfhistograms

We're running 3.6. Running "nodetool proxyhistograms" twice, we're seeing
the same data returned each time, but expecting the second run to be reset.
We're seeing the same behavior with "nodetool cfhistograms."

I believe resetting after each call used to be the behavior, did that
change in recent version? We've confirmed metrics reset after the service
is restarted.

-- 
AB

Re: metrics not resetting after running proxyhistograms or cfhistograms

Posted by Chris Lohfink <cl...@gmail.com>.
That behavior went away with 2.2.
https://issues.apache.org/jira/browse/CASSANDRA-11752 adds decay to it to
make it recent data which is much better then just reseting on reads.

Chris

On Tue, Oct 25, 2016 at 2:06 PM, Andrew Bialecki <
andrew.bialecki@klaviyo.com> wrote:

> We're running 3.6. Running "nodetool proxyhistograms" twice, we're seeing
> the same data returned each time, but expecting the second run to be reset.
> We're seeing the same behavior with "nodetool cfhistograms."
>
> I believe resetting after each call used to be the behavior, did that
> change in recent version? We've confirmed metrics reset after the service
> is restarted.
>
> --
> AB
>