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

Feature: Add options to selectively disable certain automatic dependency tracking. #2838

Open
ctolkien opened this issue Jan 4, 2024 · 1 comment

Comments

@ctolkien
Copy link

ctolkien commented Jan 4, 2024

We have scenarios where we would like to track outbound http requests, but not track SQL. There does not seem to be a way to selectively enable only HTTP or SQL, we must disable the entire module.

@cijothomas
Copy link
Contributor

That is true! The only workaround is to use TelemetryProcessor to selectively drop unwanted telemetry.

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

No branches or pull requests

2 participants