This sample application demonstrates how to use the AWS Distro for OpenTelemetry to instrument AWS SDK calls and validates the integration of manual instrumentation with the X-Ray backend service. This validation is done through the AWS Distro for OpenTelemetry Testing Framework.
This sample application uses Symfony v6 to expose the following routes:
/
- Ensures the application is running
/aws-sdk-call
- Makes a call to AWS S3 to list buckets for account associated with the configured AWS credentials.
Ensure you are in the /SampleApp
directory
run composer install
symfony server:start