When an action already happened and you want to record its duration retroactively, use `observed`. It fires the start and end metrics without registering in the active context:
expect{described_class.observed('nonexistent',duration_s: 1.0)}.toraise_error(described_class::NotFoundError,"User Experience nonexistent not found in the registry")
expect{described_class.observed('nonexistent',start_time: start_time)}.toraise_error(described_class::NotFoundError,"User Experience nonexistent not found in the registry")