mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-21 02:35:53 +10:00
[유치수] [NOBTS] todo 표
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1303 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
+1
@@ -57,6 +57,7 @@ public class ConnectMethodInterceptor implements StaticAroundInterceptor, ByteCo
|
||||
String host = request.getURL().getHost();
|
||||
int port = request.getURL().getPort();
|
||||
|
||||
// TODO protocol은 어떻게 표기하지???
|
||||
trace.recordEndPoint("HTTP/1.1:" + host + ((port > 0) ? ":" + port : ""));
|
||||
trace.recordDestinationId(host + ((port > 0) ? ":" + port : ""));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user