Skip to content

Commit

Permalink
Use More Granular Metrics for P2P Blocks By Range Latency Histogram (#…
Browse files Browse the repository at this point in the history
…11085)

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
  • Loading branch information
rauljordan and prylabs-bulldozer[bot] authored Jul 22, 2022
1 parent 7978a02 commit 63a8690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beacon-chain/sync/metrics.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ var (
prometheus.HistogramOpts{
Name: "rpc_blocks_by_range_response_latency_milliseconds",
Help: "Captures total time to respond to rpc blocks by range requests in a milliseconds distribution",
Buckets: []float64{250, 500, 1000, 1500, 2000, 3000, 4000, 10000},
Buckets: []float64{5, 10, 50, 100, 150, 250, 500, 1000, 2000},
},
)
arrivalBlockPropagationHistogram = promauto.NewHistogram(
Expand Down

0 comments on commit 63a8690

Please sign in to comment.