Insight: Unmonitored Tables
Tables where some or all of MCs automated monitors will not alert because there is not enough consistent training data.
FULL_TABLE_ID : A concatenation of project, dataset and table name
IMPORTANCE_SCORE : A score from 0-1 expressed as a decimal. See how it is calculate below.
IS_MUTED: True if the table is muted; meaning you will not receive notifications with alerts. False otherwise.
VOLUME_CHANGE_IS_ACTIVE: True if the monitor is active, False if it is not active.
VOLUME_CHANGE_INACTIVE_SINCE: The date that the monitor became inactive, 'null' where the monitor is active.
UNCHANGED_SIZE_IS_ACTIVE: True if the monitor is active, False if it is not active.
UNCHANGED_SIZE_INACTIVE_SINCE: The date that the monitor became inactive, 'null' where the monitor is active.
FRESHNESS_ACTIVE: True if the monitor is active, False if it is not active.
FRESHNESS_INACTIVE_SINCE: The date that the monitor became inactive, 'null' where the monitor is active.
VOLUME_SLO: True if there is a custom Volume SLO monitor on the table, False otherwise.
FRESHNESS_SLO: True if there is a custom Freshness SLO monitor on the table, False otherwise.
Updated about 1 month ago