9aman commented on code in PR #15008: URL: https://github.com/apache/pinot/pull/15008#discussion_r1955880129
########## pinot-server/src/main/java/org/apache/pinot/server/api/resources/InstanceResource.java: ########## @@ -97,4 +103,22 @@ public Map<String, String> getInstancePools() { Map<String, String> pools = instanceConfig.getRecord().getMapField(InstanceUtils.POOL_KEY); return pools == null ? Collections.emptyMap() : pools; } + + @GET + @Produces(MediaType.APPLICATION_JSON) + @Path("/diskUtilization") Review Comment: @rajagopr Why can't we have this wrapper at the server level as well. The controller then can pass the type of resources it wants from the server e.g. disk etc, as mentioned by @shounakmk219 -- 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: commits-unsubscr...@pinot.apache.org 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