mirror of
https://github.com/wahyd4/cert-manager.git
synced 2026-08-09 05:06:38 +10:00
spelling: prometheus
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
@@ -134,7 +134,7 @@ func New(log logr.Logger) *Metrics {
|
||||
return m
|
||||
}
|
||||
|
||||
// Start will register the Prometheu metrics, and start the Prometheus server
|
||||
// Start will register the Prometheus metrics, and start the Prometheus server
|
||||
func (m *Metrics) Start(listenAddress string, enablePprof bool) (*http.Server, error) {
|
||||
m.registry.MustRegister(m.certificateExpiryTimeSeconds)
|
||||
m.registry.MustRegister(m.certificateReadyStatus)
|
||||
|
||||
Reference in New Issue
Block a user