opencensus-cpp
opencensus-cpp copied to clipboard
Any plan to support jaeger exporter?
Jaeger is a good opentracing impl, have plan to support jaeger exporter?
Hi @billowqiu,
Currently we are focus on supporting the agent model for C++. See details here https://github.com/census-instrumentation/opencensus-service so that way you can deploy the agent (which will support more exporters) and use that.
Maybe later if the community writes an c++ jaeger exporter we will add that here as well.