# Functions
NewAlertQueue creates a new instance of the alert queue.
ParseAlerts runs the parser `p` against the data in `r`.
# Constants
QueueDelete ...
QueueNew ...
QueueUpdateAdd ...
QueueUpdateDelete ...
StatusFiring is the status of this alert is currently firing.
StatusResolved is the status of this alert has been resovled.
StatusUnknown is status of this alert is unknown.
# Structs
Alert contains both informational fields, and the source of an alert.
Info contains specific information about an alert as it pertains to an AlertSource.
Prometheus is our parser for prometheus-sourced alerts.
No description provided by the author
Source contains all the relevant information about an entity that triggered this alert.
# Interfaces
Parser is an abstraction interface around parsing raw alert data.
# Type aliases
No description provided by the author
No description provided by the author
Status is a reference to the state of which this alert is currently in.