EmmyMiao87 commented on a change in pull request #8370: URL: https://github.com/apache/incubator-doris/pull/8370#discussion_r822334706
########## File path: be/src/util/metrics.h ########## @@ -414,6 +414,7 @@ class MetricRegistry { std::string to_prometheus(bool with_tablet_metrics = false) const; std::string to_json(bool with_tablet_metrics = false) const; std::string to_core_string() const; + std::string to_json_by_name(const std::string& name, const std::string& group) const; Review comment: There is no problem at the code level, but what is the main phenomenon after adding this function? -- 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