[
https://issues.apache.org/jira/browse/CASSANDRA-8702?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
T Jake Luciani updated CASSANDRA-8702:
--------------------------------------
Component/s: Observability
> LatencyMetrics is reporting total latency in nanoseconds rather than
> microseconds
> ----------------------------------------------------------------------------------
>
> Key: CASSANDRA-8702
> URL: https://issues.apache.org/jira/browse/CASSANDRA-8702
> Project: Cassandra
> Issue Type: Bug
> Components: Observability
> Reporter: Mike Adamson
> Assignee: T Jake Luciani
> Fix For: 2.2.0 beta 1
>
> Attachments: 8702.txt
>
>
> I don't know if this is the desired behaviour but all the comments in the
> code indicate that it should be reporting microseconds.
> A single write shows the following:
> {code}
> WriteLatency
> ------------
> Count: 1
> Min: 315.853
> Max: 379.022
> WriteTotalLatency
> -----------------
> Count: 339667
> {code}
> In LatencyMetrics:
> {code}
> /** Total latency in micro sec */
> public final Counter totalLatency;
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)