func init()

in metrics/metrics.go [27:30]


func init() {
	prometheus.MustRegister(RotateCertificateMetric)
	prometheus.MustRegister(ResultMetric)
}