We are actively working on adding more documentation - general and language-specific - to opencensus.io along with examples. There should be more information available towards the end of the week (and incrementally from that point on). I have asked the OpenCensus C++ tech lead to follow-up here as well.
I am not certain of the status of the C# work but I'll look into it. Regards, --Dino On Sun, Feb 25, 2018 at 11:45 PM, Benjamin Krämer <[email protected]> wrote: > Hi Dino, > > thanks for your reply. I'm specifically looking into C++ and C# and > couldn't find neither OpenCensus nor OpenTracing. I can see that both have > C++ implementations ready but I can't find any code in the gRPC repository > (of C++ or C#) on how to connect it. I know that Java has it working and > also about the demo implementation over at https://github.com/rakyll/ > opencensus-grpc-demo > > > Am Samstag, 24. Februar 2018 02:21:36 UTC+1 schrieb Dino Oliva: >> >> Hi Benjamin, >> >> I am the tech lead for the OpenCensus Java work. As you mention, >> OpenCensus provides both tracing and stats and is a separate project from >> OpenTracing. We have worked in conjunction with the gRPC team to use >> OpenCensus to instrument their code and it is integrated in at this point >> (has been for a while). >> >> I don't know of any plans for gRPC to provide integrated OpenTracing >> support but someone from the gRPC team would need to say definitively. >> >> On Friday, February 23, 2018 at 7:28:41 AM UTC-8, Benjamin Krämer wrote: >>> >>> I looked a bit into tracing with gRPC lately and I often read about the >>> plans to have OpenCensus directly integrated. It looks that it's already >>> implemented in some platforms (java?). On the other side, there are some >>> platforms in grpc-ecosystem >>> <https://github.com/grpc-ecosystem/grpc-opentracing> that implement >>> OpenTracing. So as far as I understood it, OpenCensus is tracing + stats >>> while OpenTracing is just tracing. >>> >>> Can anyone explain what the concrete plans are for OpenCensus and >>> OpenTracing support? From my point of view, it looks like OpenCensus is the >>> main goal and that OpenTracing is just supported for people that like to >>> use it. >>> >> -- > You received this message because you are subscribed to a topic in the > Google Groups "grpc.io" group. > To unsubscribe from this topic, visit https://groups.google.com/d/ > topic/grpc-io/iiISKFsfRZ4/unsubscribe. > To unsubscribe from this group and all its topics, 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/95d0bede-7623-4e07-b811-d9c243bf3d11%40googlegroups.com > <https://groups.google.com/d/msgid/grpc-io/95d0bede-7623-4e07-b811-d9c243bf3d11%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- 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/CAG%3DNptbzZJw0aYcB8_B_4YqUW2KTRocQ%3D8d6SegbW8X040fK%3DQ%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
