Skip to content

Commit

Permalink
Update block arrival histogram values (#11424)
Browse files Browse the repository at this point in the history
* Update block arrival histogram values

* Add 250 and 750

* Add back 1500 and 2000

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
  • Loading branch information
terencechain and prylabs-bulldozer[bot] authored Sep 12, 2022
1 parent 53627e9 commit 5a1d260
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 @@ -86,7 +86,7 @@ var (
prometheus.HistogramOpts{
Name: "block_arrival_latency_milliseconds",
Help: "Captures blocks propagation time. Blocks arrival in milliseconds distribution",
Buckets: []float64{250, 500, 1000, 1500, 2000, 4000, 8000, 16000},
Buckets: []float64{100, 250, 500, 750, 1000, 1500, 2000, 4000, 8000, 12000},
},
)

Expand Down

0 comments on commit 5a1d260

Please sign in to comment.