diff --git a/lib/kafee/producer.ex b/lib/kafee/producer.ex index 8c51624..c2aa04d 100644 --- a/lib/kafee/producer.ex +++ b/lib/kafee/producer.ex @@ -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",