maedhroz commented on code in PR #3742:
URL: https://github.com/apache/cassandra/pull/3742#discussion_r1887461932
##########
src/java/org/apache/cassandra/tools/NodeProbe.java:
##########
@@ -1892,7 +1892,66 @@ public Object getThreadPoolMetric(String pathName,
String poolName, String metri
}
}
- /**
+ public Object getSAIIndexMetrics(String ks, String cf, String metricName) {
Review Comment:
```suggestion
public Object getSaiMetric(String ks, String cf, String metricName) {
```
--
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]