Tolerance\Tracer\SpanFactory\Psr7\Psr7SpanFactory::getName PHP Method

getName() private method

private getName ( Psr\Http\Message\RequestInterface $request ) : string
$request Psr\Http\Message\RequestInterface
return string
    private function getName(RequestInterface $request)
    {
        return $request->getMethod() . ' ' . $request->getUri()->getPath();
    }