-
Notifications
You must be signed in to change notification settings - Fork 34
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
Tracing doesn't work with Elastic Beanstalk #14
Comments
The problem is that the ALB does not pass the 'Sampled=1' chunk of the trace id header I ended extending the XrayServiceProvider boot method and modifying the header by adding |
@aln-1 Is it possible for you to share an example of exactly what you did? |
I don't have this chunk of code anymore but my previous reply explains the solution clearly. |
Hello! |
Hi, thank you for this package!
I would like to use AWS X-Ray on an Elastic Beanstalk environment.
I've enabled X-Ray the daemon is listening on
127.0.0.1:2000
AWSXRayDaemonWriteAccess
has been attached to theaws-elasticbeanstalk-ec2-role
role.The package has been installed and implemented to my Laravel App.
I've changed the submitter in the
/config/xray.php
to\Napp\Xray\Submission\DaemonSegmentSubmitter::class
Everything looks fine, but for some reason, nothing appears on the X-Ray console.
Did I miss something?
The text was updated successfully, but these errors were encountered: