package
0.15.2
Repository: https://github.com/ratherdumb/alertmanager.git
Documentation: pkg.go.dev

# Functions

Alerts turns a sequence of internal alerts into a list of exposable model.Alert structures.
No description provided by the author
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.

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

Alert wraps a model.Alert with additional information relevant to internal of the Alertmanager.
AlertStatus stores the state and values associated with an Alert.
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.
No description provided by the author

# 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.
No description provided by the author
Matchers provides the Match and Fingerprint methods for a slice of Matchers.
A MuteFunc is a function that implements the Muter interface.
No description provided by the author