virajjasani commented on code in PR #1976:
URL: https://github.com/apache/phoenix/pull/1976#discussion_r1753119667


##########
phoenix-core-client/src/main/java/org/apache/phoenix/schema/metrics/MetricsMetadataSource.java:
##########
@@ -88,6 +88,24 @@ public interface MetricsMetadataSource {
     String DROP_FUNCTION_COUNT = "dropFunctionCount";
     String DROP_FUNCTION_COUNT_DESC = "Count of DROP FUNCTION DDL statements";
 
+    String METADATA_CACHE_USED_SIZE = "metadataCacheEstimatedUsedSize";
+    String METADATA_CACHE_USED_SIZE_DESC = "Estimated used size of the 
metadata cache";

Review Comment:
   nit: `METADATA_CACHE_ESTIMATED_USED_SIZE`



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

Reply via email to