Skip to content

Commit

Permalink
pinpoint-apm#2010 Add RECORD_STATISTICS property
Browse files Browse the repository at this point in the history
  • Loading branch information
Xylus committed Aug 25, 2016
1 parent 2e39615 commit a2858a9
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
import com.navercorp.pinpoint.common.trace.ServiceType;
import com.navercorp.pinpoint.common.trace.ServiceTypeFactory;

import static com.navercorp.pinpoint.common.trace.ServiceTypeProperty.RECORD_STATISTICS;

/**
* @author Jongho Moon
*
Expand All @@ -25,5 +27,5 @@ public final class JdkHttpConstants {
private JdkHttpConstants() {
}

public static final ServiceType SERVICE_TYPE = ServiceTypeFactory.of(9055, "JDK_HTTPURLCONNECTOR", "JDK_HTTPCONNECTOR");
public static final ServiceType SERVICE_TYPE = ServiceTypeFactory.of(9055, "JDK_HTTPURLCONNECTOR", "JDK_HTTPCONNECTOR", RECORD_STATISTICS);
}

0 comments on commit a2858a9

Please sign in to comment.