You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some examples use SpanSyncer to export spans. But SpanSyncer is called synchronously, and users may just copy and paste to their projects, which will add latencies to the thread of users, say, a couple of milliseconds maybe.
So, maybe we should use WithBatcher instead of WithSyncer to add exporter to a provider in examples.
The text was updated successfully, but these errors were encountered:
Some examples use
SpanSyncer
to export spans. ButSpanSyncer
is called synchronously, and users may just copy and paste to their projects, which will add latencies to the thread of users, say, a couple of milliseconds maybe.So, maybe we should use
WithBatcher
instead ofWithSyncer
to add exporter to a provider in examples.The text was updated successfully, but these errors were encountered: