alerts

package
v0.0.0-...-375621a Latest Latest
Warning

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

Go to latest
Published: Oct 22, 2024 License: BSD-3-Clause Imports: 0 Imported by: 3

Documentation

Index

Constants

View Source
const (
	// TOPIC is the PubSub topic for alert messages.
	TOPIC = "promtheus-alerts"

	// Well known keys and values for Metric.
	TYPE         = "__name__" // The two valid values are ALERTS and HEALTHZ.
	TYPE_ALERTS  = "ALERTS"
	TYPE_HEALTHZ = "HEALTHZ"

	STATE          = "__state__"
	STATE_ACTIVE   = "active"
	STATE_RESOLVED = "resolved"

	// Where the alert came from, e.g. 'skia-public' or 'skolo'.
	LOCATION = "skia_location"
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

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