mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-22 11:16:25 +10:00
[유치수] [NOBTS] modify servlet interceptor
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1107 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -159,7 +159,11 @@ public class SubSpan implements Thriftable {
|
||||
|
||||
subSpan.setRpc(rpc);
|
||||
subSpan.setServiceName(serviceName);
|
||||
subSpan.setServiceType(serviceType.getCode());
|
||||
|
||||
if (serviceType != null) {
|
||||
subSpan.setServiceType(serviceType.getCode());
|
||||
}
|
||||
|
||||
subSpan.setEndPoint(endPoint);
|
||||
subSpan.setErr(exception);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user