mcvsubbu commented on a change in pull request #6172:
URL: https://github.com/apache/incubator-pinot/pull/6172#discussion_r510478379



##########
File path: 
pinot-server/src/main/java/org/apache/pinot/server/api/resources/TableSizeResource.java
##########
@@ -119,4 +122,33 @@ public String getTableSizeOld(
       throws WebApplicationException {
     return this.getTableSize(tableName, detailed);
   }
+
+  @GET
+  @Produces(MediaType.APPLICATION_JSON)
+  @Path("/tables/{tableName}/avgMemoryConsumedRealtime")

Review comment:
       In that case, do the existing metrics help? I am sure you already gave 
it a thought, but I am curious to know what is lacking. 




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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org
For additional commands, e-mail: commits-h...@pinot.apache.org

Reply via email to