diff --git a/metrics/honeycomb.go b/metrics/honeycomb.go index de226a0f7a..c89d731168 100644 --- a/metrics/honeycomb.go +++ b/metrics/honeycomb.go @@ -87,7 +87,7 @@ func (h *HoneycombMetrics) Start() error { } func (h *HoneycombMetrics) reloadBuilder() { - h.Logger.Debug().Logf("reloading config for honeeycomb metrics reporter") + h.Logger.Debug().Logf("reloading config for honeycomb metrics reporter") mc, err := h.Config.GetHoneycombMetricsConfig() if err != nil { // complain about this both to STDOUT and to the previously configured