morningman commented on a change in pull request #3744:
URL: https://github.com/apache/incubator-doris/pull/3744#discussion_r438853945



##########
File path: be/src/service/http_service.cpp
##########
@@ -91,7 +91,7 @@ Status HttpService::start() {
     // register metrics
     {
         auto action = new MetricsAction(DorisMetrics::instance()->metrics());
-        _ev_http_server->register_handler(HttpMethod::GET, "/metrics", action);
+        _ev_http_server->register_handler(HttpMethod::GET, "/api/metrics", 
action);

Review comment:
       Better not changing it.




----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to