Category "aws-xray"

how to generate X-Amzn-Trace-Id for Golang in the simplest way

I have been seeing this documentation by AWS Is there any simple way to generate "X-Amzn-Trace-Id" with X-Ray? the func NewIDGenerator() doesn't produce the for

X-Ray and async multithreading: segment cannot be found

I need to run multiple async methods from the main thread, which should be able to finish even after the main thread has returned a response. I've added a metho

AWS X-Ray Crossacount data collection

I have an application that is distributed over two AWS accounts. One part of the application ingest data from one account into the other account. The producer