yiguolei commented on code in PR #13985: URL: https://github.com/apache/doris/pull/13985#discussion_r1015023826
########## fe/fe-core/src/main/java/org/apache/doris/common/util/ProfileManager.java: ########## @@ -67,6 +67,11 @@ public class ProfileManager { public static final String DEFAULT_DB = "Default Db"; public static final String SQL_STATEMENT = "Sql Statement"; public static final String IS_CACHED = "Is Cached"; + + public static final String TOTAL_INSTANCES_NUM = "Total Instances Num"; + + public static final String INSTANCES_NUM_PER_FRAGMENT = "Instances Num Per Fragment"; Review Comment: Need backends list --> instance num -- 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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org