healchow commented on code in PR #4134:
URL: https://github.com/apache/incubator-inlong/pull/4134#discussion_r867923588
##########
inlong-manager/manager-service/src/main/java/org/apache/inlong/manager/service/core/impl/InlongGroupServiceImpl.java:
##########
@@ -421,4 +434,38 @@ public void saveOrUpdateExt(String groupId,
List<InlongGroupExtInfo> infoList) {
LOGGER.info("success to save or update inlong group ext for
groupId={}", groupId);
}
+ @Override
+ public InlongGroupTotalMetricResponse getMetric(InlongGroupMetricRequest
request) {
Review Comment:
Please refer to the `HeartbeatController`, and re-consider the design of
those interfaces.
--
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]