arjunashok commented on code in PR #135:
URL: https://github.com/apache/cassandra-sidecar/pull/135#discussion_r1775610251


##########
client-common/src/main/java/org/apache/cassandra/sidecar/common/ApiEndpointsV1.java:
##########
@@ -109,6 +109,8 @@ public final class ApiEndpointsV1
     public static final String ABORT_RESTORE_JOB_ROUTE = RESTORE_JOB_ROUTE + 
ABORT;
     public static final String RESTORE_JOB_PROGRESS_ROUTE = RESTORE_JOB_ROUTE 
+ PROGRESS;
 
+    public static final String CLIENT_STATS_ROUTE = API_V1 + CASSANDRA + 
"/client-stats";

Review Comment:
   I would like to have additional "context" in the URI between `cassandra` and 
the operation - `client-stats`. This was `storage` previously. Reviewers - Lmk 
your thoughts.



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