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

no message

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