[Current spec](https://github.com/open-telemetry/opentelemetry-specification/blob/main/specification/trace/semantic_conventions/http.md#http-server-semantic-conventions) defines the span name as the route, for example, `/users/:userID?`. But having the `http.method` in the span name helps a lot, imo: `GET /users/:userID?`. Prompted by https://github.com/open-telemetry/opentelemetry-go-contrib/issues/3040