Open odeke-em opened 6 years ago
I would suggest creating a MultiExporter that implements the base exporter interface and accepts many exporters in the constructor.
@chingor13 Thanks for the suggestion!
Great suggestion @chingor13, thank you! Thank you @liyanhui1228 too for taking this on!
@liyanhui1228 any update on this? very much needed. /cc @c24t
@flands I put up an exploratory PR at #397, if this approach works for you we can get (something like) it merged in later.
@c24t thanks! I will try it out and let you know.
I am just wrapping up some presentations and noticed that currently all the signatures require just one exporter, unless am mistaken. I'd like to use Zipkin, Stackdriver Tracing and Jaeger at the same time.
I believe I should be able to register infinitely many exporters and have the same data exported to each one of them -- as this accomplishes one of the benefits of OpenCensus i.e. multiplicity of backends and no single vendor lock-in.
Thank you.