Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Alerts ¶
type Alerts struct {
// contains filtered or unexported fields
}
Alerts stores metrics for alerts which are common across all API versions.
func NewAlerts ¶
func NewAlerts(version string, r prometheus.Registerer) *Alerts
NewAlerts returns an *Alerts struct for the given API version.
func (*Alerts) Firing ¶
func (a *Alerts) Firing() prometheus.Counter
Firing returns a counter of firing alerts.
func (*Alerts) Invalid ¶
func (a *Alerts) Invalid() prometheus.Counter
Invalid returns a counter of invalid alerts.
func (*Alerts) Resolved ¶
func (a *Alerts) Resolved() prometheus.Counter
Resolved returns a counter of resolved alerts.
Click to show internal directories.
Click to hide internal directories.