Retrieve the local root span. This is the root-most active span which has a remote or invalid parent. If there is no active local root span, then an invalid span is returned. @experimental
public static function current() : SpanInterface { return self::fromContext(Context::getCurrent()); }