Hey :) I know, everyones new favorite child is OpenCensus right now, but since the C# implementation is still on it's way, and some others may also be looking for it:
I just NuGet released the first version of *OpenTracing.Contrib.Grpc*, the OpenTracing instrumentation library for gRPC on C#. It's developed in close team-up with the official *OpenTracing* C# client and the official *Jaeger* C# client to make sure, everything runs smoothly. It's labled as v0.0.1, but it's already used here internally for some time. It has been well-tested with opentracing-csharp v0.12.0 <https://github.com/opentracing/opentracing-csharp/>, jaeger-client-csharp v0.0.10 <https://github.com/jaegertracing/jaeger-client-csharp/> and jaeger-ui <https://github.com/jaegertracing/jaeger-ui/> for visualization. It would be great to get some feedback in case someone uses it. Feel free to use the issue tracker on GitHub. - https://www.nuget.org/packages/OpenTracing.Contrib.Grpc/ - https://github.com/opentracing-contrib/csharp-grpc/ If you are looking to instrument an ASP.NET Core application in C#, you might also want to have a look at csharp-netcore v0.4.0 <https://github.com/opentracing-contrib/csharp-netcore/>. -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/grpc-io. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/55164567-b098-4e14-9d9b-b247bcd14192%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
