mirror of
https://gitlab.com/pulsechaincom/prysm-pulse.git
synced 2024-12-22 11:32:09 +00:00
Update aggregate atts t1 bucket values (#13607)
This commit is contained in:
parent
e5394fe081
commit
0dfe19c3dd
@ -34,7 +34,7 @@ var (
|
||||
prometheus.HistogramOpts{
|
||||
Name: "aggregate_attestations_t1",
|
||||
Help: "Captures times of attestation aggregation in milliseconds during the first interval per slot",
|
||||
Buckets: []float64{100, 200, 500, 1000, 1500, 2000, 2500, 3500},
|
||||
Buckets: []float64{10, 20, 50, 100, 200, 300, 500, 1000},
|
||||
},
|
||||
)
|
||||
batchForkChoiceAttsT2 = promauto.NewHistogram(
|
||||
|
Loading…
Reference in New Issue
Block a user