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
The current exporter implementation assumes, that spans are passed as a contiguous array. This might not be the case for spans stored in circular buffers (#52).
The exporter interface should be adapted to support exporting spans that aren't stored as a contiguous array.
The text was updated successfully, but these errors were encountered:
The current exporter implementation assumes, that spans are passed as a contiguous array. This might not be the case for spans stored in circular buffers (#52).
The exporter interface should be adapted to support exporting spans that aren't stored as a contiguous array.
The text was updated successfully, but these errors were encountered: