tracing: Add spans to various methods related to GetDuties (#15271)

* Adding spans for troubleshooting GetDuties latency

* Changelog fragment
This commit is contained in:
Preston Van Loon
2025-05-13 16:50:12 -05:00
committed by GitHub
parent 6f9a93ac89
commit eea53eb6dc
5 changed files with 26 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ func TestProposeBeaconBlock_Capella(t *testing.T) {
jsonCapellaBlock, err := structs.SignedBeaconBlockCapellaFromConsensus(capellaBlock.Capella)
require.NoError(t, err)
marshalledBlock, err := json.Marshal(jsonCapellaBlock)
require.NoError(t, err)