no message
This commit is contained in:
parent
ec575ce007
commit
a0b001db76
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue