pub fn record_event(event: &str)
Record an event in the current span
use vecstore::telemetry::record_event; record_event("cache_hit");