From d848dfe105a553870e4bfa3569484591fbde377d Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 3 Mar 2021 20:59:30 -0500 Subject: [PATCH] spelling: prometheus Signed-off-by: Josh Soref --- pkg/metrics/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/metrics/metrics.go b/pkg/metrics/metrics.go index cac00b643..108fdb5d5 100644 --- a/pkg/metrics/metrics.go +++ b/pkg/metrics/metrics.go @@ -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)