Skip to content

Commit

Permalink
fix: metric name two underscore problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Abdulsametileri committed Aug 31, 2023
1 parent 97d648c commit a866978
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/metric.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package internal

const Name = "kafka_cronsumer_"
const Name = "kafka_cronsumer"

type CronsumerMetric struct {
TotalRetriedMessagesCounter int64
Expand Down

0 comments on commit a866978

Please sign in to comment.