aws-quickstart / cdk-eks-blueprints

AWS Quick Start Team
Apache License 2.0
447 stars 198 forks source link

Xray ADOT Addon #452

Closed elamaran11 closed 1 year ago

elamaran11 commented 2 years ago

Describe the feature

AWS X-Ray helps developers analyze and debug production, distributed applications, such as those built using a microservices architecture. This Addon deploys an AWS Distro for OpenTelemetry (ADOT) Collector for X-Ray which receives traces from the application and sends the same to X-Ray console. You can change the mode to Daemonset, StatefulSet, and Sidecar depending on your deployment strategy.

Use Case

This enables a simplified experience for instrumenting your applications running on Amazon EKS to send metric and trace data to multiple monitoring service options like Amazon CloudWatch, Prometheus, and X-Ray.

Proposed Solution

New XRay Addon to remote write traces to Xray Console using ADOT Addon.

Other Information

No response

Acknowledgements

CDK version used

2.33

EKS Blueprints Version

1.1.0

Node.js Version

18.6.0

Environment details (OS name and version, etc.)

mac

elamaran11 commented 2 years ago

PR #449

youngjeong46 commented 1 year ago

Closing the issue as the feature is implemented as an addon.