-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
