Skip to content

Commit

Permalink
Remove unused message-read-error metric (#3869)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanhall07 authored Oct 25, 2021
1 parent 7edd567 commit 597b95d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ type Options struct {
}

type handlerMetrics struct {
messageReadError tally.Counter
metricAccepted tally.Counter
droppedMetricBlackholePolicy tally.Counter
droppedMetricDecodeError tally.Counter
Expand All @@ -52,7 +51,6 @@ type handlerMetrics struct {
func newHandlerMetrics(scope tally.Scope) handlerMetrics {
messageScope := scope.SubScope("metric")
return handlerMetrics{
messageReadError: scope.Counter("message-read-error"),
metricAccepted: messageScope.Counter("accepted"),
droppedMetricDecodeError: messageScope.Tagged(map[string]string{
"reason": "decode-error",
Expand Down

0 comments on commit 597b95d

Please sign in to comment.