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
Xray SDK should send content_length with number type in the json segment for the http request data.
content_length
But I get this data when I use the latest node.js sdk version: data.txt
This is a bug and when our customers try to use OT collector to take place of Xray-daemon, they can't get the data they want.
The text was updated successfully, but these errors were encountered:
This looks correct, as per https://docs.aws.amazon.com/xray/latest/devguide/xray-api-segmentdocuments.html content-length should be recorded as a number.
We'll need to correct this in a few places: https://github.com/aws/aws-xray-sdk-node/search?q=content_length
Sorry, something went wrong.
No branches or pull requests
Xray SDK should send
content_length
with number type in the json segment for the http request data.But I get this data when I use the latest node.js sdk version: data.txt
This is a bug and when our customers try to use OT collector to take place of Xray-daemon, they can't get the data they want.
The text was updated successfully, but these errors were encountered: