sashapolo commented on code in PR #6062:
URL: https://github.com/apache/ignite-3/pull/6062#discussion_r2153696358


##########
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/PersistentPageMemory.java:
##########
@@ -290,6 +291,11 @@ private void initMetrics() {
         metricSource.addMetric(new IntGauge(
                 "MaxCheckpointBufferPages", "The capacity of checkpoint buffer 
in pages.", this::maxCheckpointBufferPages
         ));
+        metricSource.addMetric(new LongGauge(
+                "MaxSize",
+                "Maximum region size in bytes.",

Review Comment:
   Do we still have data regions? I would rephrase it to something like: 
"Maximum in-memory cache capacity"



-- 
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: notifications-unsubscr...@ignite.apache.org

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

Reply via email to