Tolerance\Tracer\SpanFactory\HttpFoundation\HttpFoundationSpanFactory::getName PHP Method

getName() private method

private getName ( Request $request ) : string
$request Symfony\Component\HttpFoundation\Request
return string
    private function getName(Request $request)
    {
        return $request->getMethod() . ' ' . $request->getPathInfo();
    }