mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 23:18:15 -05:00
Otel migration (#14424)
* remove opencensus * gaz * update dependencies * add missing dependencies * fix test? * Fix note relevance * add otel http transport middleware * gaz * tidy up * gaz * changelog * feedback * gaz * fix merge issues
This commit is contained in:
@@ -138,7 +138,7 @@ func (client *ApiClient) doRequest(ctx context.Context, httpMethod, fullPath str
|
||||
var requestDump []byte
|
||||
ctx, span := trace.StartSpan(ctx, "remote_web3signer.Client.doRequest")
|
||||
defer span.End()
|
||||
span.AddAttributes(
|
||||
span.SetAttributes(
|
||||
trace.StringAttribute("httpMethod", httpMethod),
|
||||
trace.StringAttribute("fullPath", fullPath),
|
||||
trace.BoolAttribute("hasBody", body != nil),
|
||||
|
||||
Reference in New Issue
Block a user