Values.ClusterAlertSourceAn alert on a cluster
type nonrec t = {alertType : string option;The type of the alert
*)channelId : string option;The ID of the channel this alert is associated with
*)clearedTimestamp : string option;The time when the alert was cleared
*)id : string option;The further subtype of this alert
*)message : string option;The user facing alert message which can have more context
*)nodeId : string option;The ID of the node this alert is associated with
*)setTimestamp : string option;The time when the alert was set
*)state : ClusterAlertState.t option;The state of the alert
*)}