I have two services(Java), between them is a relationship A depends on B. These two services are deployed on two AWS EB with X-Ray enabled. When I make a HTTP request to the service A, the AWS X-Ray Console shows me the segments of service A and B but there is no edge between service A and B.
My question is why the segment of B has the field ParentId equal to null.
I expect Client --> Service A --> Service B to be on service graph instead of Client --> Service A and Client --> Service B.
Do you have any idea?
Thank you