localalert

package
v0.8.7 Latest Latest
Warning

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

Go to latest
Published: Jul 18, 2025 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func EnsureTableTypeValidForAlerts

func EnsureTableTypeValidForAlerts(ttyp *typesv1.TableType) error

func EvaluateTableForAlert

func EvaluateTableForAlert(table *typesv1.Table, onOk func(*typesv1.Obj) error, onFiring func(*typesv1.Obj) error) error

Types

type AlertFiring

type AlertFiring struct {
	Labels *typesv1.Obj
}

type AlertStatus

type AlertStatus string
const (
	AlertStatusUnknown AlertStatus = "unknown"
	AlertStatusOK      AlertStatus = "ok"
	AlertStatusPending AlertStatus = "pending"
	AlertStatusFiring  AlertStatus = "firing"
	AlertStatusDeleted AlertStatus = "deleted"
)

type CheckFunc

type CheckFunc func(
	context.Context,
	*typesv1.AlertRule,
	AlertStatus,
	*typesv1.Obj,
) error

type Evaluator

type Evaluator struct {
	// contains filtered or unexported fields
}

func NewEvaluator

func NewEvaluator(ruleSource localstate.DB, db localstorage.Queryable, timeNow func() time.Time) *Evaluator

func (*Evaluator) EvaluateRules

func (ev *Evaluator) EvaluateRules(ctx context.Context, onStateChange CheckFunc) error

Jump to

Keyboard shortcuts

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