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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
entranceNode和defaultnode会构建具体的invocation tree , 但是比如一个resource可能被不同的调用关系调用 , 比如A->B->C , 构建了一个invocation tree , 但是同一个contextname也可能出现 B->D ,但是这个invocation tree就不能从entranceNode开始生成 ,相当于并不是所有的调用关系都能从entranceNode开始,那么记录这个invocation tree在进行汇总统计的时候,比如统计这个调用链A->B->C , 会误把B->D里面的计数也统计进去呢 ?还是说出现这种问题要通过不同的contextName把调用关系分离开,谢谢
All reactions