Skip to content

Commit

Permalink
Fixed "honeeycomb" typo in log output when reloading config (honeycom…
Browse files Browse the repository at this point in the history
  • Loading branch information
looneym authored Feb 4, 2022
1 parent 13ca7c5 commit 4b6168e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics/honeycomb.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4b6168e

Please sign in to comment.