-
Notifications
You must be signed in to change notification settings - Fork 806
Open
Labels
Milestone
Description
What version of gRPC and what language are you using?
Grpc 2.39.0
What operating system (Linux, Windows,...) and version?
Linux
What runtime / compiler are you using (e.g. .NET Core SDK version dotnet --info
)
.net5
What did you do?
I'm trying to use OpenTelemetry instrumentation in grpc server. It works fine except errors - they never get captured by OpenTelemetry. Based on open-telemetry/opentelemetry-dotnet-contrib#1743 "Exception" events are not being emitted by the grpc library. Is there a plan to support OnException
events going forward?
What did you expect to see?
OpenTelemetry captures errors from grpc endpoints
What did you see instead?
Make sure you include information that can help us debug (full error message, exception listing, stack trace, logs).
See TROUBLESHOOTING.md for how to diagnose problems better.