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.
Click to show internal directories.
Click to hide internal directories.