Skip to content

Commit

Permalink
chore: decrease OutboundRequestSizeBytes buckets
Browse files Browse the repository at this point in the history
  • Loading branch information
denopink committed Mar 13, 2024
1 parent 9555492 commit d04a4f8
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 @@ -124,7 +124,7 @@ func Metrics() []xmetrics.Metric {
Type: xmetrics.HistogramType,
Help: "A histogram of request sizes for outbound requests",
LabelNames: []string{eventLabel, codeLabel},
Buckets: []float64{200, 500, 900, 1500, 3000, 6000, 12000, 24000, 48000, 96000, 192000, 384000, 768000, 1536000},
Buckets: []float64{200, 500, 900, 1500, 3000, 6000, 12000, 24000, 48000, 96000, 192000},
},
{
Name: TotalOutboundEvents,
Expand Down

0 comments on commit d04a4f8

Please sign in to comment.