C++ Tracing library will be released sometime in Q4 2017 or later. Its still in planning.
thanks, Gopi On Tuesday, April 25, 2017 at 4:45:03 PM UTC-7, [email protected] wrote: > > Hello, > > What's the status of tracing in the C++ gRPC implementation? > > I see a lot of references to census, and an implementation in the tree, > but census_supported() returns CENSUS_FEATURE_NONE (with a > TODO(aveitch): improve this as we implement features...), and the bindings > between gRPC and census are incomplete (there are no calls to any > census_start_* functions). > > Alternatively, is there any (planned) support for interceptors, so we can > build our own monitoring (perhaps on top of http://opentracing.io/)? I'd > like to be able to intercept the begin and end of server calls, and to be > able to store a custom (tracing) context in ClientContext and ServerContext > (with propagation support in ClientContext::FromServerContext, so I can > link tracing spans together). > > Thank you, > -Tudor. > > -- 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/109acdaa-f411-41f8-826b-0b34d7ea3b8a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
