sunil9977 commented on code in PR #3742:
URL: https://github.com/apache/cassandra/pull/3742#discussion_r1890122822


##########
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:
   Added prefix as sai.



-- 
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]

Reply via email to