Skip to content

Commit

Permalink
chore: Correct documentation to include start.count metric
Browse files Browse the repository at this point in the history
  • Loading branch information
jondthomas committed Dec 4, 2024
1 parent b3fc1f7 commit 8b3b2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kafee/producer.ex
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ defmodule Kafee.Producer do
The recommended collection of these metrics can be done via:
summary("kafee.produce.stop.count",
counter("kafee.produce.start.count",
tags: [:topic, :partition]
),
summary("kafee.produce.stop.duration",
Expand Down

0 comments on commit 8b3b2d2

Please sign in to comment.