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

Enrich not invoked in HttpClient instrumentation when HostNotFound #3406

Closed
alanwest opened this issue Jun 24, 2022 · 0 comments · Fixed by #3407
Closed

Enrich not invoked in HttpClient instrumentation when HostNotFound #3406

alanwest opened this issue Jun 24, 2022 · 0 comments · Fixed by #3407

Comments

@alanwest
Copy link
Member

While implementing an enrich function, I noticed that HTTP Socket Exceptions with the error code HostNotFound do not trigger the enrich function on exception because of these lines in HttpHandlerDiagnosticListener.

This prevents additional information from being captured in the activity when the exception is a HostNotFound Socket Exception.

Can someone shed some light on this particular behaviour? I could not find anything in the documentation.

Thank you.

Originally posted by @tl-amanda-oh in #3208

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant