Skip to content

Commit

Permalink
refactor: rename sarama metrics
Browse files Browse the repository at this point in the history
Previously it was sarama.publisher.publisher / sarama.publisher.subscriber
now the redundant publisher part is dropped.
  • Loading branch information
turip committed Aug 29, 2024
1 parent 85473a9 commit 929ce55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openmeter/watermill/driver/kafka/broker.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
defaultMeterPrefix = "sarama.publisher."
defaultMeterPrefix = "sarama."
defaultKeepalive = time.Minute
)

Expand Down

0 comments on commit 929ce55

Please sign in to comment.