This view returns all the metrics related to the database, meaning that it presents the aggregated metrics for the whole cluster

The output is ordered by the metric_name column.

The following table lists the output’s columns:

Column nameData typeDescription
METRIC_NAMEVARCHAR(255)Unique short name for the metric. This is the filter column.
METRIC_IDINTThe unique metric identifier. Correlates to SHOW METRIC DESCRIPTION.
VALUEINTCurrent value for the metric (rounded up)
QUERY_TIMESTAMPTIMESTAMPRepresent the query time. The output of current_timestamp function.