yl09099 commented on code in PR #2453:
URL: https://github.com/apache/uniffle/pull/2453#discussion_r2051966450
##########
common/src/main/java/org/apache/uniffle/common/web/resource/MetricResource.java:
##########
@@ -38,7 +38,6 @@ public class MetricResource extends BaseMetricResource {
@Context protected ServletContext servletContext;
@GET
- @Path("/")
Review Comment:
> Why do we remove this?
Because the following warning is abnormal: The (sub)resource method metrics
in org.apache.uniffle.common.web.resource.MetricResource contains empty path
annotation.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]