mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-23 20:07:17 +00:00
Use More Granular Metrics for P2P Blocks By Range Latency Histogram (#11085)
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
This commit is contained in:
parent
7978a0269b
commit
63a8690140
@ -79,7 +79,7 @@ var (
|
|||||||
prometheus.HistogramOpts{
|
prometheus.HistogramOpts{
|
||||||
Name: "rpc_blocks_by_range_response_latency_milliseconds",
|
Name: "rpc_blocks_by_range_response_latency_milliseconds",
|
||||||
Help: "Captures total time to respond to rpc blocks by range requests in a milliseconds distribution",
|
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(
|
arrivalBlockPropagationHistogram = promauto.NewHistogram(
|
||||||
|
Loading…
Reference in New Issue
Block a user