ibessonov commented on code in PR #6692:
URL: https://github.com/apache/ignite-3/pull/6692#discussion_r2413370026


##########
modules/storage-api/src/main/java/org/apache/ignite/internal/storage/engine/StorageEngine.java:
##########
@@ -73,6 +75,16 @@ public interface StorageEngine {
      */
     void destroyMvTable(int tableId);
 
+    /**
+     * Adds metrics related to the table to the given metric consumer.
+     *
+     * @param tableDescriptor Table descriptor.
+     * @param metricConsumer Metric consumer.
+     */
+    default void addTableMetrics(StorageTableDescriptor tableDescriptor, 
Consumer<Metric> metricConsumer) {

Review Comment:
   I replaced it with a specific class, thank you!



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