Files
lighthouse/beacon_node
Jimmy Chen 6a75f24ab1 Fix the getBlobs metric and ensure it is recorded promptly to prevent miscounts (#7188)
From testing conducted by Sunnyside Labs, they noticed that the "expected blobs" are quite low on bandwidth constrained nodes. This observation revealed that we don't record the `beacon_blobs_from_el_expected_total` metric at all if the EL doesn't return any response. The fetch blobs function returns without recording the metric.

To fix this, I've moved `BLOBS_FROM_EL_EXPECTED_TOTAL` and `BLOBS_FROM_EL_RECEIVED_TOTAL` to as early as possible, to make the metric more accurate.
2025-04-04 09:01:39 +00:00
..
2025-03-12 22:31:05 +00:00
2025-03-12 22:31:05 +00:00
2025-03-12 22:31:05 +00:00
2025-03-12 22:31:05 +00:00
2025-02-24 02:36:13 +00:00
2025-03-12 22:31:05 +00:00
2025-03-12 22:31:05 +00:00