You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kylin.apache.org by ni...@apache.org on 2020/01/20 10:43:25 UTC

[kylin] branch master updated (43b248d -> e3799c3)

This is an automated email from the ASF dual-hosted git repository.

nic pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/kylin.git.


    from 43b248d  Prevent uncontrolled data used in path expression
     add e3799c3  KYLIN-4294: Add http api for metrics

No new revisions were added by this update.

Summary of changes:
 .../kylin/rest/controller/MetricsController.java   | 65 ++++++++++++++++++++++
 .../apache/kylin/rest/service/MetricsService.java  | 63 +++++++++++++++++++++
 server/src/main/resources/kylinSecurity.xml        |  2 +
 .../MetricsControllerTest.java}                    | 32 +++++------
 4 files changed, 145 insertions(+), 17 deletions(-)
 create mode 100644 server-base/src/main/java/org/apache/kylin/rest/controller/MetricsController.java
 create mode 100644 server-base/src/main/java/org/apache/kylin/rest/service/MetricsService.java
 copy server/src/test/java/org/apache/kylin/rest/{service/KylinUserGroupServiceTest.java => controller/MetricsControllerTest.java} (59%)