metrics

package
v0.7.0 Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2019 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	// InSync is a prometheus gauge for whether (Cluster)GitTrackObjects are in
	// sync with their child objects or not
	//
	// Value should be 0 if not in sync and 1 if in sync
	InSync = prometheus.NewGaugeVec(prometheus.GaugeOpts{
		Name: "faros_gittrackobject_in_sync",
		Help: "Shows whether a (Cluster)GitTrackObject is In Sync (boolean)",
	}, []string{"kind", "name", "namespace"})
)

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