We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For AspNetCore instrumentation: We have the ability to get exception from the diagnosticsource. We can add an ability to enrich the activity with this exception. Semantic conventions are here for exception: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/semantic_conventions/exceptions.md
https://github.com/dotnet/aspnetcore/blob/3fdbc2e90d9762324ef3809098c9ca25b0cb3284/src/Middleware/Diagnostics/src/ExceptionHandler/ExceptionHandlerMiddleware.cs#L141
https://github.com/dotnet/aspnetcore/blob/3892b4ea82b64aa7abe0a87c4277449c26b47c9c/src/Hosting/Hosting/src/Internal/HostingApplicationDiagnostics.cs#L231
The text was updated successfully, but these errors were encountered:
eddynaka
Successfully merging a pull request may close this issue.
For AspNetCore instrumentation:
We have the ability to get exception from the diagnosticsource. We can add an ability to enrich the activity with this exception. Semantic conventions are here for exception: https://github.com/open-telemetry/opentelemetry-specification/blob/master/specification/trace/semantic_conventions/exceptions.md
https://github.com/dotnet/aspnetcore/blob/3fdbc2e90d9762324ef3809098c9ca25b0cb3284/src/Middleware/Diagnostics/src/ExceptionHandler/ExceptionHandlerMiddleware.cs#L141
https://github.com/dotnet/aspnetcore/blob/3892b4ea82b64aa7abe0a87c4277449c26b47c9c/src/Hosting/Hosting/src/Internal/HostingApplicationDiagnostics.cs#L231
The text was updated successfully, but these errors were encountered: