Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notifier ¶
type Notifier struct {
// contains filtered or unexported fields
}
Notifier is responsible for dispatching alert notifications to an alert manager service.
func (*Notifier) ApplyConfig ¶
ApplyConfig updates the status state as the new config requires.
func (*Notifier) Collect ¶
func (n *Notifier) Collect(ch chan<- prometheus.Metric)
Collect implements prometheus.Collector.
func (*Notifier) Describe ¶
func (n *Notifier) Describe(ch chan<- *prometheus.Desc)
Describe implements prometheus.Collector.
Click to show internal directories.
Click to hide internal directories.