Reads OpenTelemetry span data from SQLite databases that store OTEL traces.
Looks for standard OTEL table names (spans, span_events, span_attributes) and
joins them to reconstruct the span structure before converting to bidux events.
Usage
read_otel_sqlite(source)
Value
Data frame with bidux event schema (converted from spans)