pub fn group_spans_by_resource_and_scope(
    spans: Vec<SpanData>,
    resource: &ResourceAttributesWithSchema,
) -> Vec<ResourceSpans>
Available on crate features trace and gen-tonic-messages only.