Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mkuratczyk committed Sep 2, 2024
1 parent 45ea645 commit b202cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/metrics/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ func (m *MetricsServer) PrintMessageRates(ctx context.Context) {
}

func (m *MetricsServer) PrintFinalMetrics() {
log.Print("TOTAL PUBLLISHED",
log.Print("TOTAL PUBLISHED",
"messages", MessagesPublished.Get(),
"rate", fmt.Sprintf("%.2f/s", float64(MessagesPublished.Get())/time.Since(m.started).Seconds()))
log.Print("TOTAL CONSUMED",
Expand Down

0 comments on commit b202cae

Please sign in to comment.