# Functions
BuildAlertmanagerConfig initializes and returns an Alertmanager client configuration from a static address.
LoadAlertingConfig loads a list of AlertmanagerConfig from YAML data.
LoadRelabelConfigs loads a list of relabel.Config from YAML data.
NewAlertmanager returns a new Alertmanager client.
NewQueue returns a new queue.
NewSender returns a new sender.
# Structs
Alertmanager is an HTTP client that can send alerts to a cluster of Alertmanager endpoints.
AlertmanagerConfig represents a client to a cluster of Alertmanager endpoints.
Queue is a queue of alert notifications waiting to be sent.
Sender sends notifications to a dynamic set of alertmanagers.
# Type aliases
APIVersion represents the API version of the Alertmanager endpoint.