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

Default the sink to not tracing its own outbound requests, when possible #210

Merged

Conversation

nblumhardt
Copy link
Member

In apps that use tracing (any ActivityListener-based implementation), HttpClient can generate spans for outbound HTTP requests by default. The periodic requests from this sink end up creating noisy, unhelpful spans.

This PR switches that behavior off by default, on .NET 6 and later.

@nblumhardt nblumhardt merged commit 3108823 into datalust:dev Feb 22, 2024
1 check passed
@nblumhardt nblumhardt mentioned this pull request Mar 5, 2024
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 this pull request may close these issues.

2 participants