Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AlertManager ¶
type AlertManager struct {
// contains filtered or unexported fields
}
AlertManager represents integration provider with Prometheus alert manager
func NewAlertManager ¶
func NewAlertManager(alertManagerURL string, fn AlertURLGenerator, c *http.Client) *AlertManager
NewAlertManager is a constructor for AlertManager
type AlertProvider ¶
AlertProvider is common interface for alert manager provider
type AlertURLGenerator ¶
AlertURLGenerator returns URL to single alert by given name
Click to show internal directories.
Click to hide internal directories.