INTERFACE
ObservabilityAlert
Observability Alert to trigger Alerts on metrics/logs
link GraphQL Schema definition
- interface ObservabilityAlert {
- # unique policy 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 :
- # schedule 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 :
- # Policy name
- LocalizedString! :
- # provider name for this policy
- String! :
- # Template ID of the observability alert runbook
- String :
- # Source for alerts
- String! :
- # CSP user who updated hub policy
- User :
- }
link Require by
- ObservabilityAlertConnectionObservability Alert connection
- ObservabilityAlertEdgeObservability Alert edge
- ObservabilityLogAlertObservability Log Alert to trigger Alerts on logs
- ObservabilityMetricAlertObservability Metric Alert to trigger Alerts on metrics
- ObservationA point-in-time observation about the state of something in the system which may interest our insight service