For better supporting self-monitoring, a set of system Cubes are created under the system project, called “KYLIN_SYSTEM”. Currently, there are five Cubes. Three are for query metrics, “METRICS_QUERY_EXECUTION”, “METRICS_QUERY_SPARK_JOB”, “METRICS_QUERY_SPARK_STAGE”. And the other two are for job metrics, “METRICS_JOB”, “METRICS_JOB_EXCEPTION”.
Please check document: How to use System Cube in Kylin4.0
For all of these Cube, admins can query at four time granularities. From higher level to lower, it's as follows:
This Cube is for collecting query metrics at the Spark Execution level.
This Cube is for collecting Spark Job level query metrics.
This Cube is for collecting Spark Stage level query metrics.
In Kylin, there are mainly three types of job:
This Cube is for collecting job metrics. The details are as follows:
This Cube is for collecting job exception metrics. The details are as follows: