You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In case of HttpClient when the request is retried, spans corresponding to retries are ignored and not exported. Only the span for first outgoing call is exported.
What is the expected behavior?
Span for each retry is exported.
What is the actual behavior?
Span for the first request is exported, spans corresponding to subsequent retries are ignored.
Bug Report
In case of HttpClient when the request is retried, spans corresponding to retries are ignored and not exported. Only the span for first outgoing call is exported.
What is the expected behavior?
Span for each retry is exported.
What is the actual behavior?
Span for the first request is exported, spans corresponding to subsequent retries are ignored.
Reproduce
#3730
The text was updated successfully, but these errors were encountered: