ENUM
DhrcMetric
Description
The metric identity.
link GraphQL Schema definition
- enum DhrcMetric {
- #   The ANOMALIES_DETECTED_PAST_WEEK metric represent the total
- #   number of anomalous snapshots detected in the past week.
- #   The CDM_LOW_RUNWAY_REMAINING metric represents the total number of clusters
- #   with low runway remaining. This metric was moved to the
- #   gps-cluster-mgmt's metricProviderService and
- #   is no longer used in gps-manager.
- #   The CDM_NEXT_RELEASE_UPGRADE_AVAILABLE metric represents the total number
- #   of clusters which have a major upgrade available.
- #   The CDM_NODE_ENCRYPTION metric represents the total number of clusters
- #   having node encryption turned on. This metric was moved to the
- #   gps-cluster-mgmt's metricProviderService and
- #   is no longer used in gps-manager.
- #   The CDM_SAME_RELEASE_UPGRADE_AVAILABLE metric represents the total number
- #   of clusters which have a minor or patch upgrade available.
- #   The CDM_VERSION_UNSUPPORTED metric represents the total number of clusters
- #   running an unsupported software version.
- #   The DATA_DISCOVERY_ENABLED_CLUSTERS metric represents the total number of
- #   clusters having Sensitive Data Discovery enabled.
- #   The "do not protect objects" metric represents the total number of objects
- #   marked as do not protect.
- #   This metric was moved to the metric provider
- #   service of the report builder and is no longer used in GPS.
- #   The LOGGED_IN_TO_SUPPORT_PORTAL metric represents whether the account is
- #   logged in to the Support Portal.
- #   The METRIC_UNSPECIFIED metric represents an unspecified metric.
- #   The OPEN_ACCESS_SENSITIVE_FILES metric represents the total number of
- #   sensitive files with open access, excluding files with hits which have
- #   been marked as allowed.
- #   The "protected objects" metric represents the total number of objects
- #   protected by an SLA domain.
- #   This metric was moved to the metric provider
- #   service of the report builder and is no longer used in GPS.
- #   The RADAR_ENABLED_CLUSTERS metric represents the total number of clusters
- #   having Ransomware Investigation enabled.
- #   The "sla compliance" metric represents the total number of objects in
- #   compliance with their SLA domain.
- #   This metric was moved to the metric provider
- #   service of the report builder and is no longer used in GPS.
- #   The SLA_USING_RETENTION_LOCK metric represents the total number of SLA
- #   Domains protected by retention lock.
- #   The USERS_USING_TOTP metric represents the total number of users
- #   using TOTP.
- }