> > org.apache.cassandra.metrics.ClientRequest.Latency.Read these measure the > latency in milliseconds >
Its actually in microseconds, unless calling the values() operation which gives the histogram in nanoseconds On Wed, May 29, 2019 at 4:34 PM Paul Chandler <p...@redshots.com> wrote: > There are various attributes under > org.apache.cassandra.metrics.ClientRequest.Latency.Read these measure the > latency in milliseconds > > Thanks > > Paul > www.redshots.com > > > On 29 May 2019, at 15:31, shalom sagges <shalomsag...@gmail.com> wrote: > > > > Hi All, > > > > I'm creating a dashboard that should collect read/write latency metrics > on C* 3.x. > > In older versions (e.g. 2.0) I used to divide the total read latency in > microseconds with the read count. > > > > Is there a metric attribute that shows read/write latency without the > need to do the math, such as in nodetool tablestats "Local read latency" > output? > > I saw there's a Mean attribute in > org.apache.cassandra.metrics.ReadLatency but I'm not sure this is the right > one. > > > > I'd really appreciate your help on this one. > > Thanks! > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@cassandra.apache.org > For additional commands, e-mail: user-h...@cassandra.apache.org > >