aws-containers / eks-app-mesh-polyglot-demo

End to end deployment and observability of polyglot microservices in Amazon EKS using AWS App Mesh, AWS Fargate, Amazon Cloudwatch Container Insights, and AWS X-Ray
MIT No Attribution
64 stars 636 forks source link

feat: xRay auto-instrumentation with opentelemetry #29

Closed sudopablosilva closed 1 year ago

sudopablosilva commented 1 year ago

As discussed, I've auto-instrumented the prodcatalog python app with opentelemetry. The collector receives the traces and forwards them to xRay service.

Summary