Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upSupport AWS X-Ray as distributed trace #2130
Comments
|
Sorry for the late reply, sounds like a good idea! Would you be open to contribute that? |


Is your feature request related to a problem? Please describe.
AWS Fargate and ECS is a popular container cluster. Jaeger and datadog are not native to AWS, require additional setup, cost and operations. AWS X-Ray support distributed tracing for ECS and AWS lambda. A custom lambda can be developed for oauth2 token validation against Hydra. Currently tracing between lambda authorizer and hydra go to separate places, X-Ray and Jaeger.
Describe the solution you'd like
OpenCensus support export to AWS X-Ray: https://opencensus.io/exporters/supported-exporters/go/xray/. Now OpenTracing and OpenCensus are merged to OpenTelemetry. It will be nice to hydra support tracing to AWS X-Ray, so tracing lambda authorizer and hydra can be displayed in single place: X-Ray.