Maintained with ☕️ by
IcePanel logo

AWS X-Ray SDK for Go is now generally available

Share

Services

AWS X-Ray SDK for Go is now generally available, enabling Go developers to get an end to end view of requests as they travel through their applications. AWS X-Ray helps developers analyze and debug their distributed applications, such as those built using a microservices architecture. Using the Go SDK, you can now better understand how your Go applications and their underlying services are performing. This enables you to easily identify and troubleshoot the root cause of performance issues and errors. You can use X-Ray to view a map of your applications and its services in development and in production. Your applications can be simple three-tier applications or complex microservices consisting of thousands of services, such as those built using AWS Lambda. You can get the AWS X-Ray SDK for Go from the [AWS X-Ray GitHub repository](https://github.com/aws/aws-xray-sdk-go). To learn more about this SDK, visit the [AWS X-Ray SDK for Go developer guide](https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-go.html).