Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ActiveAlert ¶
type Alertmanager ¶
type Alertmanager struct {
Endpoint string
}
func (Alertmanager) Send ¶
func (a Alertmanager) Send(alerts []ActiveAlert) error
type Alertmanagers ¶
type Alertmanagers struct {
Alertmanagers []Alertmanager
}
func AlertmanagersFromConfig ¶
func AlertmanagersFromConfig(conf config.Config) Alertmanagers
func (Alertmanagers) Send ¶
func (a Alertmanagers) Send(alerts []ActiveAlert)
Click to show internal directories.
Click to hide internal directories.