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/463c127c-9615-41d3-99d6-3039d3395772%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to