Description
The agent spec calls out several attributes that should be added to an HTTP span event. The agent seems to the missing the http.request.method attribute.
Add the http.request.method to external call spans. The method should be the standard HTTP verb, in uppercase : GET, POST, PUT, etc.
Related FR