erdengk commented on code in PR #3372:
URL: https://github.com/apache/incubator-shenyu/pull/3372#discussion_r865526155
##########
shenyu-integrated-test/shenyu-integrated-test-common/src/main/java/org/apache/shenyu/integratedtest/common/helper/HttpHelper.java:
##########
@@ -48,6 +48,11 @@ public class HttpHelper {
*/
public static final String GATEWAY_END_POINT = "http://localhost:9195";
+ /**
+ * The constant test metrics plugin.
+ */
+ public static final String METRICS_END_POINT = "http://localhost:8090";
Review Comment:
Ok. I'm still testing it, and I'll clean up the code before the final review.
--
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]