Napp / xray-laravel

AWS X-Ray tracing for Laravel apps
MIT License
56 stars 34 forks source link

X-ray ECS Fargate #27

Open davispalomino opened 2 years ago

davispalomino commented 2 years ago

it is possible to support ECS Fargete. Configure the Daemon with an IP but I still don't have the data.

Thank you

4c61757261 commented 5 months ago

I have it working in ECS Fargate.

You need to go to IAM > Users > select a user or create one > Security credentials tab > and create Access keys. This user must have the permissions set to AWSXrayWriteOnlyAccess (as the readme says).

Then set the following settings in your .env file: XRAY_AWS_REGION= XRAY_AWS_ACCESS_KEY_ID= XRAY_AWS_SECRET_ACCESS_KEY=