tkalkirill commented on code in PR #6062: URL: https://github.com/apache/ignite-3/pull/6062#discussion_r2153756075
########## 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: I think there is, for "aipersist" and "aimem" we operate with this. For example,`org.apache.ignite.internal.pagememory.configuration.schema.PersistentPageMemoryProfileConfigurationSchema#sizeBytes`, indicates the size of the region. -- 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