opencensus-beam / opencensus_elixir

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No simple processor?

garthk opened this issue · comments

In Python, I can use BatchExportSpanProcessor for long running processes and SimpleExportSpanProcessor when I need synchronous delivery. I'm tempted to do the latter in my tests for Elixir integrations, but opentelemetry literally won't launch if it doesn't have an otel_batch_processor to play with.