Issue I use AWS X-Ray SDK for Java to enable X-Ray tracing for my Spring Boot micro services. With following snippet I am able to attach a custom SegmentListene
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
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
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