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

Support tracing of HTTP requests using HttpClient #4

Closed
ljacobsson opened this issue Feb 7, 2018 · 3 comments
Closed

Support tracing of HTTP requests using HttpClient #4

ljacobsson opened this issue Feb 7, 2018 · 3 comments
Labels

Comments

@ljacobsson
Copy link
Contributor

ljacobsson commented Feb 7, 2018

Feature request.

Currently the SDK only supports out-going HTTP requests using the HttpWebRequest client. It would be useful having tracing capabilities for those using System.Net.HttpClient.

For now I've created a custom MessageHandler for this, but would be great to have this or something similar as part of the SDK.

Edit: I just noticed that this has already been requested in #3.

I will look at adding that as a pull request

@yogiraj07
Copy link
Contributor

Hi @ljacobsson ,
Thank you for the feature suggestion. We welcome your pull request.

Thanks,
Yogi

@SergeyKanzhelev
Copy link

You can use Diagnostics Source to get information about outgoing http calls.

@yogiraj07
Copy link
Contributor

Hi @ljacobsson ,

We have included this feature in 2.2.0-beta release.

Please refer release details : https://github.com/aws/aws-xray-sdk-dotnet/blob/master/CHANGELOG.md

I am closing this issue.

Thanks,
Yogi

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

No branches or pull requests

4 participants