未验证 提交 3c4f2af1 编写于 作者: R Rei Shimizu 提交者: GitHub

change log REST endpoint with v3 prefixed (#7062)

上级 d5348c93
......@@ -45,7 +45,7 @@ Json log record example:
## HTTP API
Report `json` format logs via HTTP API, the endpoint is http://<oap-address>:12800/logs.
Report `json` format logs via HTTP API, the endpoint is http://<oap-address>:12800/v3/logs.
Json log record example:
......
......@@ -90,6 +90,6 @@ public class LogReportServiceRestHandler extends JettyHandler {
@Override
public String pathSpec() {
return "/logs";
return "/v3/logs";
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册