Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HttpClient Instrumentation ignores spans created during retries #3729

Closed
vishweshbankwar opened this issue Oct 5, 2022 · 0 comments · Fixed by #3732
Closed

HttpClient Instrumentation ignores spans created during retries #3729

vishweshbankwar opened this issue Oct 5, 2022 · 0 comments · Fixed by #3732
Labels
bug Something isn't working

Comments

@vishweshbankwar
Copy link
Member

vishweshbankwar commented Oct 5, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants