daradurvs commented on a change in pull request #6845: IGNITE-12145: Monitoring list engine. URL: https://github.com/apache/ignite/pull/6845#discussion_r322402116 ########## File path: modules/core/src/main/java/org/apache/ignite/internal/processors/metric/PushMetricsExporterAdapter.java ########## @@ -36,8 +38,14 @@ /** Metric registry. */ protected ReadOnlyMetricRegistry mreg; + /** Monitoring list registry. */ + protected ReadOnlyMonitoringListRegistry mlreg; + /** Metric filter. */ - protected @Nullable Predicate filter; + protected @Nullable Predicate mregFilter; + + /** Monitoring list filter. */ + protected @Nullable Predicate> mlistFilter; Review comment: 2 spaces ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: users@infra.apache.org With regards, Apache Git Services