spelling: prometheus

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2021-03-03 20:59:30 -05:00
parent 4d84a7fbb1
commit d848dfe105

View File

@ -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)