Skip to content

Commit

Permalink
Fix the merge error I introduced in PR #218.
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtw committed May 26, 2020
1 parent 9b3e083 commit 3038482
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,6 @@ func Metrics() []xmetrics.Metric {
Type: "counter",
LabelNames: []string{"reason"},
},
{
Name: IncomingContentTypeCounter,
Help: "Count of the content type processed.",
Type: "counter",
LabelNames: []string{"content_type"},
},
{
Name: DeliveryRetryCounter,
Help: "Number of delivery retries made",
Expand Down

0 comments on commit 3038482

Please sign in to comment.