We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
XRayInstrument should try to map HTTP Span attributes to XRay Segment HTTP request metadata
see comparison of XRay segment against OT Span
The text was updated successfully, but these errors were encountered:
Currently all OT attributes are logged as annotations or metadata, example:
{ "service" : { "version" : "aws-xray-sdk-swift" }, "end_time" : 1595597689.3613839, "id" : "d0fae7e50034a757", "annotations" : { "http.method" : "GET", "http.url" : "https:\/\/aws.amazon.com", "http.response_content_length" : 212445, "http.status_code" : "200" }, "start_time" : 1595597687.7261341, "trace_id" : "1-5759e988-bd862e3fe1be46a994272793", "name" : "HTTP https:\/\/aws.amazon.com" }
Sorry, something went wrong.
No branches or pull requests
XRayInstrument should try to map HTTP Span attributes to XRay Segment HTTP request metadata
see comparison of XRay segment against OT Span
The text was updated successfully, but these errors were encountered: