opentelemetry-rust icon indicating copy to clipboard operation
opentelemetry-rust copied to clipboard

Importing SpanData into opentelemetry-otlp?

Open joshtriplett opened this issue 3 years ago • 3 comments

For the purposes of batch processing or testing, would it be possible to import a Vec<SpanData> into opentelemetry to be sent out via opentelemetry-otlp or the stdout pipeline? Concretely, I'd love to have a method that accepts a Vec<SpanData> and sends it through the same pipeline as those collected and fed in via tracing-opentelemetry.

joshtriplett avatar May 07 '21 06:05 joshtriplett