Skip to content

Commit

Permalink
fix: review feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
lmendes86 committed Sep 6, 2024
1 parent 61c5d92 commit 51f7360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/metricsServer.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ func (s *Service) startMetricsServer() {

hln, err := net.Listen("tcp", s.cfg.metricsNetAddr)
if err != nil {
s.Logf("Metrics server can't listin on %s", s.cfg.metricsNetAddr)
s.Logf("Metrics server can't listen on %s", s.cfg.metricsNetAddr)
return
}

Expand Down

0 comments on commit 51f7360

Please sign in to comment.