maedhroz commented on code in PR #3742:
URL: https://github.com/apache/cassandra/pull/3742#discussion_r1887396351
##########
src/java/org/apache/cassandra/tools/nodetool/stats/StatsTable.java:
##########
@@ -82,4 +82,15 @@ public class StatsTable
public double localReadWriteRatio;
public Long twcsDurationInMillis;
public String twcs;
+
+ public double QueryLatencyMs;
+ public double PostFilteringReadLatencyms;
+ public String DiskUsedBytes;
+ public double SSTableIndexesHit;
+ public double IndexSegmentsHit;
+ public double RowsFiltered;
+ public long TotalQueryTimeouts;
+ public int TotalIndexCount;
+ public int TotalQueryableIndexCount;
+ public String TotalQueryableIndexRatio;
Review Comment:
nit/style: For the above, make sure to start field names w/ lower-case letter
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]