First, you need to understand what is an endpoint, https://github.com/apache/skywalking/blob/master/docs/en/concepts-and-designs/overview.md#why-use-skywalking Then, the dependency should be clear. Such as, endpointA exposed in ServiceA, endpointB exposed in ServiceB. If you endpointA internal logical, it will request endpointB, then we we say endpointA depends on endpointB. It keeps the same logic as service dependency.
Sheng Wu 吴晟 Twitter, wusheng1108 BestFS <[email protected]> 于2020年2月10日周一 下午4:31写道: > Dear all dev > Could you explain about dependency map in endpoint? What does it mainly > do?What does it focus on?For example,there is a path > A->B->C->D.Dependency map in D endpoint show > (A->D,B->D,C->D) or (C->D) ? If I wanna get format with > (C->D),What i need to do ?
