Per the OTel semantic conventions, client and server HTTP spans may send the request and response headers using the following attributes:
http.request.header.<key>
http.response.header.<key>
We don't currently map these in traces.go onto the modelpb.HTTPRequest.Headers and modelpb.HTTPResponse.Headers. As a result, if these are included in the span attributes, they are mapped onto labels.* which is not ideal.

These should ideally be mapped to our APM model.
Per the OTel semantic conventions, client and server HTTP spans may send the request and response headers using the following attributes:
http.request.header.<key>http.response.header.<key>We don't currently map these in
traces.goonto themodelpb.HTTPRequest.Headersandmodelpb.HTTPResponse.Headers. As a result, if these are included in the span attributes, they are mapped ontolabels.*which is not ideal.These should ideally be mapped to our APM model.