Bhautik Pipaliya
Bhautik Pipaliya
Yes, I agree with the temporary fix you suggested and suggestion you provided for permanent fix as well. I will mark this as an enhancement. Yeah, we can probably remove...
Hi @pragyanaryal , Thanks for submitting this feature request. I will add this instrumentation support ask in our backlog. However, I will recommend you to explore OpenTelemetry Go SDK which...
Hi, Thanks for opening this issue. I think as part of the 1.x.x release we might have changed some of the code behaviors. I think as per your use case...
Hi @alexbilbie , Ideally `NewSegmentFromHeader` should create a new segment even if you pass request as nil. The only behavior change introduced in GA release was related to sampling. If...
Thanks for reporting this. Can you share more information on how you were using SDK? Which instrumentation you were using? Is it possible to provide a small repro code for...
Hi @cperezortiz , I think X-Ray Go SDK does not support tracing async calls. However, you can achieve this manually using X-Ray Go SDK public APIs. You probably have to...