-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Add OpenTelemetry .NET instrumentation docs #3150
Comments
Thanks for raising this issue @theletterf & @Kielek. @open-telemetry/docs-approvers please take a look and comment as well. A few additional thoughts:
As an independent side-note: If I look at Java & .NET, Python, ... automatic instrumentation there are some things that are kind of the same thing but use different wording, e.g. Java has "extensions", .NET has "plugins" or environment variables to enable certain instrumentation libraries ( |
I think we can close the issue now! |
Hi, I followed your documentation to add auto instrumentation https://opentelemetry.io/docs/instrumentation/net/automatic/nuget-packages/ Executing this command "instrument.cmd Adp.ProductStore.Client.exe" throws the following issue. Any idea on the same please? Fatal error. System.AccessViolationException: Attempted to read or write protected memory. This is often an indication that other memory is corrupt.
|
@junaid-git, lets discuss it under open-telemetry/opentelemetry-dotnet-instrumentation#3199 |
@Kielek and I want to port the docs in https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/tree/main/docs to https://opentelemetry.io/docs/instrumentation/net/automatic/.
We discussed this briefly with @svrnm. Some data points:
I'd be happy to help with this!
The text was updated successfully, but these errors were encountered: