opentelemetry-dotnet
opentelemetry-dotnet copied to clipboard
What is the best way to trace GRPC stream messages in ASP.NET Core?
Question
I have a gRPC based ASP.NET Core service which expose streaming gRPC APIs. Currently I'm using OpenTelemetry SDK auto collection to collect traces for all incoming calls automatically but seems like it doesn't capture traces for individual request in case of a streaming gRPC API. Any recommendation how we can auto collect them?
Use Github Discussions.
Ping... Anyone who could help me with this one?
You can write custom trace messages in grpc interceptor