chore: remove useless codes (#5982)
This commit is contained in:
parent
b80778ba6f
commit
5e4b16cbfc
|
|
@ -118,11 +118,6 @@ public class SegmentAnalysisListener implements FirstAnalysisListener, EntryAnal
|
|||
serviceName, NodeType.Normal);
|
||||
}
|
||||
|
||||
endpointId = IDManager.EndpointID.buildId(
|
||||
serviceId,
|
||||
span.getOperationName()
|
||||
);
|
||||
|
||||
endpointName = namingControl.formatEndpointName(serviceName, span.getOperationName());
|
||||
endpointId = IDManager.EndpointID.buildId(
|
||||
serviceId,
|
||||
|
|
|
|||
Loading…
Reference in New Issue