Versions in this module Expand all Collapse all v1 v1.8.2 Nov 4, 2017 Changes in this version + type Notifier struct + func New(o *Options, logger log.Logger) *Notifier + func (n *Notifier) Alertmanagers() []*url.URL + func (n *Notifier) ApplyConfig(conf *config.Config) error + func (n *Notifier) Run() + func (n *Notifier) Send(alerts ...*model.Alert) + func (n *Notifier) Stop() + type Options struct + Do func(ctx context.Context, client *http.Client, req *http.Request) (*http.Response, error) + ExternalLabels model.LabelSet + QueueCapacity int + Registerer prometheus.Registerer + RelabelConfigs []*config.RelabelConfig