in aws-xray-agent/src/main/java/com/amazonaws/xray/agent/runtime/config/AgentConfiguration.java [219:238]
public String toString() {
return "AgentConfiguration{" +
"serviceName='" + serviceName + '\'' +
", contextMissingStrategy='" + contextMissingStrategy + '\'' +
", daemonAddress='" + daemonAddress + '\'' +
", samplingStrategy='" + samplingStrategy + '\'' +
", traceIdInjectionPrefix='" + traceIdInjectionPrefix + '\'' +
", maxStackTraceLength=" + maxStackTraceLength +
", streamingThreshold=" + streamingThreshold +
", samplingRulesManifest='" + samplingRulesManifest + '\'' +
", awsSdkVersion='" + awsSdkVersion + '\'' +
", awsServiceHandlerManifest='" + awsServiceHandlerManifest + '\'' +
", pluginsEnabled=" + pluginsEnabled +
", tracingEnabled=" + tracingEnabled +
", collectSqlQueries=" + collectSqlQueries +
", traceIdInjection=" + traceIdInjection +
", contextPropagation=" + contextPropagation +
", traceIncomingRequests=" + traceIncomingRequests +
'}';
}