提交 a0b001db 编写于 作者: wu-sheng's avatar wu-sheng

no message

上级 ec575ce0
......@@ -293,7 +293,7 @@ public class TracingContext implements AbstractTracerContext {
@Override
public Object doProcess(final int peerId) {
return DictionaryManager.findOperationNameCodeSection()
.findOnly(RemoteDownstreamConfig.Agent.APPLICATION_ID, operationName)
.findOnly(segment.getApplicationId(), operationName)
.doInCondition(
new PossibleFound.FoundAndObtain() {
@Override
......@@ -312,7 +312,7 @@ public class TracingContext implements AbstractTracerContext {
@Override
public Object doProcess() {
return DictionaryManager.findOperationNameCodeSection()
.findOnly(RemoteDownstreamConfig.Agent.APPLICATION_ID, operationName)
.findOnly(segment.getApplicationId(), operationName)
.doInCondition(
new PossibleFound.FoundAndObtain() {
@Override
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册