Skip to content

Commit

Permalink
more outgoing http latency buckets (#153)
Browse files Browse the repository at this point in the history
#137 but
for outgoing latencies

Signed-off-by: Jason Hall <[email protected]>
  • Loading branch information
imjasonh authored Feb 19, 2024
1 parent eece660 commit 2240cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/httpmetrics/transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ var (
prometheus.HistogramOpts{
Name: "http_client_request_duration_seconds",
Help: "The duration of HTTP requests",
Buckets: []float64{.1, .25, .5, 1, 2.5, 5, 10},
Buckets: []float64{.25, .5, 1, 2.5, 5, 10, 20, 30, 45, 60},
},
[]string{"code", "method", "host", "service_name", "configuration_name", "revision_name", "ce_type"},
)
Expand Down

0 comments on commit 2240cba

Please sign in to comment.