Skip to content

Commit

Permalink
increase latency bucket granularity on mercury_wsrpc_request_latency …
Browse files Browse the repository at this point in the history
…prom metric (#11772)
  • Loading branch information
akuzni2 authored Jan 16, 2024
1 parent c32efca commit 75fa715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/services/relay/evm/mercury/wsrpc/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
Namespace: "mercury",
Name: "wsrpc_request_latency",
Help: "Latency of requests made to the Mercury WSRPC server",
Buckets: []float64{10, 30, 100, 300, 1000, 3000, 10000},
Buckets: []float64{10, 30, 100, 200, 250, 300, 350, 400, 500, 750, 1000, 3000, 10000},
})
)

Expand Down

0 comments on commit 75fa715

Please sign in to comment.