pub fn usage_from_estimates(
session_id: &str,
command: &str,
path: Option<String>,
query: Option<String>,
estimated_without_projectatlas: usize,
estimated_with_projectatlas: usize,
) -> UsageEventExpand description
Create a usage event from already-computed token estimates.