kipshi commented on code in PR #5332:
URL: https://github.com/apache/inlong/pull/5332#discussion_r936422711
##########
inlong-agent/agent-common/src/main/java/org/apache/inlong/agent/constant/FetcherConstants.java:
##########
@@ -53,12 +53,13 @@ public class FetcherConstants {
public static final String AGENT_MANAGER_REPORTSNAPSHOT_HTTP_PATH =
"agent.manager.reportsnapshot.http.path";
public static final String DEFAULT_AGENT_MANAGER_REPORTSNAPSHOT_HTTP_PATH
= "/agent/reportSnapshot";
+ public static final String AGENT_MANAGER_HEARTBEAT_HTTP_PATH =
"agent.manager.heartbeat.http.path";
+ public static final String DEFAULT_AGENT_MANAGER_HEARTBEAT_HTTP_PATH =
"/openapi/heartbeat/report";
Review Comment:
done
--
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]