-
Notifications
You must be signed in to change notification settings - Fork 452
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
.NET - enable bytecode instrumentation #1081
.NET - enable bytecode instrumentation #1081
Conversation
@open-telemetry/dotnet-instrumentation-approvers FYI |
@avadhut123pisal, FYI |
@Kielek I think it MAY be good to offer an easy way to disable byte-code instrumentation (disable attaching the .NET Profiler) as this can have negative consequences on the instrumented application's performance (maybe it was not enabled by default on purpose?) |
My perspective is to offer as broad auto-instrumentation as possible. |
* .NET Auto Instrumentation - support for byte code instrumentation * extract method to set env variable * code review feedback
Enables bytecode instrumentations. All of them are enabled by default.
For v.0.3.1-beta.1 it extends set of supported libraries: https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/v0.3.1-beta.1/docs/config.md#instrumented-traces-libraries-and-frameworks