From 0dfe19c3dd1c683419838745f91d3b539a24a391 Mon Sep 17 00:00:00 2001 From: terence Date: Thu, 15 Feb 2024 10:36:30 -0800 Subject: [PATCH] Update aggregate atts t1 bucket values (#13607) --- beacon-chain/operations/attestations/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beacon-chain/operations/attestations/metrics.go b/beacon-chain/operations/attestations/metrics.go index f628bd36b..d9603781b 100644 --- a/beacon-chain/operations/attestations/metrics.go +++ b/beacon-chain/operations/attestations/metrics.go @@ -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(