pub async fn gen_span_batches(
sender: Sender<(RecordBatch, Vec<RecordBatch>, String)>,
client: &mut Client,
process_id: &str,
time_range: TimeRange,
main_thread_name: &str,
top_level_span_name: &str,
group_by_config: &GroupBy,
) -> Result<()>Expand description
Generates and sends span batches to a channel.