Span spanFromContext(Context context) { return context.getValue(spanKey) ?? NonRecordingSpan(SpanContext.invalid()); }