-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
End to end Test failed due to incorrect trace format #19
Comments
There is a fix currently being implemented described in this issue of the upstream repo. |
looks like the code is merged, can we check if it can fix this issue? |
There's a dependency issue waiting on the upstream release of this PR#1627 before the traces are exported correctly. |
What's the status here? The PR referenced looks like it's merged. |
@awssandra I've symlinked the dependencies locally for exporter-collector-grpc and everything works as expected. However, our tests are blocked and cannot call the new dependency until upstream has a release. |
while checking the e2e test failure, i found the log in otcollector as below:
the trace id is not a valid xray trace id.
However, the sample app returned trace id as
I'm not sure which part is having issue at this moment, but looks like jssdk sends a wrong trace id?
The text was updated successfully, but these errors were encountered: