denis-chudov commented on code in PR #6077: URL: https://github.com/apache/ignite-3/pull/6077#discussion_r2156840735
########## modules/runner/src/main/java/org/apache/ignite/internal/app/ThreadPoolsManager.java: ########## @@ -42,6 +47,9 @@ public class ThreadPoolsManager implements IgniteComponent { private static final IgniteLogger LOG = Loggers.forClass(ThreadPoolsManager.class); + /** Group for a thread pools. */ + private static final String THREAD_POOLS = "thread.pools."; Review Comment: ```suggestion private static final String THREAD_POOLS_METRICS_PACKAGE = "thread.pools."; ``` -- 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