package
0.5.1
Repository: https://github.com/solidnerd/alertmanager.git
Documentation: pkg.go.dev

# Functions

Alerts turns a sequence of internal alerts into a list of exposable model.Alert structures.
NewMarker returns an instance of a Marker implementation.
NewMatcher returns a new matcher that compares against equality of the given value.
NewMatchers returns the given Matchers sorted.
NewRegexMatcher returns a new matcher that compares values against a regular expression.

# Structs

Alert wraps a model.Alert with additional information relevant to internal of the Alertmanager.
Matcher defines a matching rule for the value of a given label.
MultiError contains multiple errors and implements the error interface.
A Silence determines whether a given label set is muted.

# Interfaces

Marker helps to mark alerts as silenced and/or inhibited.
A Muter determines whether a given label set is muted.

# Type aliases

AlertSlice is a sortable slice of Alerts.
Matchers provides the Match and Fingerprint methods for a slice of Matchers.
A MuteFunc is a function that implements the Muter interface.