metrics

package
v0.27.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2024 License: Apache-2.0 Imports: 1 Imported by: 8

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.

func NewAlerts

func NewAlerts(r prometheus.Registerer) *Alerts

NewAlerts returns an *Alerts struct for the given API version. Since v1 was deprecated in 0.28, v2 is now hardcoded.

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL