Skip to content

Commit

Permalink
Patch bad label in IncomingQueueLatencyHistogram metric
Browse files Browse the repository at this point in the history
  • Loading branch information
denopink authored Aug 18, 2022
1 parent ce93a89 commit 78cbc53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func Metrics() []xmetrics.Metric {
Name: IncomingQueueLatencyHistogram,
Help: "A histogram of latencies for the incoming queue.",
Type: "histogram",
LabelNames: []string{"code"},
LabelNames: []string{"event"},
Buckets: []float64{0.0625, 0.125, .25, .5, 1, 5, 10, 20, 40, 80, 160},
},
}
Expand Down

0 comments on commit 78cbc53

Please sign in to comment.