Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( LastSuccessfulBackupTime = prometheus.NewGauge( prometheus.GaugeOpts{ Name: "kubeadm_backup_last_successful_backup_time", Help: "When the last backup was successfully run. Expressed as a Unix Epoch Time.", }, ) // BackupSuccess is a prometheus metric which is a Gauge of BackupSuccess = prometheus.NewGauge(prometheus.GaugeOpts{ Name: "kubeadm_backup_success", Help: "kubeadm backup success", }, ) )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.