Documentation ¶
Index ¶
- func CheckConfig(args []string) error
- func Execute()
- func GetAlertmanagerURL(p string) url.URL
- func NewAlertmanagerClient(amURL *url.URL) *client.Alertmanager
- func TypeMatcher(matcher labels.Matcher) (models.Matcher, error)
- func TypeMatchers(matchers []labels.Matcher) (models.Matchers, error)
- type ByAlphabetical
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckConfig ¶ added in v0.9.0
func GetAlertmanagerURL ¶
GetAlertmanagerURL appends the given path to the alertmanager base URL
func NewAlertmanagerClient ¶ added in v0.17.0
func NewAlertmanagerClient(amURL *url.URL) *client.Alertmanager
NewAlertmanagerClient initializes an alertmanager client with the given URL
func TypeMatcher ¶
TypeMatcher only valid for when you are going to add a silence Doesn't allow negative operators
Types ¶
type ByAlphabetical ¶
func (ByAlphabetical) Len ¶
func (s ByAlphabetical) Len() int
func (ByAlphabetical) Less ¶
func (s ByAlphabetical) Less(i, j int) bool
func (ByAlphabetical) Swap ¶
func (s ByAlphabetical) Swap(i, j int)
Source Files ¶
Click to show internal directories.
Click to hide internal directories.