opencensus-java
opencensus-java copied to clipboard
Oneway RPC call or mq transport tracing supported
Please answer these questions before submitting a bug report.
What version of OpenCensus are you using?
0.17.0
What JVM are you using (java -version)?
1.8
Does it support oneway RPC call monitoring? Doesn't seem to support the completion of a span on the consumer side.
example, zikpin support "flush" method, and opencensus?
Hi @endink,
Thanks for filing this issue. I am a bit unclear about of what you try to achieve. Do you want to have a way to force exporting all Spans/Stats? Is this because you run in a framework (for example AppEngine) where your application will be throttled after the execution?
@bogdandrutu Hi, Simply says, I need a span that can cross the process to end, example: Service A -> kafka-> Service B , I want to trace how much time the Kafka transfer process took.