[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
Current spec defines the span name as the route, for example,
/users/:userID?.But having the
http.methodin the span name helps a lot, imo:GET /users/:userID?.Prompted by open-telemetry/opentelemetry-go-contrib#3040