package
0.37.2
Repository: https://github.com/thanos-io/thanos.git
Documentation: pkg.go.dev

# 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.

# Constants

# 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.

# Interfaces

# Type aliases

APIVersion represents the API version of the Alertmanager endpoint.