You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
Sorry to open a blank issue but I don't know which issue type to choose.
I've manually instrumented a .net lambda function and an aspnet api which call a step function which in turn invokes the lambda.
So the flow is: api -> sf -> lambda -> other http calls.
I see the traces correctly on x-ray but the last part of the flow is represented separately on the map.
I attached the screenshot to represent better the situation. In the first one we see the link from step function and the lambda (the step function is not instrumented, it might be retrieved from the instrumented api that calls it). And then in the last one we see the lambda, with the custom service name that I configured in the code, that calls the other services. I was expecting to see these links from the first screenshot where we see the lambda called by step function.
Where could be the issue here?
Thanks
The text was updated successfully, but these errors were encountered:
Hi,
Sorry to open a blank issue but I don't know which issue type to choose.
I've manually instrumented a .net lambda function and an aspnet api which call a step function which in turn invokes the lambda.
So the flow is: api -> sf -> lambda -> other http calls.
I see the traces correctly on x-ray but the last part of the flow is represented separately on the map.
I attached the screenshot to represent better the situation. In the first one we see the link from step function and the lambda (the step function is not instrumented, it might be retrieved from the instrumented api that calls it). And then in the last one we see the lambda, with the custom service name that I configured in the code, that calls the other services. I was expecting to see these links from the first screenshot where we see the lambda called by step function.
Where could be the issue here?
Thanks
The text was updated successfully, but these errors were encountered: