no trace data in xray
Opened this issue · 3 comments
Hi,
first of all thanks for the work to make the upgrade to nestjs v8.
I've added the tracing module to one of our applications and also replaced the HttpModule with the HttpTracingModule.
We are running our applications inside of an AWS EKS and have a DaemonSet for xray in place and running.
Somehow though there are no traces beeing collected.
Is there any guidance on how to debug this? Would the sdk log something if it was unable to send the traces?
Regards
Alex
@schealex did you work out what was wrong? We're facing a similar issue.
You might need to give the proper role/permissions to your task? https://github.com/aws-samples/aws-xray-fargate/blob/master/src/xray-pol.json
@schealex did you work out what was wrong? We're facing a similar issue.
@nomiddlename sadly not, still having this issue and @emeraldsanto yes we have the policies in place. We are using IaC with Terraform to set the whole thing up.