This view returns the current metrics of the cluster devices. Ordered by the (metric_name, device_id) columns. Data can be filtered with the IN DEVICE device_id parameter. 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.
MODULE_IDINTThe identifier of the module
DEVICE_IDVARCHAR(32)The unique device identifier.
VALUEINTCurrent value for the metric (rounded up)
QUERY_TIMESTAMPTIMESTAMPRepresent the query time. The output of current_timestamp function.