Update aggregate atts t1 bucket values (#13607)

This commit is contained in:
terence 2024-02-15 10:36:30 -08:00 committed by GitHub
parent e5394fe081
commit 0dfe19c3dd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,7 +34,7 @@ var (
prometheus.HistogramOpts{ prometheus.HistogramOpts{
Name: "aggregate_attestations_t1", Name: "aggregate_attestations_t1",
Help: "Captures times of attestation aggregation in milliseconds during the first interval per slot", 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( batchForkChoiceAttsT2 = promauto.NewHistogram(