Thanks for the information. I think once OpenCensus is officially in GRPC c-core, the C# users (and other c-core implementations) can just rely on that implementation using OpenCensus C++ in the background.
Am Dienstag, 27. Februar 2018 23:36:15 UTC-8 schrieb Adrian Cole: > > I don't think many people are using opentracing's grpc instrumentation in > java. > > There were 21 unique IPs downloading it last month, from the only > version that generated stats (0.1.0). I don't have access to census > stats (no pun intended), but to put this in perspective, zipkin's grpc > instrumentation has 412 unique ips downloading from maven central. > Other language mileage may vary. > > Point being that I don't think there's many impacted by whatever's out > there right now, that or they are very good at proxying downloads. > > -A > > On Mon, Feb 26, 2018 at 3:45 PM, Benjamin Krämer <[email protected] > <javascript:>> 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 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 the Google > Groups > > "grpc.io" group. > > To unsubscribe from this group and stop receiving emails from it, send > an > > email to [email protected] <javascript:>. > > To post to this group, send email to [email protected] > <javascript:>. > > 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. > > > > > > 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/732011e6-75fd-4cbd-a957-fa009b782707%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
