Hi,I'm working on instrumenting Java Lambda. My environment contains 2 lambdas. the first one is triggering the second one through SNS.Also, implemented the sns exit call from the first lambda.Now, I'm trying to correlate the business transaction to ...
Great Peter, exitcall.getCorrelationHeader(), this what I was looking for. Noe the first Lambda generates the correlation header then fetch the outgoing header and send it to each Lambda through it's exit call. Thanks a lot for your help, I'll mark t...
Hi Peter, I passed a correct formate header to the first lambda and it's succeeded to pass it to the second lambda and correlate the transaction created from the first lambda, but I found that, the first Lambda is correlating to itself. I want the fi...
Thanks Peter for your reply. Actually, I don't know how the correlation header should look like. I tried many entries, but in every time it returns malformed header and generate a new one like:[AppDynamics Tracer] [DEBUG]: Correlation Header generate...