Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SyncStatus = prometheus.NewGaugeVec(prometheus.GaugeOpts{ Name: "cert_manager_sync_status", Help: "cert-manager-sync status by namespace, secret, and store", }, []string{"namespace", "secret", "store", "status"}) )
Functions ¶
func InitMetrics ¶
func InitMetrics()
func SetFailure ¶
func SetFailure(namespace, secret, store string)
func SetSuccess ¶
func SetSuccess(namespace, secret, store string)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.