opencensus-java icon indicating copy to clipboard operation
opencensus-java copied to clipboard

Oneway RPC call or mq transport tracing supported

Open endink opened this issue 6 years ago • 2 comments

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?

endink avatar Nov 29 '18 05:11 endink

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 avatar Dec 03 '18 17:12 bogdandrutu

@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.

endink avatar Dec 09 '18 16:12 endink