OBJECT
ObservabilityMetricAlert
Observability Metric Alert to trigger Alerts on metrics
link GraphQL Schema definition
- type ObservabilityMetricAlert implements ObservabilityAlert, HubPolicy, Node, NodeVersion {
- # unique policy identifier/alert identifier
- String! :
- # Type of the Observability Alert
- ObservabilityAlertType! :
- # CSP user who created hub policy
- User! :
- # Timestamp at which hub policy is created. Expressed in UTC ISO-8601 format
- DateTime! :
- # CSP project id associated with policy
- Entity!] : [
- # Policy description
- LocalizedString :
- # Evaluation is enabled for this policy
- Boolean! :
- # ID of entity on which observability alert is triggered
- String @deprecated( reason: "Use `entityInfo` instead" ) :
- # Entity from which the observation alert is triggered
- Entity! :
- # Type of entity on which observability alert is triggered
- String! @deprecated( reason: "Use `entityInfo` instead" ) :
- # Opaque identifier for a policy, to be used to identify a policy uniquely in hub
- # graph
- ID! :
- # Timestamp at which hub policy is updated. Expressed in UTC ISO-8601 format
- DateTime :
- # Opaque version string for this graph node instance
- ID! :
- # Notification Rule
- ObservabilityAlertNotificationRule :
- # Name of the Alert
- LocalizedString! :
- # provider name for this policy
- String! :
- # Metric Alert rule
- ObservabilityMetricAlertRule! :
- # Template ID of the observability alert runbook
- String :
- # Source for alerts
- String! :
- # Type of the Observability Alert Threshold
- ObservabilityAlertThresholdType! :
- # CSP user who updated hub policy
- User :
- }