Skip to content

Instantly share code, notes, and snippets.

@bob96589
Created July 8, 2020 02:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bob96589/c51dfcc905e0c7e25dbad3237b8f1d6e to your computer and use it in GitHub Desktop.
Save bob96589/c51dfcc905e0c7e25dbad3237b8f1d6e to your computer and use it in GitHub Desktop.
elastic-apm.log
2020-07-08 10:43:22.738 [elastic-apm-server-healthcheck] DEBUG co.elastic.apm.agent.report.ApmServerHealthChecker - Starting healthcheck to http://10.148.208.48:8090/
2020-07-08 10:43:22.750 [main] DEBUG co.elastic.apm.agent.impl.payload.SystemInfo - container ID is 16b5ffca3dcef508c84b210e635b274fb4afeba3940573c50de43b7554e47a73
2020-07-08 10:43:22.781 [main] INFO co.elastic.apm.agent.util.JmxUtils - Found JVM-specific OperatingSystemMXBean interface: com.sun.management.OperatingSystemMXBean
2020-07-08 10:43:22.889 [elastic-apm-server-healthcheck] INFO co.elastic.apm.agent.report.ApmServerHealthChecker - Elastic APM server is available: { "build_date": "2020-02-28T22:18:38Z", "build_sha": "3b7823bb329e0e5bfe25e106a3b93e8f61d0451f", "version": "7.6.1"}
2020-07-08 10:43:22.891 [elastic-apm-server-healthcheck] DEBUG co.elastic.apm.agent.report.ApmServerHealthChecker - APM server http://10.148.208.48:8090/ version is: 7.6.1
2020-07-08 10:43:22.978 [main] INFO co.elastic.apm.agent.configuration.StartupInfo - Starting Elastic APM 1.16.0 as tomcat-application on Java 1.8.0_252 (Oracle Corporation) Linux 3.10.0-957.el7.x86_64
2020-07-08 10:43:22.979 [main] DEBUG co.elastic.apm.agent.configuration.StartupInfo - environment: 'ENV3' (source: /usr/local/tomcat/lib/elasticapm.properties)
2020-07-08 10:43:22.979 [main] DEBUG co.elastic.apm.agent.configuration.StartupInfo - server_urls: 'http://10.148.208.48:8090' (source: /usr/local/tomcat/lib/elasticapm.properties)
2020-07-08 10:43:22.979 [main] DEBUG co.elastic.apm.agent.configuration.StartupInfo - application_packages: 'com.delta' (source: /usr/local/tomcat/lib/elasticapm.properties)
2020-07-08 10:43:22.979 [main] DEBUG co.elastic.apm.agent.configuration.StartupInfo - log_level: 'DEBUG' (source: /usr/local/tomcat/lib/elasticapm.properties)
2020-07-08 10:43:22.980 [main] DEBUG co.elastic.apm.agent.configuration.StartupInfo - log_file: '_AGENT_HOME_/../logs/elastic-apm.log' (source: /usr/local/tomcat/lib/elasticapm.properties)
2020-07-08 10:43:22.984 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Reloading configuration from APM Server http://10.148.208.48:8090/config/v1/agents
2020-07-08 10:43:22.992 [main] DEBUG co.elastic.apm.agent.impl.circuitbreaker.GCStressMonitor - Registering a heap memory pool (Eden Space) for stress monitoring
2020-07-08 10:43:22.993 [main] DEBUG co.elastic.apm.agent.impl.circuitbreaker.GCStressMonitor - Registering a heap memory pool (Tenured Gen) for stress monitoring
2020-07-08 10:43:22.993 [main] DEBUG co.elastic.apm.agent.impl.circuitbreaker.SystemCpuStressMonitor - Successfully obtained reference to the getSystemCpuLoad method of this JVM's OperatingSystemMXBean implementation
2020-07-08 10:43:22.994 [main] DEBUG co.elastic.apm.agent.jmx.JmxMetricTracker - Deferring initialization of JMX metric tracking until capture_jmx_metrics is set.
2020-07-08 10:43:22.995 [main] INFO co.elastic.apm.agent.impl.ElasticApmTracer - Tracer switched to RUNNING state
2020-07-08 10:43:23.055 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Central configuration is disabled. Set kibana.enabled: true in your APM Server configuration.
2020-07-08 10:43:23.057 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Scheduling next remote configuration reload in 300s
2020-07-08 10:43:23.068 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.httpclient.ApacheHttpClientInstrumentation
2020-07-08 10:43:23.069 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.impl.execchain.ClientExecChain was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.075 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.httpclient.ApacheHttpAsyncClientInstrumentation
2020-07-08 10:43:23.076 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.nio.client.HttpAsyncClient was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.076 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.httpclient.ApacheHttpAsyncClientRedirectInstrumentation
2020-07-08 10:43:23.077 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.httpclient.LegacyApacheHttpClientInstrumentation
2020-07-08 10:43:23.077 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.ElasticApmApiInstrumentation$StartTransactionInstrumentation
2020-07-08 10:43:23.078 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.ElasticApmApiInstrumentation$StartTransactionWithRemoteParentInstrumentation
2020-07-08 10:43:23.078 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.ElasticApmApiInstrumentation$CurrentTransactionInstrumentation
2020-07-08 10:43:23.078 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.ElasticApmApiInstrumentation$CurrentSpanInstrumentation
2020-07-08 10:43:23.078 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.ElasticApmApiInstrumentation$CaptureExceptionInstrumentation
2020-07-08 10:43:23.079 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.TransactionInstrumentation$SetUserInstrumentation
2020-07-08 10:43:23.079 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.TransactionInstrumentation$EnsureParentIdInstrumentation
2020-07-08 10:43:23.079 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.TransactionInstrumentation$SetResultInstrumentation
2020-07-08 10:43:23.080 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.TransactionInstrumentation$AddCustomContextInstrumentation
2020-07-08 10:43:23.080 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.AbstractSpanInstrumentation$SetNameInstrumentation
2020-07-08 10:43:23.080 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.AbstractSpanInstrumentation$SetTypeInstrumentation
2020-07-08 10:43:23.080 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.AbstractSpanInstrumentation$SetTypesInstrumentation
2020-07-08 10:43:23.081 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.AbstractSpanInstrumentation$DoCreateSpanInstrumentation
2020-07-08 10:43:23.081 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.AbstractSpanInstrumentation$SetStartTimestampInstrumentation
2020-07-08 10:43:23.081 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.AbstractSpanInstrumentation$EndInstrumentation
2020-07-08 10:43:23.081 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.AbstractSpanInstrumentation$EndWithTimestampInstrumentation
2020-07-08 10:43:23.082 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.AbstractSpanInstrumentation$CaptureExceptionInstrumentation
2020-07-08 10:43:23.082 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.AbstractSpanInstrumentation$GetIdInstrumentation
2020-07-08 10:43:23.082 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.AbstractSpanInstrumentation$GetTraceIdInstrumentation
2020-07-08 10:43:23.083 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.AbstractSpanInstrumentation$AddStringLabelInstrumentation
2020-07-08 10:43:23.083 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.AbstractSpanInstrumentation$AddNumberLabelInstrumentation
2020-07-08 10:43:23.083 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.AbstractSpanInstrumentation$AddBooleanLabelInstrumentation
2020-07-08 10:43:23.083 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.AbstractSpanInstrumentation$ActivateInstrumentation
2020-07-08 10:43:23.084 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.AbstractSpanInstrumentation$IsSampledInstrumentation
2020-07-08 10:43:23.084 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.AbstractSpanInstrumentation$InjectTraceHeadersInstrumentation
2020-07-08 10:43:23.084 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.CaptureExceptionInstrumentation
2020-07-08 10:43:23.084 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.ApiScopeInstrumentation
2020-07-08 10:43:23.085 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.CaptureTransactionInstrumentation
2020-07-08 10:43:23.086 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureTransaction was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.086 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.CaptureSpanInstrumentation
2020-07-08 10:43:23.086 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureSpan was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.087 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.TracedInstrumentation
2020-07-08 10:43:23.087 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.Traced was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.087 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.AbstractSpanInstrumentation$LegacyCaptureExceptionInstrumentation
2020-07-08 10:43:23.088 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.LegacySpanInstrumentation$SetNameInstrumentation
2020-07-08 10:43:23.088 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.LegacySpanInstrumentation$SetTypeInstrumentation
2020-07-08 10:43:23.088 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.LegacySpanInstrumentation$DoCreateSpanInstrumentation
2020-07-08 10:43:23.088 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.LegacySpanInstrumentation$EndInstrumentation
2020-07-08 10:43:23.089 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.LegacySpanInstrumentation$CaptureExceptionInstrumentation
2020-07-08 10:43:23.089 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.LegacySpanInstrumentation$GetIdInstrumentation
2020-07-08 10:43:23.089 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.LegacySpanInstrumentation$GetTraceIdInstrumentation
2020-07-08 10:43:23.089 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.LegacySpanInstrumentation$AddTagInstrumentation
2020-07-08 10:43:23.090 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.LegacySpanInstrumentation$ActivateInstrumentation
2020-07-08 10:43:23.090 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.plugin.api.LegacySpanInstrumentation$IsSampledInstrumentation
2020-07-08 10:43:23.090 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.asynchttpclient.AbstractAsyncHttpClientInstrumentation$AsyncHttpClientInstrumentation
2020-07-08 10:43:23.091 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.asynchttpclient.AsyncHandler was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.091 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.error.logging.Slf4jLoggingInstrumentation
2020-07-08 10:43:23.091 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.error.logging.Log4jLoggingInstrumentation
2020-07-08 10:43:23.092 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.concurrent.ExecutorInstrumentation$ExecutorRunnableInstrumentation
2020-07-08 10:43:23.092 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.concurrent.ExecutorInstrumentation$ExecutorCallableInstrumentation
2020-07-08 10:43:23.093 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jaxrs.JaxRsTransactionNameInstrumentation
2020-07-08 10:43:23.093 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.ws.rs.Path was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.094 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jaxws.JaxWsTransactionNameInstrumentation
2020-07-08 10:43:23.094 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jws.WebService was loaded by Bootstrap ClassLoader from jar:file:/usr/local/openjdk-8/jre/lib/rt.jar!/javax/jws/WebService.class
2020-07-08 10:43:23.095 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jdbc.ConnectionInstrumentation
2020-07-08 10:43:23.095 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jdbc.StatementInstrumentation$ExecuteWithQueryInstrumentation
2020-07-08 10:43:23.095 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jdbc.StatementInstrumentation$ExecuteUpdateWithQueryInstrumentation
2020-07-08 10:43:23.096 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jdbc.StatementInstrumentation$ExecuteUpdateNoQueryInstrumentation
2020-07-08 10:43:23.096 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jdbc.StatementInstrumentation$AddBatchInstrumentation
2020-07-08 10:43:23.096 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jdbc.StatementInstrumentation$ExecuteBatchInstrumentation
2020-07-08 10:43:23.096 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jdbc.StatementInstrumentation$ExecutePreparedStatementInstrumentation
2020-07-08 10:43:23.097 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.redis.jedis.JedisInstrumentation
2020-07-08 10:43:23.098 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.redis.jedis.JedisSpanNameInstrumentation
2020-07-08 10:43:23.098 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.redis.lettuce.Lettuce34StartSpanInstrumentation
2020-07-08 10:43:23.098 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.099 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.099 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.redis.lettuce.Lettuce34StopSpanInstrumentation$OnComplete
2020-07-08 10:43:23.100 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.100 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.100 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.redis.lettuce.Lettuce34StopSpanInstrumentation$OnCompleteExceptionally
2020-07-08 10:43:23.101 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.101 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.101 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.redis.lettuce.Lettuce34StopSpanInstrumentation$OnCancel
2020-07-08 10:43:23.102 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.102 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.102 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.redis.lettuce.Lettuce5StartSpanInstrumentation
2020-07-08 10:43:23.103 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.redis.lettuce.Lettuce5StopSpanInstrumentation$OnComplete
2020-07-08 10:43:23.103 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.redis.lettuce.Lettuce5StopSpanInstrumentation$OnCompleteExceptionally
2020-07-08 10:43:23.103 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.redis.lettuce.Lettuce5StopSpanInstrumentation$OnCancel
2020-07-08 10:43:23.104 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.redis.redisson.RedisConnectionInstrumentation
2020-07-08 10:43:23.104 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jms.JmsMessageProducerInstrumentation$JmsMessageProducerNoDestinationInstrumentation
2020-07-08 10:43:23.104 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.105 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jms.JmsMessageProducerInstrumentation$JmsMessageProducerWithDestinationInstrumentation
2020-07-08 10:43:23.105 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.105 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jms.JmsMessageConsumerInstrumentation$ReceiveInstrumentation
2020-07-08 10:43:23.106 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.106 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jms.JmsMessageConsumerInstrumentation$SetMessageListenerInstrumentation
2020-07-08 10:43:23.107 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.107 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jms.JmsMessageListenerInstrumentation
2020-07-08 10:43:23.107 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.108 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jsf.JsfLifecycleInstrumentation$JsfLifecycleExecuteInstrumentation
2020-07-08 10:43:23.108 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.109 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jsf.JsfLifecycleInstrumentation$JsfLifecycleRenderInstrumentation
2020-07-08 10:43:23.109 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.109 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.hibernate.search.v5_x.HibernateSearch5Instrumentation
2020-07-08 10:43:23.110 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.hibernate.search.FullTextQuery was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.110 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.es.restclient.v5_6.ElasticsearchClientSyncInstrumentation
2020-07-08 10:43:23.111 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.es.restclient.v5_6.ElasticsearchClientAsyncInstrumentation
2020-07-08 10:43:23.111 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.es.restclient.v6_4.ElasticsearchClientSyncInstrumentation
2020-07-08 10:43:23.111 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.es.restclient.v6_4.ElasticsearchClientAsyncInstrumentation
2020-07-08 10:43:23.112 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.grpc.ServerCallListenerInstrumentation$FinalMethodCall
2020-07-08 10:43:23.112 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.grpc.ServerCallListenerInstrumentation$NonFinalMethodCall
2020-07-08 10:43:23.112 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.grpc.ServerCallHandlerInstrumentation
2020-07-08 10:43:23.113 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.grpc.ServerCallInstrumentation
2020-07-08 10:43:23.113 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.grpc.ChannelInstrumentation
2020-07-08 10:43:23.113 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.grpc.ClientCallImplInstrumentation$Constructor
2020-07-08 10:43:23.114 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.grpc.ClientCallImplInstrumentation$Start
2020-07-08 10:43:23.114 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.kafka.KafkaProducerInstrumentation
2020-07-08 10:43:23.114 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.115 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.common.header.Headers was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.115 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.kafka.KafkaConsumerInstrumentation
2020-07-08 10:43:23.116 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.116 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.kafka.KafkaProducerHeadersInstrumentation
2020-07-08 10:43:23.116 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.117 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.common.header.Headers was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.117 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.kafka.ConsumerRecordsIteratorInstrumentation
2020-07-08 10:43:23.118 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.118 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.common.header.Headers was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.118 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.kafka.ConsumerRecordsRecordsInstrumentation
2020-07-08 10:43:23.119 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.119 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.common.header.Headers was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.119 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.kafka.ConsumerRecordsRecordListInstrumentation
2020-07-08 10:43:23.120 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.120 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.common.header.Headers was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.121 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.mongoclient.ConnectionCommandInstrumentation
2020-07-08 10:43:23.121 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.mongoclient.ConnectionInstrumentation
2020-07-08 10:43:23.121 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.mule4.Mule4OverrideClassLoaderLookupInstrumentation
2020-07-08 10:43:23.122 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.okhttp.OkHttpClientInstrumentation
2020-07-08 10:43:23.122 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.okhttp.OkHttp3ClientInstrumentation
2020-07-08 10:43:23.123 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.okhttp.OkHttpClientAsyncInstrumentation
2020-07-08 10:43:23.123 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.okhttp.OkHttp3ClientAsyncInstrumentation
2020-07-08 10:43:23.124 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracing.impl.ApmSpanInstrumentation$FinishInstrumentation
2020-07-08 10:43:23.124 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracing.impl.ApmSpanInstrumentation$LogInstrumentation
2020-07-08 10:43:23.124 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracing.impl.ApmSpanInstrumentation$TagInstrumentation
2020-07-08 10:43:23.124 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracing.impl.ApmSpanInstrumentation$SetOperationName
2020-07-08 10:43:23.125 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracing.impl.ApmSpanInstrumentation$GetTraceContextInstrumentation
2020-07-08 10:43:23.125 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracing.impl.ApmSpanBuilderInstrumentation$CreateSpanInstrumentation
2020-07-08 10:43:23.125 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracing.impl.ScopeManagerInstrumentation$ActivateInstrumentation
2020-07-08 10:43:23.126 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracing.impl.ScopeManagerInstrumentation$CurrentSpanInstrumentation
2020-07-08 10:43:23.126 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracing.impl.ScopeManagerInstrumentation$CurrentTraceContextInstrumentation
2020-07-08 10:43:23.126 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracing.impl.ApmScopeInstrumentation
2020-07-08 10:43:23.141 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracing.impl.SpanContextInstrumentation$BaggageItemsInstrumentation
2020-07-08 10:43:23.141 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracing.impl.SpanContextInstrumentation$ToTraceIdInstrumentation
2020-07-08 10:43:23.141 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracing.impl.SpanContextInstrumentation$ToSpanIdInstrumentation
2020-07-08 10:43:23.142 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracing.impl.ExternalSpanContextInstrumentation$ToTraceIdInstrumentation
2020-07-08 10:43:23.142 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracing.impl.ExternalSpanContextInstrumentation$ToSpanIdInstrumentation
2020-07-08 10:43:23.142 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracing.impl.ElasticApmTracerInstrumentation
2020-07-08 10:43:23.143 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.ServletInstrumentation
2020-07-08 10:43:23.143 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.143 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.ServletVersionInstrumentation$Init
2020-07-08 10:43:23.144 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.ServletVersionInstrumentation$Service
2020-07-08 10:43:23.144 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.FilterChainInstrumentation
2020-07-08 10:43:23.144 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.145 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.AsyncInstrumentation$StartAsyncInstrumentation
2020-07-08 10:43:23.145 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.146 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.AsyncInstrumentation$AsyncContextInstrumentation
2020-07-08 10:43:23.146 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.146 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.RequestStreamRecordingInstrumentation
2020-07-08 10:43:23.147 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.147 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.resttemplate.SpringRestTemplateInstrumentation
2020-07-08 10:43:23.148 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.spring.webmvc.SpringTransactionNameInstrumentation
2020-07-08 10:43:23.148 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.springframework.web.method.HandlerMethod was loaded by Bootstrap ClassLoader
2020-07-08 10:43:23.148 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.spring.webmvc.ViewRenderInstrumentation
2020-07-08 10:43:23.149 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.spring.webmvc.SpringServiceNameInstrumentation
2020-07-08 10:43:23.149 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.spring.webmvc.ExceptionHandlerInstrumentation
2020-07-08 10:43:23.150 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.urlconnection.HttpUrlConnectionInstrumentation$CreateSpanInstrumentation
2020-07-08 10:43:23.150 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.urlconnection.HttpUrlConnectionInstrumentation$DisconnectInstrumentation
2020-07-08 10:43:23.150 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.spring.scheduled.ScheduledTransactionNameInstrumentation
2020-07-08 10:43:23.151 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.quartz.job.JobTransactionNameInstrumentation
2020-07-08 10:43:23.151 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.process.ProcessStartInstrumentation
2020-07-08 10:43:23.152 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.process.ProcessExitInstrumentation$WaitFor
2020-07-08 10:43:23.152 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.process.ProcessExitInstrumentation$Destroy
2020-07-08 10:43:23.152 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.process.CommonsExecAsyncInstrumentation
2020-07-08 10:43:23.153 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applied 138 advices
2020-07-08 10:43:23.174 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.impl.execchain.ClientExecChain was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.175 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.nio.client.HttpAsyncClient was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.176 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureTransaction was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.176 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureSpan was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.177 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.Traced was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.177 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.asynchttpclient.AsyncHandler was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.178 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.ws.rs.Path was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.179 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jws.WebService was loaded by sun.misc.Launcher$AppClassLoader from jar:file:/usr/local/openjdk-8/jre/lib/rt.jar!/javax/jws/WebService.class
2020-07-08 10:43:23.179 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.180 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.180 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.181 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.181 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.181 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.182 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.182 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.183 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.183 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.183 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.184 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.184 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.185 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.185 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.185 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.hibernate.search.FullTextQuery was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.186 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.186 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.187 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.187 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.188 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.188 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.189 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.190 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.190 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.191 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.191 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:23.192 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.springframework.web.method.HandlerMethod was loaded by sun.misc.Launcher$AppClassLoader
2020-07-08 10:43:24.036 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class co.elastic.apm.agent.util.ExecutorUtils$NamedDaemonThreadPoolExecutor
2020-07-08 10:43:24.065 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation CreateSpanInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(isInterface())) matches class sun.net.www.protocol.https.DelegateHttpsURLConnection
2020-07-08 10:43:24.067 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation CreateSpanInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(isInterface())) matches class sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
2020-07-08 10:43:24.151 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation CreateSpanInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(isInterface())) matches class javax.net.ssl.HttpsURLConnection
2020-07-08 10:43:24.171 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class java.util.concurrent.Executors$FinalizableDelegatedExecutorService
2020-07-08 10:43:24.172 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class java.util.concurrent.Executors$DelegatedExecutorService
2020-07-08 10:43:24.195 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation CreateSpanInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(isInterface())) matches class sun.net.www.protocol.http.HttpURLConnection
2020-07-08 10:43:24.197 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation CreateSpanInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(isInterface())) matches class java.net.HttpURLConnection
2020-07-08 10:43:24.268 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class java.util.concurrent.ScheduledThreadPoolExecutor
2020-07-08 10:43:24.269 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class java.util.concurrent.ThreadPoolExecutor
2020-07-08 10:43:24.273 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class java.util.concurrent.AbstractExecutorService
2020-07-08 10:43:24.516 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class co.elastic.apm.agent.util.ExecutorUtils$NamedDaemonThreadPoolExecutor
2020-07-08 10:43:24.517 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorCallableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class co.elastic.apm.agent.util.ExecutorUtils$NamedDaemonThreadPoolExecutor
2020-07-08 10:43:24.638 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation CreateSpanInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(isInterface())) matches class sun.net.www.protocol.https.DelegateHttpsURLConnection
2020-07-08 10:43:24.638 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation DisconnectInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(isInterface())) matches class sun.net.www.protocol.https.DelegateHttpsURLConnection
2020-07-08 10:43:24.695 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation CreateSpanInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(isInterface())) matches class sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
2020-07-08 10:43:24.695 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation DisconnectInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(isInterface())) matches class sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
2020-07-08 10:43:24.758 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation CreateSpanInstrumentation: (((name(equals(connect)) and hasParameter(ofSize(0))) or (name(equals(getOutputStream)) and hasParameter(ofSize(0)))) or (name(equals(getInputStream)) and hasParameter(ofSize(0)))) matches public void sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect() throws java.io.IOException
2020-07-08 10:43:24.785 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation CreateSpanInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(isInterface())) matches class javax.net.ssl.HttpsURLConnection
2020-07-08 10:43:24.786 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation DisconnectInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(isInterface())) matches class javax.net.ssl.HttpsURLConnection
2020-07-08 10:43:24.835 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class java.util.concurrent.Executors$FinalizableDelegatedExecutorService
2020-07-08 10:43:24.836 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorCallableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class java.util.concurrent.Executors$FinalizableDelegatedExecutorService
2020-07-08 10:43:24.886 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class java.util.concurrent.Executors$DelegatedExecutorService
2020-07-08 10:43:24.887 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorCallableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class java.util.concurrent.Executors$DelegatedExecutorService
2020-07-08 10:43:24.946 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorCallableInstrumentation: ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable)))))) matches public java.util.concurrent.Future java.util.concurrent.Executors$DelegatedExecutorService.submit(java.util.concurrent.Callable)
2020-07-08 10:43:24.960 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public java.util.concurrent.Future java.util.concurrent.Executors$DelegatedExecutorService.submit(java.lang.Runnable,java.lang.Object)
2020-07-08 10:43:24.972 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public java.util.concurrent.Future java.util.concurrent.Executors$DelegatedExecutorService.submit(java.lang.Runnable)
2020-07-08 10:43:24.982 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public void java.util.concurrent.Executors$DelegatedExecutorService.execute(java.lang.Runnable)
2020-07-08 10:43:24.992 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation CreateSpanInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(isInterface())) matches class sun.net.www.protocol.http.HttpURLConnection
2020-07-08 10:43:24.993 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation DisconnectInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(isInterface())) matches class sun.net.www.protocol.http.HttpURLConnection
2020-07-08 10:43:25.131 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation CreateSpanInstrumentation: (((name(equals(connect)) and hasParameter(ofSize(0))) or (name(equals(getOutputStream)) and hasParameter(ofSize(0)))) or (name(equals(getInputStream)) and hasParameter(ofSize(0)))) matches public synchronized java.io.OutputStream sun.net.www.protocol.http.HttpURLConnection.getOutputStream() throws java.io.IOException
2020-07-08 10:43:25.168 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation DisconnectInstrumentation: (name(equals(disconnect)) and hasParameter(ofSize(0))) matches public void sun.net.www.protocol.http.HttpURLConnection.disconnect()
2020-07-08 10:43:25.177 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation CreateSpanInstrumentation: (((name(equals(connect)) and hasParameter(ofSize(0))) or (name(equals(getOutputStream)) and hasParameter(ofSize(0)))) or (name(equals(getInputStream)) and hasParameter(ofSize(0)))) matches public void sun.net.www.protocol.http.HttpURLConnection.connect() throws java.io.IOException
2020-07-08 10:43:25.186 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation CreateSpanInstrumentation: (((name(equals(connect)) and hasParameter(ofSize(0))) or (name(equals(getOutputStream)) and hasParameter(ofSize(0)))) or (name(equals(getInputStream)) and hasParameter(ofSize(0)))) matches public synchronized java.io.InputStream sun.net.www.protocol.http.HttpURLConnection.getInputStream() throws java.io.IOException
2020-07-08 10:43:25.207 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation CreateSpanInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(isInterface())) matches class java.net.HttpURLConnection
2020-07-08 10:43:25.208 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation DisconnectInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(isInterface())) matches class java.net.HttpURLConnection
2020-07-08 10:43:25.265 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation DisconnectInstrumentation: (name(equals(disconnect)) and hasParameter(ofSize(0))) matches public abstract void java.net.HttpURLConnection.disconnect()
2020-07-08 10:43:25.269 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class java.util.concurrent.ScheduledThreadPoolExecutor
2020-07-08 10:43:25.270 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorCallableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class java.util.concurrent.ScheduledThreadPoolExecutor
2020-07-08 10:43:25.348 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public java.util.concurrent.Future java.util.concurrent.ScheduledThreadPoolExecutor.submit(java.lang.Runnable,java.lang.Object)
2020-07-08 10:43:25.361 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorCallableInstrumentation: ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable)))))) matches public java.util.concurrent.Future java.util.concurrent.ScheduledThreadPoolExecutor.submit(java.util.concurrent.Callable)
2020-07-08 10:43:25.372 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public java.util.concurrent.Future java.util.concurrent.ScheduledThreadPoolExecutor.submit(java.lang.Runnable)
2020-07-08 10:43:25.387 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public void java.util.concurrent.ScheduledThreadPoolExecutor.execute(java.lang.Runnable)
2020-07-08 10:43:25.398 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class java.util.concurrent.ThreadPoolExecutor
2020-07-08 10:43:25.399 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorCallableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class java.util.concurrent.ThreadPoolExecutor
2020-07-08 10:43:25.495 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public void java.util.concurrent.ThreadPoolExecutor.execute(java.lang.Runnable)
2020-07-08 10:43:25.509 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class java.util.concurrent.AbstractExecutorService
2020-07-08 10:43:25.510 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorCallableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class java.util.concurrent.AbstractExecutorService
2020-07-08 10:43:25.566 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public java.util.concurrent.Future java.util.concurrent.AbstractExecutorService.submit(java.lang.Runnable)
2020-07-08 10:43:25.577 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public java.util.concurrent.Future java.util.concurrent.AbstractExecutorService.submit(java.lang.Runnable,java.lang.Object)
2020-07-08 10:43:25.588 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorCallableInstrumentation: ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable)))))) matches public java.util.concurrent.Future java.util.concurrent.AbstractExecutorService.submit(java.util.concurrent.Callable)
2020-07-08 10:43:25.829 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.impl.execchain.ClientExecChain was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.855 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.nio.client.HttpAsyncClient was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.856 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureTransaction was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.856 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureSpan was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.856 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.Traced was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.857 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.asynchttpclient.AsyncHandler was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.857 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.ws.rs.Path was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.857 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jws.WebService was loaded by java.net.URLClassLoader from jar:file:/usr/local/openjdk-8/jre/lib/rt.jar!/javax/jws/WebService.class
2020-07-08 10:43:25.857 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.858 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.858 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.858 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.858 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.859 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.859 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.859 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.859 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.859 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.860 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.860 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.860 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.860 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.861 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.861 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.hibernate.search.FullTextQuery was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.871 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.872 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.872 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.872 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.872 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.873 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by java.net.URLClassLoader
2020-07-08 10:43:25.873 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by java.net.URLClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:43:25.873 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by java.net.URLClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:43:25.873 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by java.net.URLClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:43:25.873 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by java.net.URLClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:43:25.874 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by java.net.URLClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:43:25.874 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.springframework.web.method.HandlerMethod was loaded by java.net.URLClassLoader
2020-07-08 10:43:26.408 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation StartAsyncInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.ServletRequest))))) and not(isInterface())) matches class org.apache.catalina.connector.Request
2020-07-08 10:43:26.411 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation RequestStreamRecordingInstrumentation: ((hasSuperType(erasure(name(equals(javax.servlet.ServletRequest)))) and not(isInterface())) and not(isInterface())) matches class org.apache.catalina.connector.Request
2020-07-08 10:43:26.552 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation RequestStreamRecordingInstrumentation: (name(equals(getInputStream)) and returns(erasure(name(equals(javax.servlet.ServletInputStream))))) matches public javax.servlet.ServletInputStream org.apache.catalina.connector.Request.getInputStream() throws java.io.IOException
2020-07-08 10:43:26.569 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation StartAsyncInstrumentation: (((isPublic() and name(equals(startAsync))) and returns(erasure(name(equals(javax.servlet.AsyncContext))))) and (hasParameter(ofSize(0)) or (hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.ServletRequest)))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.ServletResponse))))))))) matches public javax.servlet.AsyncContext org.apache.catalina.connector.Request.startAsync()
2020-07-08 10:43:26.570 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation StartAsyncInstrumentation: (((isPublic() and name(equals(startAsync))) and returns(erasure(name(equals(javax.servlet.AsyncContext))))) and (hasParameter(ofSize(0)) or (hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.ServletRequest)))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.ServletResponse))))))))) matches public javax.servlet.AsyncContext org.apache.catalina.connector.Request.startAsync(javax.servlet.ServletRequest,javax.servlet.ServletResponse)
2020-07-08 10:43:27.293 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
2020-07-08 10:43:27.294 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorCallableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor
2020-07-08 10:43:27.345 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorCallableInstrumentation: ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable)))))) matches public java.util.concurrent.Future org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor.submit(java.util.concurrent.Callable)
2020-07-08 10:43:27.361 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public java.util.concurrent.Future org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor.submit(java.lang.Runnable,java.lang.Object)
2020-07-08 10:43:27.364 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public java.util.concurrent.Future org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor.submit(java.lang.Runnable)
2020-07-08 10:43:27.365 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public void org.apache.tomcat.util.threads.ScheduledThreadPoolExecutor.execute(java.lang.Runnable)
2020-07-08 10:43:27.692 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.apache.tomcat.util.threads.InlineExecutorService
2020-07-08 10:43:27.692 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorCallableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.apache.tomcat.util.threads.InlineExecutorService
2020-07-08 10:43:27.725 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public void org.apache.tomcat.util.threads.InlineExecutorService.execute(java.lang.Runnable)
2020-07-08 10:43:28.999 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.impl.execchain.ClientExecChain was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/tomcat/webapps/SPC.Service-1.0/WEB-INF/lib/httpclient-4.5.6.jar!/org/apache/http/impl/execchain/ClientExecChain.class
2020-07-08 10:43:29.000 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.nio.client.HttpAsyncClient was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.001 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureTransaction was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.001 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureSpan was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.002 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.Traced was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.002 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.asynchttpclient.AsyncHandler was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.003 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.ws.rs.Path was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.003 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jws.WebService was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/openjdk-8/jre/lib/rt.jar!/javax/jws/WebService.class
2020-07-08 10:43:29.004 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.005 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.005 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.006 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.006 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.024 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.024 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.024 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.025 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.025 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.025 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.026 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.026 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.026 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.027 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.027 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.hibernate.search.FullTextQuery was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.027 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.028 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.028 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.028 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.028 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.036 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:29.036 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:43:29.037 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:43:29.037 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:43:29.038 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:43:29.038 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:43:29.038 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.springframework.web.method.HandlerMethod was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/tomcat/webapps/SPC.Service-1.0/WEB-INF/lib/spring-web-4.3.20.RELEASE.jar!/org/springframework/web/method/HandlerMethod.class
2020-07-08 10:43:29.043 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Log4jLoggingInstrumentation: ((hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))) and not(hasSuperType(erasure(name(equals(org.slf4j.Logger)))))) and not(isInterface())) matches class org.apache.logging.log4j.status.StatusLogger
2020-07-08 10:43:29.087 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Log4jLoggingInstrumentation: ((hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))) and not(hasSuperType(erasure(name(equals(org.slf4j.Logger)))))) and not(isInterface())) matches class org.apache.logging.log4j.spi.AbstractLogger
2020-07-08 10:43:29.159 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation Log4jLoggingInstrumentation: (name(equals(error)) and (hasParameter(hasTypes(with(0 matches erasure(name(equals(java.lang.String)))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(java.lang.Throwable)))))))) matches public void org.apache.logging.log4j.spi.AbstractLogger.error(java.lang.String,java.lang.Throwable)
2020-07-08 10:43:29.303 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Log4jLoggingInstrumentation: ((hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))) and not(hasSuperType(erasure(name(equals(org.slf4j.Logger)))))) and not(isInterface())) matches class org.apache.logging.log4j.simple.SimpleLogger
2020-07-08 10:43:34.714 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ServletInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.apache.catalina.servlets.DefaultServlet
2020-07-08 10:43:34.715 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Init: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.apache.catalina.servlets.DefaultServlet
2020-07-08 10:43:34.715 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Service: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.apache.catalina.servlets.DefaultServlet
2020-07-08 10:43:34.765 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ServletInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class javax.servlet.http.HttpServlet
2020-07-08 10:43:34.765 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Init: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class javax.servlet.http.HttpServlet
2020-07-08 10:43:34.765 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Service: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class javax.servlet.http.HttpServlet
2020-07-08 10:43:34.803 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ServletInstrumentation: ((name(equals(service)) and hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.ServletRequest))))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.ServletResponse))))))) matches public void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest,javax.servlet.ServletResponse) throws javax.servlet.ServletException,java.io.IOException
2020-07-08 10:43:34.803 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation Service: ((name(equals(service)) and hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.ServletRequest))))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.ServletResponse))))))) matches public void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest,javax.servlet.ServletResponse) throws javax.servlet.ServletException,java.io.IOException
2020-07-08 10:43:34.823 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ServletInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class javax.servlet.GenericServlet
2020-07-08 10:43:34.823 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Init: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class javax.servlet.GenericServlet
2020-07-08 10:43:34.823 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Service: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class javax.servlet.GenericServlet
2020-07-08 10:43:34.853 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation Init: (name(equals(init)) and hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.ServletConfig))))))) matches public void javax.servlet.GenericServlet.init(javax.servlet.ServletConfig) throws javax.servlet.ServletException
2020-07-08 10:43:34.854 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ServletInstrumentation: ((name(equals(service)) and hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.ServletRequest))))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.ServletResponse))))))) matches public abstract void javax.servlet.GenericServlet.service(javax.servlet.ServletRequest,javax.servlet.ServletResponse) throws javax.servlet.ServletException,java.io.IOException
2020-07-08 10:43:34.854 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation Service: ((name(equals(service)) and hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.ServletRequest))))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.ServletResponse))))))) matches public abstract void javax.servlet.GenericServlet.service(javax.servlet.ServletRequest,javax.servlet.ServletResponse) throws javax.servlet.ServletException,java.io.IOException
2020-07-08 10:43:34.867 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ServletInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.apache.jasper.servlet.JspServlet
2020-07-08 10:43:34.867 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Init: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.apache.jasper.servlet.JspServlet
2020-07-08 10:43:34.867 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Service: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.apache.jasper.servlet.JspServlet
2020-07-08 10:43:34.884 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation Init: (name(equals(init)) and hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.ServletConfig))))))) matches public void org.apache.jasper.servlet.JspServlet.init(javax.servlet.ServletConfig) throws javax.servlet.ServletException
2020-07-08 10:43:34.902 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ServletInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.springframework.web.servlet.DispatcherServlet
2020-07-08 10:43:34.902 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Init: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.springframework.web.servlet.DispatcherServlet
2020-07-08 10:43:34.902 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Service: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.springframework.web.servlet.DispatcherServlet
2020-07-08 10:43:34.903 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExceptionHandlerInstrumentation: (name(equals(org.springframework.web.servlet.DispatcherServlet)) and not(isInterface())) matches class org.springframework.web.servlet.DispatcherServlet
2020-07-08 10:43:34.937 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExceptionHandlerInstrumentation: (((((name(equals(processHandlerException)) and hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.http.HttpServletRequest))))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.http.HttpServletResponse))))))) and hasParameter(hasTypes(with(2 matches erasure(name(equals(java.lang.Object))))))) and hasParameter(hasTypes(with(3 matches erasure(name(equals(java.lang.Exception))))))) and returns(erasure(name(equals(org.springframework.web.servlet.ModelAndView))))) matches protected org.springframework.web.servlet.ModelAndView org.springframework.web.servlet.DispatcherServlet.processHandlerException(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.Object,java.lang.Exception) throws java.lang.Exception
2020-07-08 10:43:34.939 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ServletInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.springframework.web.servlet.FrameworkServlet
2020-07-08 10:43:34.939 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Init: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.springframework.web.servlet.FrameworkServlet
2020-07-08 10:43:34.940 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Service: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.springframework.web.servlet.FrameworkServlet
2020-07-08 10:43:34.992 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ServletInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.springframework.web.servlet.HttpServletBean
2020-07-08 10:43:34.992 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Init: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.springframework.web.servlet.HttpServletBean
2020-07-08 10:43:34.992 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Service: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.springframework.web.servlet.HttpServletBean
2020-07-08 10:43:35.962 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.impl.execchain.ClientExecChain was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.962 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.nio.client.HttpAsyncClient was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.962 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureTransaction was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.963 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureSpan was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.963 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.Traced was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.963 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.asynchttpclient.AsyncHandler was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.963 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.ws.rs.Path was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.963 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jws.WebService was loaded by sun.misc.Launcher$ExtClassLoader from jar:file:/usr/local/openjdk-8/jre/lib/rt.jar!/javax/jws/WebService.class
2020-07-08 10:43:35.963 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.963 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.963 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.963 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.963 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.963 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.963 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.963 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.963 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.963 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.964 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.965 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.965 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.965 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.965 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.965 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.hibernate.search.FullTextQuery was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.965 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.965 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.965 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.965 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.965 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.965 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.965 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.965 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.965 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.965 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.965 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:35.965 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.springframework.web.method.HandlerMethod was loaded by sun.misc.Launcher$ExtClassLoader
2020-07-08 10:43:36.345 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Slf4jLoggingInstrumentation: (hasSuperType(erasure((name(equals(org.slf4j.Logger)) and not(hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))))))) and not(isInterface())) matches class org.apache.logging.slf4j.Log4jLogger
2020-07-08 10:43:36.359 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation Slf4jLoggingInstrumentation: (name(equals(error)) and (hasParameter(hasTypes(with(0 matches erasure(name(equals(java.lang.String)))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(java.lang.Throwable)))))))) matches public void org.apache.logging.slf4j.Log4jLogger.error(java.lang.String,java.lang.Throwable)
2020-07-08 10:43:36.365 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Log4jLoggingInstrumentation: ((hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))) and not(hasSuperType(erasure(name(equals(org.slf4j.Logger)))))) and not(isInterface())) matches class org.apache.logging.log4j.core.Logger
2020-07-08 10:43:36.705 [main] INFO co.elastic.apm.agent.servlet.ServletVersionInstrumentation - Servlet container info = Apache Tomcat/9.0.37
2020-07-08 10:43:36.706 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringServiceNameInstrumentation: (hasSuperType(erasure(name(equals(org.springframework.web.context.WebApplicationContext)))) and not(isInterface())) matches class org.springframework.web.context.support.XmlWebApplicationContext
2020-07-08 10:43:36.720 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringServiceNameInstrumentation: (hasSuperType(erasure(name(equals(org.springframework.web.context.WebApplicationContext)))) and not(isInterface())) matches class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
2020-07-08 10:43:36.723 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation SpringServiceNameInstrumentation: (name(equals(initPropertySources)) and hasParameter(ofSize(0))) matches protected void org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.initPropertySources()
2020-07-08 10:43:37.366 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringTransactionNameInstrumentation: (((name(startsWith(org.springframework.web.servlet)) and hasSuperType(erasure(name(equals(org.springframework.web.servlet.HandlerAdapter))))) and not(isInterface())) and not(isInterface())) matches class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
2020-07-08 10:43:37.393 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringTransactionNameInstrumentation: (((name(startsWith(org.springframework.web.servlet)) and hasSuperType(erasure(name(equals(org.springframework.web.servlet.HandlerAdapter))))) and not(isInterface())) and not(isInterface())) matches class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
2020-07-08 10:43:37.395 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation SpringTransactionNameInstrumentation: ((((name(equals(handle)) and returns(erasure(name(equals(org.springframework.web.servlet.ModelAndView))))) and hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.http.HttpServletRequest))))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.http.HttpServletResponse))))))) and hasParameter(hasTypes(with(2 matches erasure(is(class java.lang.Object)))))) matches public final org.springframework.web.servlet.ModelAndView org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.Object) throws java.lang.Exception
2020-07-08 10:43:37.469 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringTransactionNameInstrumentation: (((name(startsWith(org.springframework.web.servlet)) and hasSuperType(erasure(name(equals(org.springframework.web.servlet.HandlerAdapter))))) and not(isInterface())) and not(isInterface())) matches class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
2020-07-08 10:43:37.471 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation SpringTransactionNameInstrumentation: ((((name(equals(handle)) and returns(erasure(name(equals(org.springframework.web.servlet.ModelAndView))))) and hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.http.HttpServletRequest))))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.http.HttpServletResponse))))))) and hasParameter(hasTypes(with(2 matches erasure(is(class java.lang.Object)))))) matches public org.springframework.web.servlet.ModelAndView org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.Object) throws java.lang.Exception
2020-07-08 10:43:37.473 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringTransactionNameInstrumentation: (((name(startsWith(org.springframework.web.servlet)) and hasSuperType(erasure(name(equals(org.springframework.web.servlet.HandlerAdapter))))) and not(isInterface())) and not(isInterface())) matches class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
2020-07-08 10:43:37.475 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation SpringTransactionNameInstrumentation: ((((name(equals(handle)) and returns(erasure(name(equals(org.springframework.web.servlet.ModelAndView))))) and hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.http.HttpServletRequest))))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.http.HttpServletResponse))))))) and hasParameter(hasTypes(with(2 matches erasure(is(class java.lang.Object)))))) matches public org.springframework.web.servlet.ModelAndView org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.Object) throws java.lang.Exception
2020-07-08 10:43:38.687 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringServiceNameInstrumentation: (hasSuperType(erasure(name(equals(org.springframework.web.context.WebApplicationContext)))) and not(isInterface())) matches class org.springframework.web.context.support.GenericWebApplicationContext
2020-07-08 10:43:38.690 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation SpringServiceNameInstrumentation: (name(equals(initPropertySources)) and hasParameter(ofSize(0))) matches protected void org.springframework.web.context.support.GenericWebApplicationContext.initPropertySources()
2020-07-08 10:43:40.774 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ConnectionInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Connection))))) and not(isInterface())) matches class oracle.jdbc.driver.PhysicalConnection
2020-07-08 10:43:40.895 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public synchronized java.sql.PreparedStatement oracle.jdbc.driver.PhysicalConnection.prepareStatement(java.lang.String) throws java.sql.SQLException
2020-07-08 10:43:40.896 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public synchronized java.sql.PreparedStatement oracle.jdbc.driver.PhysicalConnection.prepareStatementWithKey(java.lang.String) throws java.sql.SQLException
2020-07-08 10:43:40.896 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public synchronized java.sql.PreparedStatement oracle.jdbc.driver.PhysicalConnection.prepareStatement(java.lang.String,int,int) throws java.sql.SQLException
2020-07-08 10:43:40.922 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public synchronized java.sql.CallableStatement oracle.jdbc.driver.PhysicalConnection.prepareCall(java.lang.String) throws java.sql.SQLException
2020-07-08 10:43:40.922 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public synchronized java.sql.CallableStatement oracle.jdbc.driver.PhysicalConnection.prepareCall(java.lang.String,int,int) throws java.sql.SQLException
2020-07-08 10:43:40.923 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public synchronized java.sql.CallableStatement oracle.jdbc.driver.PhysicalConnection.prepareCallWithKey(java.lang.String) throws java.sql.SQLException
2020-07-08 10:43:40.924 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.driver.PhysicalConnection.prepareStatement(java.lang.String,int,int,int) throws java.sql.SQLException
2020-07-08 10:43:40.925 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement oracle.jdbc.driver.PhysicalConnection.prepareCall(java.lang.String,int,int,int) throws java.sql.SQLException
2020-07-08 10:43:40.925 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.driver.PhysicalConnection.prepareStatement(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:43:40.926 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.driver.PhysicalConnection.prepareStatement(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:43:40.926 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.driver.PhysicalConnection.prepareStatement(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:43:40.950 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ConnectionInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Connection))))) and not(isInterface())) matches class oracle.jdbc.driver.GeneratedPhysicalConnection
2020-07-08 10:43:40.966 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ConnectionInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Connection))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleConnection
2020-07-08 10:43:40.973 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ConnectionInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Connection))))) and not(isInterface())) matches class oracle.jdbc.OracleConnectionWrapper
2020-07-08 10:43:41.002 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.OracleConnectionWrapper.prepareStatement(java.lang.String) throws java.sql.SQLException
2020-07-08 10:43:41.003 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement oracle.jdbc.OracleConnectionWrapper.prepareCall(java.lang.String) throws java.sql.SQLException
2020-07-08 10:43:41.003 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.OracleConnectionWrapper.prepareStatement(java.lang.String,int,int) throws java.sql.SQLException
2020-07-08 10:43:41.004 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement oracle.jdbc.OracleConnectionWrapper.prepareCall(java.lang.String,int,int) throws java.sql.SQLException
2020-07-08 10:43:41.032 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.OracleConnectionWrapper.prepareStatementWithKey(java.lang.String) throws java.sql.SQLException
2020-07-08 10:43:41.032 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement oracle.jdbc.OracleConnectionWrapper.prepareCallWithKey(java.lang.String) throws java.sql.SQLException
2020-07-08 10:43:41.033 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.OracleConnectionWrapper.prepareStatement(java.lang.String,int,int,int) throws java.sql.SQLException
2020-07-08 10:43:41.033 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement oracle.jdbc.OracleConnectionWrapper.prepareCall(java.lang.String,int,int,int) throws java.sql.SQLException
2020-07-08 10:43:41.033 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.OracleConnectionWrapper.prepareStatement(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:43:41.034 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.OracleConnectionWrapper.prepareStatement(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:43:41.034 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.OracleConnectionWrapper.prepareStatement(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:43:41.107 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatement
2020-07-08 10:43:41.108 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatement
2020-07-08 10:43:41.108 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatement
2020-07-08 10:43:41.108 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatement
2020-07-08 10:43:41.108 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatement
2020-07-08 10:43:41.108 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatement
2020-07-08 10:43:41.173 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.ResultSet oracle.jdbc.driver.OracleStatement.executeQuery(java.lang.String) throws java.sql.SQLException
2020-07-08 10:43:41.175 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleStatement.executeUpdate(java.lang.String) throws java.sql.SQLException
2020-07-08 10:43:41.176 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long oracle.jdbc.driver.OracleStatement.executeLargeUpdate(java.lang.String) throws java.sql.SQLException
2020-07-08 10:43:41.177 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleStatement.execute(java.lang.String) throws java.sql.SQLException
2020-07-08 10:43:41.179 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation AddBatchInstrumentation: ((name(startsWith(addBatch)) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public void oracle.jdbc.driver.OracleStatement.addBatch(java.lang.String) throws java.sql.SQLException
2020-07-08 10:43:41.180 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public int[] oracle.jdbc.driver.OracleStatement.executeBatch() throws java.sql.SQLException
2020-07-08 10:43:41.181 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public long[] oracle.jdbc.driver.OracleStatement.executeLargeBatch() throws java.sql.SQLException
2020-07-08 10:43:41.182 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleStatement.executeUpdate(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:43:41.183 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long oracle.jdbc.driver.OracleStatement.executeLargeUpdate(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:43:41.183 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleStatement.executeUpdate(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:43:41.196 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long oracle.jdbc.driver.OracleStatement.executeLargeUpdate(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:43:41.197 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleStatement.executeUpdate(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:43:41.198 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long oracle.jdbc.driver.OracleStatement.executeLargeUpdate(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:43:41.199 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleStatement.execute(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:43:41.199 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleStatement.execute(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:43:41.200 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleStatement.execute(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:43:41.209 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CStatement
2020-07-08 10:43:41.215 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CStatement
2020-07-08 10:43:41.215 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CStatement
2020-07-08 10:43:41.215 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CStatement
2020-07-08 10:43:41.215 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CStatement
2020-07-08 10:43:41.215 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CStatement
2020-07-08 10:43:41.253 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatement
2020-07-08 10:43:41.253 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatement
2020-07-08 10:43:41.253 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatement
2020-07-08 10:43:41.254 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatement
2020-07-08 10:43:41.254 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatement
2020-07-08 10:43:41.254 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatement
2020-07-08 10:43:41.370 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public java.sql.ResultSet oracle.jdbc.driver.OraclePreparedStatement.executeQuery() throws java.sql.SQLException
2020-07-08 10:43:41.371 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public int oracle.jdbc.driver.OraclePreparedStatement.executeUpdate() throws java.sql.SQLException
2020-07-08 10:43:41.372 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public long oracle.jdbc.driver.OraclePreparedStatement.executeLargeUpdate() throws java.sql.SQLException
2020-07-08 10:43:41.372 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public boolean oracle.jdbc.driver.OraclePreparedStatement.execute() throws java.sql.SQLException
2020-07-08 10:43:41.380 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation AddBatchInstrumentation: ((name(startsWith(addBatch)) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public void oracle.jdbc.driver.OraclePreparedStatement.addBatch(java.lang.String) throws java.sql.SQLException
2020-07-08 10:43:41.381 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public int[] oracle.jdbc.driver.OraclePreparedStatement.executeBatch() throws java.sql.SQLException
2020-07-08 10:43:41.382 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public long[] oracle.jdbc.driver.OraclePreparedStatement.executeLargeBatch() throws java.sql.SQLException
2020-07-08 10:43:41.415 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CPreparedStatement
2020-07-08 10:43:41.415 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CPreparedStatement
2020-07-08 10:43:41.415 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CPreparedStatement
2020-07-08 10:43:41.415 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CPreparedStatement
2020-07-08 10:43:41.415 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CPreparedStatement
2020-07-08 10:43:41.415 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CPreparedStatement
2020-07-08 10:43:41.447 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public long[] oracle.jdbc.driver.T4CPreparedStatement.executeLargeBatch() throws java.sql.SQLException
2020-07-08 10:43:41.450 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleCallableStatement
2020-07-08 10:43:41.450 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleCallableStatement
2020-07-08 10:43:41.451 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleCallableStatement
2020-07-08 10:43:41.451 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleCallableStatement
2020-07-08 10:43:41.451 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleCallableStatement
2020-07-08 10:43:41.451 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleCallableStatement
2020-07-08 10:43:41.530 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleCallableStatement.execute() throws java.sql.SQLException
2020-07-08 10:43:41.531 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public int oracle.jdbc.driver.OracleCallableStatement.executeUpdate() throws java.sql.SQLException
2020-07-08 10:43:41.570 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CCallableStatement
2020-07-08 10:43:41.570 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CCallableStatement
2020-07-08 10:43:41.570 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CCallableStatement
2020-07-08 10:43:41.570 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CCallableStatement
2020-07-08 10:43:41.570 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CCallableStatement
2020-07-08 10:43:41.570 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CCallableStatement
2020-07-08 10:43:41.607 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ConnectionInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Connection))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CConnection
2020-07-08 10:43:45.552 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.springframework.core.task.SimpleAsyncTaskExecutor
2020-07-08 10:43:45.552 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorCallableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.springframework.core.task.SimpleAsyncTaskExecutor
2020-07-08 10:43:45.572 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public void org.springframework.core.task.SimpleAsyncTaskExecutor.execute(java.lang.Runnable)
2020-07-08 10:43:45.573 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public java.util.concurrent.Future org.springframework.core.task.SimpleAsyncTaskExecutor.submit(java.lang.Runnable)
2020-07-08 10:43:45.574 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorCallableInstrumentation: ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable)))))) matches public java.util.concurrent.Future org.springframework.core.task.SimpleAsyncTaskExecutor.submit(java.util.concurrent.Callable)
2020-07-08 10:43:48.870 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: (hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) and not(isInterface())) matches class org.springframework.web.servlet.view.AbstractView
2020-07-08 10:43:48.875 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ViewRenderInstrumentation: (((name(equals(render)) and hasParameter(hasTypes(with(0 matches erasure(name(equals(java.util.Map))))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.http.HttpServletRequest))))))) and hasParameter(hasTypes(with(2 matches erasure(name(equals(javax.servlet.http.HttpServletResponse))))))) matches public void org.springframework.web.servlet.view.AbstractView.render(java.util.Map,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
2020-07-08 10:43:48.877 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: (hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) and not(isInterface())) matches class org.springframework.web.servlet.view.RedirectView
2020-07-08 10:43:48.895 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: (hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) and not(isInterface())) matches class org.springframework.web.servlet.view.AbstractUrlBasedView
2020-07-08 10:43:48.898 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: (hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) and not(isInterface())) matches class org.springframework.web.servlet.view.InternalResourceView
2020-07-08 10:43:48.931 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: (hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) and not(isInterface())) matches class org.springframework.web.servlet.view.AbstractCachingViewResolver$1
2020-07-08 10:43:48.934 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ViewRenderInstrumentation: (((name(equals(render)) and hasParameter(hasTypes(with(0 matches erasure(name(equals(java.util.Map))))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.http.HttpServletRequest))))))) and hasParameter(hasTypes(with(2 matches erasure(name(equals(javax.servlet.http.HttpServletResponse))))))) matches public void org.springframework.web.servlet.view.AbstractCachingViewResolver$1.render(java.util.Map,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2020-07-08 10:43:50.744 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class java.util.concurrent.Executors$DelegatedScheduledExecutorService
2020-07-08 10:43:50.744 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorCallableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class java.util.concurrent.Executors$DelegatedScheduledExecutorService
2020-07-08 10:43:50.753 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
2020-07-08 10:43:50.753 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorCallableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
2020-07-08 10:43:50.763 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public void org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.execute(java.lang.Runnable)
2020-07-08 10:43:50.765 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public java.util.concurrent.Future org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.submit(java.lang.Runnable)
2020-07-08 10:43:50.767 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorCallableInstrumentation: ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable)))))) matches public java.util.concurrent.Future org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.submit(java.util.concurrent.Callable)
2020-07-08 10:43:50.789 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.springframework.core.task.support.TaskExecutorAdapter
2020-07-08 10:43:50.789 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorCallableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.springframework.core.task.support.TaskExecutorAdapter
2020-07-08 10:43:50.795 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public void org.springframework.core.task.support.TaskExecutorAdapter.execute(java.lang.Runnable)
2020-07-08 10:43:50.816 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public java.util.concurrent.Future org.springframework.core.task.support.TaskExecutorAdapter.submit(java.lang.Runnable)
2020-07-08 10:43:50.817 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorCallableInstrumentation: ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable)))))) matches public java.util.concurrent.Future org.springframework.core.task.support.TaskExecutorAdapter.submit(java.util.concurrent.Callable)
2020-07-08 10:43:50.819 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor$ManagedTaskExecutorAdapter
2020-07-08 10:43:50.819 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorCallableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor$ManagedTaskExecutorAdapter
2020-07-08 10:43:50.825 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public void org.springframework.scheduling.concurrent.ConcurrentTaskExecutor$ManagedTaskExecutorAdapter.execute(java.lang.Runnable)
2020-07-08 10:43:50.826 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public java.util.concurrent.Future org.springframework.scheduling.concurrent.ConcurrentTaskExecutor$ManagedTaskExecutorAdapter.submit(java.lang.Runnable)
2020-07-08 10:43:50.848 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorCallableInstrumentation: ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable)))))) matches public java.util.concurrent.Future org.springframework.scheduling.concurrent.ConcurrentTaskExecutor$ManagedTaskExecutorAdapter.submit(java.util.concurrent.Callable)
2020-07-08 10:43:50.996 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.impl.execchain.ClientExecChain was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.997 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.nio.client.HttpAsyncClient was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.997 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureTransaction was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.997 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureSpan was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.997 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.Traced was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.997 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.asynchttpclient.AsyncHandler was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.997 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.ws.rs.Path was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.998 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jws.WebService was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/openjdk-8/jre/lib/rt.jar!/javax/jws/WebService.class
2020-07-08 10:43:50.998 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.998 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.998 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.998 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.998 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.998 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.998 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.998 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.998 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.999 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.999 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.999 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.999 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.999 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:50.999 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:51.014 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.hibernate.search.FullTextQuery was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:51.014 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:51.014 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:51.015 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:51.015 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:51.015 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:51.015 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:51.015 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:43:51.015 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:43:51.015 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:43:51.015 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:43:51.015 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:43:51.015 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.springframework.web.method.HandlerMethod was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:43:52.031 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Beginning scheduled configuration reload (interval is 30 sec)...
2020-07-08 10:43:52.032 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Finished scheduled configuration reload
2020-07-08 10:43:52.786 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving METRICS event (sequence 0)
2020-07-08 10:43:52.786 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Starting new request to http://10.148.208.48:8090/intake/v2/events
2020-07-08 10:43:53.000 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Scheduling request timeout in 10s
2020-07-08 10:43:55.018 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.apache.tomcat.util.threads.ThreadPoolExecutor
2020-07-08 10:43:55.018 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorCallableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.apache.tomcat.util.threads.ThreadPoolExecutor
2020-07-08 10:43:55.063 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public void org.apache.tomcat.util.threads.ThreadPoolExecutor.execute(java.lang.Runnable)
2020-07-08 10:44:03.000 [elastic-apm-request-timeout-timer] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Request flush because the request timeout occurred
2020-07-08 10:44:03.020 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving FLUSH event (sequence 1)
2020-07-08 10:44:03.021 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Flushing 1483 uncompressed 670 compressed bytes
2020-07-08 10:44:03.050 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation StartAsyncInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.ServletRequest))))) and not(isInterface())) matches class org.apache.catalina.connector.RequestFacade
2020-07-08 10:44:03.050 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation RequestStreamRecordingInstrumentation: ((hasSuperType(erasure(name(equals(javax.servlet.ServletRequest)))) and not(isInterface())) and not(isInterface())) matches class org.apache.catalina.connector.RequestFacade
2020-07-08 10:44:03.069 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation RequestStreamRecordingInstrumentation: (name(equals(getInputStream)) and returns(erasure(name(equals(javax.servlet.ServletInputStream))))) matches public javax.servlet.ServletInputStream org.apache.catalina.connector.RequestFacade.getInputStream() throws java.io.IOException
2020-07-08 10:44:03.070 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation StartAsyncInstrumentation: (((isPublic() and name(equals(startAsync))) and returns(erasure(name(equals(javax.servlet.AsyncContext))))) and (hasParameter(ofSize(0)) or (hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.ServletRequest)))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.ServletResponse))))))))) matches public javax.servlet.AsyncContext org.apache.catalina.connector.RequestFacade.startAsync() throws java.lang.IllegalStateException
2020-07-08 10:44:03.071 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation StartAsyncInstrumentation: (((isPublic() and name(equals(startAsync))) and returns(erasure(name(equals(javax.servlet.AsyncContext))))) and (hasParameter(ofSize(0)) or (hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.ServletRequest)))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.ServletResponse))))))))) matches public javax.servlet.AsyncContext org.apache.catalina.connector.RequestFacade.startAsync(javax.servlet.ServletRequest,javax.servlet.ServletResponse) throws java.lang.IllegalStateException
2020-07-08 10:44:03.101 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation FilterChainInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.FilterChain))))) and not(isInterface())) matches class org.apache.catalina.core.ApplicationFilterChain
2020-07-08 10:44:03.106 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation FilterChainInstrumentation: ((name(equals(doFilter)) and hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.ServletRequest))))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.ServletResponse))))))) matches public void org.apache.catalina.core.ApplicationFilterChain.doFilter(javax.servlet.ServletRequest,javax.servlet.ServletResponse) throws java.io.IOException,javax.servlet.ServletException
2020-07-08 10:44:03.156 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.impl.execchain.ClientExecChain was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.156 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.nio.client.HttpAsyncClient was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.156 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureTransaction was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.156 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureSpan was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.156 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.Traced was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.156 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.asynchttpclient.AsyncHandler was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.156 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.ws.rs.Path was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.156 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jws.WebService was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/openjdk-8/jre/lib/rt.jar!/javax/jws/WebService.class
2020-07-08 10:44:03.156 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.156 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.156 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.156 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.156 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.156 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.157 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.157 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.157 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.157 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.157 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.157 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.157 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.157 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.157 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.157 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.hibernate.search.FullTextQuery was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.157 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.157 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.157 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.157 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.157 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.157 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.157 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:03.158 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:03.158 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:03.158 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:03.158 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:03.158 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.springframework.web.method.HandlerMethod was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:03.197 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-a7ebfb3f594ef635e1b8380f87c876e8-4c1deac8c0cc185f-01 (4780c994) (1)
2020-07-08 10:44:03.197 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-a7ebfb3f594ef635e1b8380f87c876e8-4c1deac8c0cc185f-01 (4780c994) {
2020-07-08 10:44:03.197 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-a7ebfb3f594ef635e1b8380f87c876e8-4c1deac8c0cc185f-01 (4780c994) on thread 35
2020-07-08 10:44:03.197 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-a7ebfb3f594ef635e1b8380f87c876e8-4c1deac8c0cc185f-01 (4780c994) (2)
2020-07-08 10:44:03.210 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation StartAsyncInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.ServletRequest))))) and not(isInterface())) matches class org.springframework.web.util.ContentCachingRequestWrapper
2020-07-08 10:44:03.210 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation RequestStreamRecordingInstrumentation: ((hasSuperType(erasure(name(equals(javax.servlet.ServletRequest)))) and not(isInterface())) and not(isInterface())) matches class org.springframework.web.util.ContentCachingRequestWrapper
2020-07-08 10:44:03.235 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation RequestStreamRecordingInstrumentation: (name(equals(getInputStream)) and returns(erasure(name(equals(javax.servlet.ServletInputStream))))) matches public javax.servlet.ServletInputStream org.springframework.web.util.ContentCachingRequestWrapper.getInputStream() throws java.io.IOException
2020-07-08 10:44:03.237 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation StartAsyncInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.ServletRequest))))) and not(isInterface())) matches class javax.servlet.http.HttpServletRequestWrapper
2020-07-08 10:44:03.237 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation RequestStreamRecordingInstrumentation: ((hasSuperType(erasure(name(equals(javax.servlet.ServletRequest)))) and not(isInterface())) and not(isInterface())) matches class javax.servlet.http.HttpServletRequestWrapper
2020-07-08 10:44:03.252 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation StartAsyncInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.ServletRequest))))) and not(isInterface())) matches class javax.servlet.ServletRequestWrapper
2020-07-08 10:44:03.252 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation RequestStreamRecordingInstrumentation: ((hasSuperType(erasure(name(equals(javax.servlet.ServletRequest)))) and not(isInterface())) and not(isInterface())) matches class javax.servlet.ServletRequestWrapper
2020-07-08 10:44:03.257 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation RequestStreamRecordingInstrumentation: (name(equals(getInputStream)) and returns(erasure(name(equals(javax.servlet.ServletInputStream))))) matches public javax.servlet.ServletInputStream javax.servlet.ServletRequestWrapper.getInputStream() throws java.io.IOException
2020-07-08 10:44:03.258 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation StartAsyncInstrumentation: (((isPublic() and name(equals(startAsync))) and returns(erasure(name(equals(javax.servlet.AsyncContext))))) and (hasParameter(ofSize(0)) or (hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.ServletRequest)))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.ServletResponse))))))))) matches public javax.servlet.AsyncContext javax.servlet.ServletRequestWrapper.startAsync() throws java.lang.IllegalStateException
2020-07-08 10:44:03.258 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation StartAsyncInstrumentation: (((isPublic() and name(equals(startAsync))) and returns(erasure(name(equals(javax.servlet.AsyncContext))))) and (hasParameter(ofSize(0)) or (hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.ServletRequest)))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.ServletResponse))))))))) matches public javax.servlet.AsyncContext javax.servlet.ServletRequestWrapper.startAsync(javax.servlet.ServletRequest,javax.servlet.ServletResponse) throws java.lang.IllegalStateException
2020-07-08 10:44:03.332 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.spring.webmvc.SpringTransactionNameInstrumentation - Set name DefaultServletHttpRequestHandler to transaction 4c1deac8c0cc185f
2020-07-08 10:44:03.333 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation StartAsyncInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.ServletRequest))))) and not(isInterface())) matches class org.apache.catalina.core.ApplicationHttpRequest
2020-07-08 10:44:03.333 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation RequestStreamRecordingInstrumentation: ((hasSuperType(erasure(name(equals(javax.servlet.ServletRequest)))) and not(isInterface())) and not(isInterface())) matches class org.apache.catalina.core.ApplicationHttpRequest
2020-07-08 10:44:03.340 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation StartAsyncInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.ServletRequest))))) and not(isInterface())) matches class org.apache.catalina.core.ApplicationRequest
2020-07-08 10:44:03.340 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation RequestStreamRecordingInstrumentation: ((hasSuperType(erasure(name(equals(javax.servlet.ServletRequest)))) and not(isInterface())) and not(isInterface())) matches class org.apache.catalina.core.ApplicationRequest
2020-07-08 10:44:03.370 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'DefaultServletHttpRequestHandler' 00-a7ebfb3f594ef635e1b8380f87c876e8-4c1deac8c0cc185f-01 (4780c994) on thread 35
2020-07-08 10:44:03.370 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServletHttpRequestHandler' 00-a7ebfb3f594ef635e1b8380f87c876e8-4c1deac8c0cc185f-01 (4780c994) (1)
2020-07-08 10:44:03.371 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'DefaultServletHttpRequestHandler' 00-a7ebfb3f594ef635e1b8380f87c876e8-4c1deac8c0cc185f-01 (4780c994)
2020-07-08 10:44:03.376 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 2)
2020-07-08 10:44:03.376 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Starting new request to http://10.148.208.48:8090/intake/v2/events
2020-07-08 10:44:03.380 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Scheduling request timeout in 10s
2020-07-08 10:44:03.382 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServletHttpRequestHandler' 00-a7ebfb3f594ef635e1b8380f87c876e8-4c1deac8c0cc185f-01 (4780c994) (0)
2020-07-08 10:44:03.682 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-2e08e047de2f900d83d674c7577b6ff7-efe34c8ded90d6b9-01 (4780c994) (1)
2020-07-08 10:44:03.682 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-2e08e047de2f900d83d674c7577b6ff7-efe34c8ded90d6b9-01 (4780c994) {
2020-07-08 10:44:03.683 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-2e08e047de2f900d83d674c7577b6ff7-efe34c8ded90d6b9-01 (4780c994) on thread 36
2020-07-08 10:44:03.683 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-2e08e047de2f900d83d674c7577b6ff7-efe34c8ded90d6b9-01 (4780c994) (2)
2020-07-08 10:44:03.700 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.spring.webmvc.SpringTransactionNameInstrumentation - Set name ApiResourceController#uiConfiguration to transaction efe34c8ded90d6b9
2020-07-08 10:44:03.717 [http-nio-8080-exec-3] DEBUG co.elastic.apm.agent.servlet.helper.ServletTransactionCreationHelperImpl - Not tracing this request as the URL /webjars/springfox-swagger-ui/favicon-32x32.png is ignored by the matcher *.png
2020-07-08 10:44:03.732 [http-nio-8080-exec-3] DEBUG co.elastic.apm.agent.spring.webmvc.SpringTransactionNameInstrumentation - Transaction is null
2020-07-08 10:44:04.063 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'ApiResourceController#uiConfiguration' 00-2e08e047de2f900d83d674c7577b6ff7-efe34c8ded90d6b9-01 (4780c994) on thread 36
2020-07-08 10:44:04.063 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'ApiResourceController#uiConfiguration' 00-2e08e047de2f900d83d674c7577b6ff7-efe34c8ded90d6b9-01 (4780c994) (1)
2020-07-08 10:44:04.067 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'ApiResourceController#uiConfiguration' 00-2e08e047de2f900d83d674c7577b6ff7-efe34c8ded90d6b9-01 (4780c994)
2020-07-08 10:44:04.077 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 3)
2020-07-08 10:44:04.078 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'ApiResourceController#uiConfiguration' 00-2e08e047de2f900d83d674c7577b6ff7-efe34c8ded90d6b9-01 (4780c994) (0)
2020-07-08 10:44:04.096 [http-nio-8080-exec-4] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-6faa43bc0e6774f11b42f1d74ce88749-19b8bd1b67bc12f7-01 (4780c994) (1)
2020-07-08 10:44:04.096 [http-nio-8080-exec-4] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-6faa43bc0e6774f11b42f1d74ce88749-19b8bd1b67bc12f7-01 (4780c994) {
2020-07-08 10:44:04.096 [http-nio-8080-exec-4] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-6faa43bc0e6774f11b42f1d74ce88749-19b8bd1b67bc12f7-01 (4780c994) on thread 38
2020-07-08 10:44:04.096 [http-nio-8080-exec-4] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-6faa43bc0e6774f11b42f1d74ce88749-19b8bd1b67bc12f7-01 (4780c994) (2)
2020-07-08 10:44:04.097 [http-nio-8080-exec-4] DEBUG co.elastic.apm.agent.spring.webmvc.SpringTransactionNameInstrumentation - Set name ApiResourceController#securityConfiguration to transaction 19b8bd1b67bc12f7
2020-07-08 10:44:04.137 [http-nio-8080-exec-4] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'ApiResourceController#securityConfiguration' 00-6faa43bc0e6774f11b42f1d74ce88749-19b8bd1b67bc12f7-01 (4780c994) on thread 38
2020-07-08 10:44:04.137 [http-nio-8080-exec-4] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'ApiResourceController#securityConfiguration' 00-6faa43bc0e6774f11b42f1d74ce88749-19b8bd1b67bc12f7-01 (4780c994) (1)
2020-07-08 10:44:04.138 [http-nio-8080-exec-4] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'ApiResourceController#securityConfiguration' 00-6faa43bc0e6774f11b42f1d74ce88749-19b8bd1b67bc12f7-01 (4780c994)
2020-07-08 10:44:04.148 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 4)
2020-07-08 10:44:04.149 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'ApiResourceController#securityConfiguration' 00-6faa43bc0e6774f11b42f1d74ce88749-19b8bd1b67bc12f7-01 (4780c994) (0)
2020-07-08 10:44:04.162 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-b3cc0ec6528db13930e2cbb2c0c26ec9-29705d3a5f8e3843-01 (4780c994) (1)
2020-07-08 10:44:04.162 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-b3cc0ec6528db13930e2cbb2c0c26ec9-29705d3a5f8e3843-01 (4780c994) {
2020-07-08 10:44:04.162 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-b3cc0ec6528db13930e2cbb2c0c26ec9-29705d3a5f8e3843-01 (4780c994) on thread 39
2020-07-08 10:44:04.162 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-b3cc0ec6528db13930e2cbb2c0c26ec9-29705d3a5f8e3843-01 (4780c994) (2)
2020-07-08 10:44:04.181 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.spring.webmvc.SpringTransactionNameInstrumentation - Set name ApiResourceController#swaggerResources to transaction 29705d3a5f8e3843
2020-07-08 10:44:04.225 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'ApiResourceController#swaggerResources' 00-b3cc0ec6528db13930e2cbb2c0c26ec9-29705d3a5f8e3843-01 (4780c994) on thread 39
2020-07-08 10:44:04.225 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'ApiResourceController#swaggerResources' 00-b3cc0ec6528db13930e2cbb2c0c26ec9-29705d3a5f8e3843-01 (4780c994) (1)
2020-07-08 10:44:04.226 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'ApiResourceController#swaggerResources' 00-b3cc0ec6528db13930e2cbb2c0c26ec9-29705d3a5f8e3843-01 (4780c994)
2020-07-08 10:44:04.227 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 5)
2020-07-08 10:44:04.228 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'ApiResourceController#swaggerResources' 00-b3cc0ec6528db13930e2cbb2c0c26ec9-29705d3a5f8e3843-01 (4780c994) (0)
2020-07-08 10:44:04.324 [http-nio-8080-exec-7] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-5dc1141026a7ae72665150b71af0f77e-dc7cb5007d85d805-01 (4780c994) (1)
2020-07-08 10:44:04.325 [http-nio-8080-exec-7] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-5dc1141026a7ae72665150b71af0f77e-dc7cb5007d85d805-01 (4780c994) {
2020-07-08 10:44:04.325 [http-nio-8080-exec-7] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-5dc1141026a7ae72665150b71af0f77e-dc7cb5007d85d805-01 (4780c994) on thread 41
2020-07-08 10:44:04.325 [http-nio-8080-exec-7] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-5dc1141026a7ae72665150b71af0f77e-dc7cb5007d85d805-01 (4780c994) (2)
2020-07-08 10:44:04.325 [http-nio-8080-exec-7] DEBUG co.elastic.apm.agent.spring.webmvc.SpringTransactionNameInstrumentation - Set name Swagger2Controller#getDocumentation to transaction dc7cb5007d85d805
2020-07-08 10:44:04.330 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-fa2fa4596cb82409726fba05ec4e65b0-ce23e625eeb42382-01 (221f664c) (1)
2020-07-08 10:44:04.330 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-fa2fa4596cb82409726fba05ec4e65b0-ce23e625eeb42382-01 (221f664c) {
2020-07-08 10:44:04.330 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-fa2fa4596cb82409726fba05ec4e65b0-ce23e625eeb42382-01 (221f664c) on thread 40
2020-07-08 10:44:04.330 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-fa2fa4596cb82409726fba05ec4e65b0-ce23e625eeb42382-01 (221f664c) (2)
2020-07-08 10:44:05.079 [http-nio-8080-exec-7] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'Swagger2Controller#getDocumentation' 00-5dc1141026a7ae72665150b71af0f77e-dc7cb5007d85d805-01 (4780c994) on thread 41
2020-07-08 10:44:05.079 [http-nio-8080-exec-7] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'Swagger2Controller#getDocumentation' 00-5dc1141026a7ae72665150b71af0f77e-dc7cb5007d85d805-01 (4780c994) (1)
2020-07-08 10:44:05.080 [http-nio-8080-exec-7] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'Swagger2Controller#getDocumentation' 00-5dc1141026a7ae72665150b71af0f77e-dc7cb5007d85d805-01 (4780c994)
2020-07-08 10:44:05.094 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 6)
2020-07-08 10:44:05.105 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'Swagger2Controller#getDocumentation' 00-5dc1141026a7ae72665150b71af0f77e-dc7cb5007d85d805-01 (4780c994) (0)
2020-07-08 10:44:07.498 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.impl.execchain.ClientExecChain was loaded by org.apache.jasper.servlet.JasperLoader from jar:file:/usr/local/tomcat/webapps/SPC.Service-1.0/WEB-INF/lib/httpclient-4.5.6.jar!/org/apache/http/impl/execchain/ClientExecChain.class
2020-07-08 10:44:07.498 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.nio.client.HttpAsyncClient was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.499 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureTransaction was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.499 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureSpan was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.499 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.Traced was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.500 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.asynchttpclient.AsyncHandler was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.500 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.ws.rs.Path was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.500 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jws.WebService was loaded by org.apache.jasper.servlet.JasperLoader from jar:file:/usr/local/openjdk-8/jre/lib/rt.jar!/javax/jws/WebService.class
2020-07-08 10:44:07.501 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.501 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.501 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.502 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.502 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.502 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.502 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.502 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.503 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.503 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.503 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.503 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.515 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.516 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.516 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.516 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.hibernate.search.FullTextQuery was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.517 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.517 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.517 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.518 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.518 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.518 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:44:07.518 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.jasper.servlet.JasperLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:07.519 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ServletInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.apache.jsp.index_jsp
2020-07-08 10:44:07.519 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Init: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.apache.jsp.index_jsp
2020-07-08 10:44:07.519 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Service: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.apache.jsp.index_jsp
2020-07-08 10:44:07.519 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.jasper.servlet.JasperLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:07.519 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.jasper.servlet.JasperLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:07.519 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.jasper.servlet.JasperLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:07.519 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.jasper.servlet.JasperLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:07.520 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.springframework.web.method.HandlerMethod was loaded by org.apache.jasper.servlet.JasperLoader from jar:file:/usr/local/tomcat/webapps/SPC.Service-1.0/WEB-INF/lib/spring-web-4.3.20.RELEASE.jar!/org/springframework/web/method/HandlerMethod.class
2020-07-08 10:44:07.569 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ServletInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.apache.jasper.runtime.HttpJspBase
2020-07-08 10:44:07.569 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Init: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.apache.jasper.runtime.HttpJspBase
2020-07-08 10:44:07.569 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Service: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.apache.jasper.runtime.HttpJspBase
2020-07-08 10:44:07.576 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation Init: (name(equals(init)) and hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.ServletConfig))))))) matches public final void org.apache.jasper.runtime.HttpJspBase.init(javax.servlet.ServletConfig) throws javax.servlet.ServletException
2020-07-08 10:44:07.608 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'GET /index.jsp' 00-fa2fa4596cb82409726fba05ec4e65b0-ce23e625eeb42382-01 (221f664c) on thread 40
2020-07-08 10:44:07.608 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'GET /index.jsp' 00-fa2fa4596cb82409726fba05ec4e65b0-ce23e625eeb42382-01 (221f664c) (1)
2020-07-08 10:44:07.609 [http-nio-8080-exec-6] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'GET /index.jsp' 00-fa2fa4596cb82409726fba05ec4e65b0-ce23e625eeb42382-01 (221f664c)
2020-07-08 10:44:07.618 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 7)
2020-07-08 10:44:07.619 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'GET /index.jsp' 00-fa2fa4596cb82409726fba05ec4e65b0-ce23e625eeb42382-01 (221f664c) (0)
2020-07-08 10:44:07.671 [http-nio-8080-exec-8] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-182ae2b397d89f1156e77ad8881dc297-e73bcd757e7f42e6-01 (4780c994) (1)
2020-07-08 10:44:07.671 [http-nio-8080-exec-8] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-182ae2b397d89f1156e77ad8881dc297-e73bcd757e7f42e6-01 (4780c994) {
2020-07-08 10:44:07.671 [http-nio-8080-exec-8] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-182ae2b397d89f1156e77ad8881dc297-e73bcd757e7f42e6-01 (4780c994) on thread 42
2020-07-08 10:44:07.671 [http-nio-8080-exec-8] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-182ae2b397d89f1156e77ad8881dc297-e73bcd757e7f42e6-01 (4780c994) (2)
2020-07-08 10:44:07.680 [http-nio-8080-exec-8] DEBUG co.elastic.apm.agent.spring.webmvc.SpringTransactionNameInstrumentation - Set name DefaultServletHttpRequestHandler to transaction e73bcd757e7f42e6
2020-07-08 10:44:07.681 [http-nio-8080-exec-8] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'DefaultServletHttpRequestHandler' 00-182ae2b397d89f1156e77ad8881dc297-e73bcd757e7f42e6-01 (4780c994) on thread 42
2020-07-08 10:44:07.681 [http-nio-8080-exec-8] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServletHttpRequestHandler' 00-182ae2b397d89f1156e77ad8881dc297-e73bcd757e7f42e6-01 (4780c994) (1)
2020-07-08 10:44:07.681 [http-nio-8080-exec-8] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'DefaultServletHttpRequestHandler' 00-182ae2b397d89f1156e77ad8881dc297-e73bcd757e7f42e6-01 (4780c994)
2020-07-08 10:44:07.690 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 8)
2020-07-08 10:44:07.691 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServletHttpRequestHandler' 00-182ae2b397d89f1156e77ad8881dc297-e73bcd757e7f42e6-01 (4780c994) (0)
2020-07-08 10:44:13.380 [elastic-apm-request-timeout-timer] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Request flush because the request timeout occurred
2020-07-08 10:44:13.390 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving FLUSH event (sequence 9)
2020-07-08 10:44:13.391 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Flushing 10119 uncompressed 1959 compressed bytes
2020-07-08 10:44:14.036 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c) (1)
2020-07-08 10:44:14.037 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c) {
2020-07-08 10:44:14.037 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c) on thread 43
2020-07-08 10:44:14.037 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c) (2)
2020-07-08 10:44:14.038 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.spring.webmvc.SpringTransactionNameInstrumentation - Set name SpcAlphaParamController#getSpcAlpha to transaction 0eb46fa65fadd682
2020-07-08 10:44:14.299 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ApacheHttpClientInstrumentation: (hasSuperType(erasure(name(equals(org.apache.http.impl.execchain.ClientExecChain)))) and not(isInterface())) matches class org.apache.http.impl.execchain.MainClientExec
2020-07-08 10:44:14.305 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ApacheHttpClientInstrumentation: ((((((name(equals(execute)) and hasParameter(ofSize(4))) and returns(erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.CloseableHttpResponse))))))) and hasParameter(hasTypes(with(0 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.conn.routing.HttpRoute))))))))) and hasParameter(hasTypes(with(1 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.HttpRequestWrapper))))))))) and hasParameter(hasTypes(with(2 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.protocol.HttpClientContext))))))))) and hasParameter(hasTypes(with(3 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.HttpExecutionAware))))))))) matches public org.apache.http.client.methods.CloseableHttpResponse org.apache.http.impl.execchain.MainClientExec.execute(org.apache.http.conn.routing.HttpRoute,org.apache.http.client.methods.HttpRequestWrapper,org.apache.http.client.protocol.HttpClientContext,org.apache.http.client.methods.HttpExecutionAware) throws java.io.IOException,org.apache.http.HttpException
2020-07-08 10:44:14.362 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ApacheHttpClientInstrumentation: (hasSuperType(erasure(name(equals(org.apache.http.impl.execchain.ClientExecChain)))) and not(isInterface())) matches class org.apache.http.impl.execchain.ProtocolExec
2020-07-08 10:44:14.366 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ApacheHttpClientInstrumentation: ((((((name(equals(execute)) and hasParameter(ofSize(4))) and returns(erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.CloseableHttpResponse))))))) and hasParameter(hasTypes(with(0 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.conn.routing.HttpRoute))))))))) and hasParameter(hasTypes(with(1 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.HttpRequestWrapper))))))))) and hasParameter(hasTypes(with(2 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.protocol.HttpClientContext))))))))) and hasParameter(hasTypes(with(3 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.HttpExecutionAware))))))))) matches public org.apache.http.client.methods.CloseableHttpResponse org.apache.http.impl.execchain.ProtocolExec.execute(org.apache.http.conn.routing.HttpRoute,org.apache.http.client.methods.HttpRequestWrapper,org.apache.http.client.protocol.HttpClientContext,org.apache.http.client.methods.HttpExecutionAware) throws java.io.IOException,org.apache.http.HttpException
2020-07-08 10:44:14.382 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ApacheHttpClientInstrumentation: (hasSuperType(erasure(name(equals(org.apache.http.impl.execchain.ClientExecChain)))) and not(isInterface())) matches class org.apache.http.impl.execchain.RetryExec
2020-07-08 10:44:14.385 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ApacheHttpClientInstrumentation: ((((((name(equals(execute)) and hasParameter(ofSize(4))) and returns(erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.CloseableHttpResponse))))))) and hasParameter(hasTypes(with(0 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.conn.routing.HttpRoute))))))))) and hasParameter(hasTypes(with(1 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.HttpRequestWrapper))))))))) and hasParameter(hasTypes(with(2 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.protocol.HttpClientContext))))))))) and hasParameter(hasTypes(with(3 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.HttpExecutionAware))))))))) matches public org.apache.http.client.methods.CloseableHttpResponse org.apache.http.impl.execchain.RetryExec.execute(org.apache.http.conn.routing.HttpRoute,org.apache.http.client.methods.HttpRequestWrapper,org.apache.http.client.protocol.HttpClientContext,org.apache.http.client.methods.HttpExecutionAware) throws java.io.IOException,org.apache.http.HttpException
2020-07-08 10:44:14.393 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ApacheHttpClientInstrumentation: (hasSuperType(erasure(name(equals(org.apache.http.impl.execchain.ClientExecChain)))) and not(isInterface())) matches class org.apache.http.impl.execchain.RedirectExec
2020-07-08 10:44:14.408 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ApacheHttpClientInstrumentation: ((((((name(equals(execute)) and hasParameter(ofSize(4))) and returns(erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.CloseableHttpResponse))))))) and hasParameter(hasTypes(with(0 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.conn.routing.HttpRoute))))))))) and hasParameter(hasTypes(with(1 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.HttpRequestWrapper))))))))) and hasParameter(hasTypes(with(2 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.protocol.HttpClientContext))))))))) and hasParameter(hasTypes(with(3 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.HttpExecutionAware))))))))) matches public org.apache.http.client.methods.CloseableHttpResponse org.apache.http.impl.execchain.RedirectExec.execute(org.apache.http.conn.routing.HttpRoute,org.apache.http.client.methods.HttpRequestWrapper,org.apache.http.client.protocol.HttpClientContext,org.apache.http.client.methods.HttpExecutionAware) throws java.io.IOException,org.apache.http.HttpException
2020-07-08 10:44:14.523 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.Span - startSpan '' 00-04d35915180327af458dd633bd02a72d-be33abdaea59535f-01 (7a9e7271) {
2020-07-08 10:44:14.523 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to 'SpcAlphaParamController#getSpcAlpha' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c) (3)
2020-07-08 10:44:14.523 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-04d35915180327af458dd633bd02a72d-be33abdaea59535f-01 (7a9e7271) (1)
2020-07-08 10:44:14.523 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to 'SpcAlphaParamController#getSpcAlpha' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c) (4)
2020-07-08 10:44:14.524 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.impl.execchain.ClientExecChain was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/webapps/SPC.Service-1.0/WEB-INF/lib/httpclient-4.5.6.jar!/org/apache/http/impl/execchain/ClientExecChain.class
2020-07-08 10:44:14.525 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.nio.client.HttpAsyncClient was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.525 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureTransaction was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.525 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureSpan was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.525 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.Traced was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.526 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.asynchttpclient.AsyncHandler was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.526 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.ws.rs.Path was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.526 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jws.WebService was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/openjdk-8/jre/lib/rt.jar!/javax/jws/WebService.class
2020-07-08 10:44:14.526 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.527 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.527 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.527 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.527 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.527 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.527 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.527 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.528 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.528 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.528 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.539 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.540 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.540 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.540 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.540 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.hibernate.search.FullTextQuery was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.541 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.541 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.541 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.541 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.541 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.541 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.541 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:14.541 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:14.541 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:14.544 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:14.544 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:14.544 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.springframework.web.method.HandlerMethod was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/webapps/SPC.Service-1.0/WEB-INF/lib/spring-web-4.3.20.RELEASE.jar!/org/springframework/web/method/HandlerMethod.class
2020-07-08 10:44:14.547 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.impl.execchain.ClientExecChain was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/webapps/SPC.Service-1.0/WEB-INF/lib/httpclient-4.5.6.jar!/org/apache/http/impl/execchain/ClientExecChain.class
2020-07-08 10:44:14.547 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.nio.client.HttpAsyncClient was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.547 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureTransaction was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.548 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureSpan was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.548 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.Traced was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.548 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.asynchttpclient.AsyncHandler was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.548 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.ws.rs.Path was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.548 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jws.WebService was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/openjdk-8/jre/lib/rt.jar!/javax/jws/WebService.class
2020-07-08 10:44:14.548 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.549 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.549 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.549 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.549 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.549 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.549 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.549 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.550 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.550 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.550 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.550 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.550 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.550 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.550 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.564 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.hibernate.search.FullTextQuery was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.565 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.565 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.565 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.565 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.565 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.566 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:14.566 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:14.566 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:14.566 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:14.567 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:14.567 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:44:14.568 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.springframework.web.method.HandlerMethod was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/webapps/SPC.Service-1.0/WEB-INF/lib/spring-web-4.3.20.RELEASE.jar!/org/springframework/web/method/HandlerMethod.class
2020-07-08 10:44:14.569 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating 'GET 10.146.208.10' 00-04d35915180327af458dd633bd02a72d-be33abdaea59535f-01 (7a9e7271) on thread 43
2020-07-08 10:44:14.569 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to 'SpcAlphaParamController#getSpcAlpha' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c) (5)
2020-07-08 10:44:14.569 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to 'GET 10.146.208.10' 00-04d35915180327af458dd633bd02a72d-be33abdaea59535f-01 (7a9e7271) (2)
2020-07-08 10:44:14.858 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'GET 10.146.208.10' 00-04d35915180327af458dd633bd02a72d-be33abdaea59535f-01 (7a9e7271) on thread 43
2020-07-08 10:44:14.858 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SpcAlphaParamController#getSpcAlpha' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c) (4)
2020-07-08 10:44:14.858 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'GET 10.146.208.10' 00-04d35915180327af458dd633bd02a72d-be33abdaea59535f-01 (7a9e7271) (1)
2020-07-08 10:44:14.858 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.Span - endSpan 'GET 10.146.208.10' 00-04d35915180327af458dd633bd02a72d-be33abdaea59535f-01 (7a9e7271)
2020-07-08 10:44:14.859 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SpcAlphaParamController#getSpcAlpha' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c) (3)
2020-07-08 10:44:14.869 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving SPAN event (sequence 10)
2020-07-08 10:44:14.869 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Starting new request to http://10.148.208.48:8090/intake/v2/events
2020-07-08 10:44:14.876 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Scheduling request timeout in 10s
2020-07-08 10:44:14.879 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SpcAlphaParamController#getSpcAlpha' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c) (2)
2020-07-08 10:44:14.880 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'GET 10.146.208.10' 00-04d35915180327af458dd633bd02a72d-be33abdaea59535f-01 (7a9e7271) (0)
2020-07-08 10:44:15.257 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ConnectionInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Connection))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyConnection
2020-07-08 10:44:15.263 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement com.zaxxer.hikari.pool.ProxyConnection.prepareCall(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:15.264 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement com.zaxxer.hikari.pool.ProxyConnection.prepareCall(java.lang.String,int,int) throws java.sql.SQLException
2020-07-08 10:44:15.264 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement com.zaxxer.hikari.pool.ProxyConnection.prepareCall(java.lang.String,int,int,int) throws java.sql.SQLException
2020-07-08 10:44:15.265 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:15.265 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:44:15.266 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(java.lang.String,int,int) throws java.sql.SQLException
2020-07-08 10:44:15.266 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(java.lang.String,int,int,int) throws java.sql.SQLException
2020-07-08 10:44:15.266 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:44:15.267 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:44:15.268 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ConnectionInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Connection))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.HikariProxyConnection
2020-07-08 10:44:15.281 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:15.282 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement com.zaxxer.hikari.pool.HikariProxyConnection.prepareCall(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:15.282 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(java.lang.String,int,int) throws java.sql.SQLException
2020-07-08 10:44:15.283 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement com.zaxxer.hikari.pool.HikariProxyConnection.prepareCall(java.lang.String,int,int) throws java.sql.SQLException
2020-07-08 10:44:15.283 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(java.lang.String,int,int,int) throws java.sql.SQLException
2020-07-08 10:44:15.283 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement com.zaxxer.hikari.pool.HikariProxyConnection.prepareCall(java.lang.String,int,int,int) throws java.sql.SQLException
2020-07-08 10:44:15.284 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:44:15.284 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:44:15.284 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:44:15.683 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatementWrapper
2020-07-08 10:44:15.683 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatementWrapper
2020-07-08 10:44:15.683 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatementWrapper
2020-07-08 10:44:15.683 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatementWrapper
2020-07-08 10:44:15.683 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatementWrapper
2020-07-08 10:44:15.683 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatementWrapper
2020-07-08 10:44:15.736 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public int oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate() throws java.sql.SQLException
2020-07-08 10:44:15.738 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public boolean oracle.jdbc.driver.OraclePreparedStatementWrapper.execute() throws java.sql.SQLException
2020-07-08 10:44:15.739 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public java.sql.ResultSet oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery() throws java.sql.SQLException
2020-07-08 10:44:15.739 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public long oracle.jdbc.driver.OraclePreparedStatementWrapper.executeLargeUpdate() throws java.sql.SQLException
2020-07-08 10:44:15.741 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatementWrapper
2020-07-08 10:44:15.741 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatementWrapper
2020-07-08 10:44:15.741 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatementWrapper
2020-07-08 10:44:15.741 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatementWrapper
2020-07-08 10:44:15.741 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatementWrapper
2020-07-08 10:44:15.741 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatementWrapper
2020-07-08 10:44:15.778 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public int[] oracle.jdbc.driver.OracleStatementWrapper.executeBatch() throws java.sql.SQLException
2020-07-08 10:44:15.779 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleStatementWrapper.executeUpdate(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:15.780 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation AddBatchInstrumentation: ((name(startsWith(addBatch)) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public void oracle.jdbc.driver.OracleStatementWrapper.addBatch(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:15.780 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleStatementWrapper.execute(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:15.781 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleStatementWrapper.executeUpdate(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:44:15.781 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleStatementWrapper.execute(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:44:15.781 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleStatementWrapper.executeUpdate(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:44:15.782 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleStatementWrapper.execute(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:44:15.782 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleStatementWrapper.executeUpdate(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:44:15.783 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleStatementWrapper.execute(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:44:15.783 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.ResultSet oracle.jdbc.driver.OracleStatementWrapper.executeQuery(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:15.784 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public long[] oracle.jdbc.driver.OracleStatementWrapper.executeLargeBatch() throws java.sql.SQLException
2020-07-08 10:44:15.784 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long oracle.jdbc.driver.OracleStatementWrapper.executeLargeUpdate(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:15.785 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long oracle.jdbc.driver.OracleStatementWrapper.executeLargeUpdate(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:44:15.785 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long oracle.jdbc.driver.OracleStatementWrapper.executeLargeUpdate(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:44:15.785 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long oracle.jdbc.driver.OracleStatementWrapper.executeLargeUpdate(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:44:15.802 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleClosedStatement
2020-07-08 10:44:15.802 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleClosedStatement
2020-07-08 10:44:15.802 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleClosedStatement
2020-07-08 10:44:15.802 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleClosedStatement
2020-07-08 10:44:15.802 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleClosedStatement
2020-07-08 10:44:15.802 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleClosedStatement
2020-07-08 10:44:15.877 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public int[] oracle.jdbc.driver.OracleClosedStatement.executeBatch() throws java.sql.SQLException
2020-07-08 10:44:15.878 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleClosedStatement.executeUpdate(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:15.879 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation AddBatchInstrumentation: ((name(startsWith(addBatch)) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public void oracle.jdbc.driver.OracleClosedStatement.addBatch(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:15.879 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleClosedStatement.execute(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:15.880 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleClosedStatement.executeUpdate(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:44:15.880 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleClosedStatement.execute(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:44:15.889 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleClosedStatement.executeUpdate(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:44:15.890 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleClosedStatement.execute(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:44:15.890 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleClosedStatement.executeUpdate(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:44:15.891 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleClosedStatement.execute(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:44:15.891 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.ResultSet oracle.jdbc.driver.OracleClosedStatement.executeQuery(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:15.892 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public int oracle.jdbc.driver.OracleClosedStatement.executeUpdate() throws java.sql.SQLException
2020-07-08 10:44:15.892 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleClosedStatement.execute() throws java.sql.SQLException
2020-07-08 10:44:15.893 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public java.sql.ResultSet oracle.jdbc.driver.OracleClosedStatement.executeQuery() throws java.sql.SQLException
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.impl.execchain.ClientExecChain was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.nio.client.HttpAsyncClient was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureTransaction was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureSpan was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.Traced was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.asynchttpclient.AsyncHandler was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.ws.rs.Path was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jws.WebService was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/openjdk-8/jre/lib/rt.jar!/javax/jws/WebService.class
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.914 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.hibernate.search.FullTextQuery was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.915 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.915 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.915 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.915 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.915 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.915 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.915 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.915 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.915 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.915 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.915 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.915 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.springframework.web.method.HandlerMethod was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:44:15.944 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.HikariProxyPreparedStatement
2020-07-08 10:44:15.944 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.HikariProxyPreparedStatement
2020-07-08 10:44:15.944 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.HikariProxyPreparedStatement
2020-07-08 10:44:15.944 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.HikariProxyPreparedStatement
2020-07-08 10:44:15.944 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.HikariProxyPreparedStatement
2020-07-08 10:44:15.944 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.HikariProxyPreparedStatement
2020-07-08 10:44:15.971 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public java.sql.ResultSet com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery() throws java.sql.SQLException
2020-07-08 10:44:15.973 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public int com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate() throws java.sql.SQLException
2020-07-08 10:44:15.974 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute() throws java.sql.SQLException
2020-07-08 10:44:15.975 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public long com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeLargeUpdate() throws java.sql.SQLException
2020-07-08 10:44:15.976 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.ResultSet com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:15.977 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:15.984 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:15.985 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation AddBatchInstrumentation: ((name(startsWith(addBatch)) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public void com.zaxxer.hikari.pool.HikariProxyPreparedStatement.addBatch(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:15.985 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public int[] com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeBatch() throws java.sql.SQLException
2020-07-08 10:44:15.986 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:44:15.987 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:44:15.988 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:44:15.988 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:44:15.989 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:44:15.990 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:44:15.991 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public long[] com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeLargeBatch() throws java.sql.SQLException
2020-07-08 10:44:15.992 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeLargeUpdate(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:15.992 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeLargeUpdate(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:44:15.993 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeLargeUpdate(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:44:15.993 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeLargeUpdate(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:44:16.006 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyPreparedStatement
2020-07-08 10:44:16.006 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyPreparedStatement
2020-07-08 10:44:16.006 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyPreparedStatement
2020-07-08 10:44:16.006 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyPreparedStatement
2020-07-08 10:44:16.006 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyPreparedStatement
2020-07-08 10:44:16.006 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyPreparedStatement
2020-07-08 10:44:16.029 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.ProxyPreparedStatement.execute() throws java.sql.SQLException
2020-07-08 10:44:16.029 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public java.sql.ResultSet com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery() throws java.sql.SQLException
2020-07-08 10:44:16.030 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public int com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate() throws java.sql.SQLException
2020-07-08 10:44:16.030 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public long com.zaxxer.hikari.pool.ProxyPreparedStatement.executeLargeUpdate() throws java.sql.SQLException
2020-07-08 10:44:16.031 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyStatement
2020-07-08 10:44:16.031 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyStatement
2020-07-08 10:44:16.032 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyStatement
2020-07-08 10:44:16.032 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyStatement
2020-07-08 10:44:16.032 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyStatement
2020-07-08 10:44:16.032 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyStatement
2020-07-08 10:44:16.068 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.ProxyStatement.execute(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:16.068 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.ProxyStatement.execute(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:44:16.069 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.ResultSet com.zaxxer.hikari.pool.ProxyStatement.executeQuery(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:16.069 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int com.zaxxer.hikari.pool.ProxyStatement.executeUpdate(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:16.070 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public int[] com.zaxxer.hikari.pool.ProxyStatement.executeBatch() throws java.sql.SQLException
2020-07-08 10:44:16.071 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int com.zaxxer.hikari.pool.ProxyStatement.executeUpdate(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:44:16.072 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int com.zaxxer.hikari.pool.ProxyStatement.executeUpdate(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:44:16.072 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int com.zaxxer.hikari.pool.ProxyStatement.executeUpdate(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:44:16.073 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.ProxyStatement.execute(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:44:16.073 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.ProxyStatement.execute(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:44:16.074 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public long[] com.zaxxer.hikari.pool.ProxyStatement.executeLargeBatch() throws java.sql.SQLException
2020-07-08 10:44:16.074 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long com.zaxxer.hikari.pool.ProxyStatement.executeLargeUpdate(java.lang.String) throws java.sql.SQLException
2020-07-08 10:44:16.075 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long com.zaxxer.hikari.pool.ProxyStatement.executeLargeUpdate(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:44:16.075 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long com.zaxxer.hikari.pool.ProxyStatement.executeLargeUpdate(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:44:16.075 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long com.zaxxer.hikari.pool.ProxyStatement.executeLargeUpdate(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:44:16.090 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.Span - startSpan '' 00-04d35915180327af458dd633bd02a72d-3e701da7e43c220b-01 (7a9e7271) {
2020-07-08 10:44:16.090 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to 'SpcAlphaParamController#getSpcAlpha' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c) (3)
2020-07-08 10:44:16.090 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-04d35915180327af458dd633bd02a72d-3e701da7e43c220b-01 (7a9e7271) (1)
2020-07-08 10:44:16.090 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to 'SpcAlphaParamController#getSpcAlpha' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c) (4)
2020-07-08 10:44:16.090 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-04d35915180327af458dd633bd02a72d-3e701da7e43c220b-01 (7a9e7271) on thread 43
2020-07-08 10:44:16.090 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to 'SpcAlphaParamController#getSpcAlpha' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c) (5)
2020-07-08 10:44:16.090 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-04d35915180327af458dd633bd02a72d-3e701da7e43c220b-01 (7a9e7271) (2)
2020-07-08 10:44:16.117 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.jdbc.helper.ConnectionMetaData - Based on the connection URL jdbc:oracle:thin:@//10.146.208.5:1521/ORCLPDB1, parsed metadata is: ConnectionMetaData{dbVendor='oracle', host='10.146.208.5', port=1521, user='HOLMES'}
2020-07-08 10:44:16.435 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'SELECT FROM T_ANLS_SPC_PARAM' 00-04d35915180327af458dd633bd02a72d-3e701da7e43c220b-01 (7a9e7271) on thread 43
2020-07-08 10:44:16.435 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SpcAlphaParamController#getSpcAlpha' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c) (4)
2020-07-08 10:44:16.435 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SELECT FROM T_ANLS_SPC_PARAM' 00-04d35915180327af458dd633bd02a72d-3e701da7e43c220b-01 (7a9e7271) (1)
2020-07-08 10:44:16.435 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.Span - endSpan 'SELECT FROM T_ANLS_SPC_PARAM' 00-04d35915180327af458dd633bd02a72d-3e701da7e43c220b-01 (7a9e7271)
2020-07-08 10:44:16.436 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SpcAlphaParamController#getSpcAlpha' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c) (3)
2020-07-08 10:44:16.438 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving SPAN event (sequence 11)
2020-07-08 10:44:16.444 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SpcAlphaParamController#getSpcAlpha' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c) (2)
2020-07-08 10:44:16.444 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SELECT FROM T_ANLS_SPC_PARAM' 00-04d35915180327af458dd633bd02a72d-3e701da7e43c220b-01 (7a9e7271) (0)
2020-07-08 10:44:16.494 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'SpcAlphaParamController#getSpcAlpha' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c) on thread 43
2020-07-08 10:44:16.494 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SpcAlphaParamController#getSpcAlpha' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c) (1)
2020-07-08 10:44:16.499 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'SpcAlphaParamController#getSpcAlpha' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c)
2020-07-08 10:44:16.507 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 12)
2020-07-08 10:44:16.507 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SpcAlphaParamController#getSpcAlpha' 00-04d35915180327af458dd633bd02a72d-0eb46fa65fadd682-01 (221f664c) (0)
2020-07-08 10:44:22.029 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Beginning scheduled configuration reload (interval is 30 sec)...
2020-07-08 10:44:22.030 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Finished scheduled configuration reload
2020-07-08 10:44:22.787 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving METRICS event (sequence 13)
2020-07-08 10:44:24.876 [elastic-apm-request-timeout-timer] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Request flush because the request timeout occurred
2020-07-08 10:44:24.886 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving FLUSH event (sequence 14)
2020-07-08 10:44:24.887 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Flushing 28946 uncompressed 4605 compressed bytes
2020-07-08 10:44:52.029 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Beginning scheduled configuration reload (interval is 30 sec)...
2020-07-08 10:44:52.030 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Finished scheduled configuration reload
2020-07-08 10:44:52.788 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving METRICS event (sequence 15)
2020-07-08 10:44:52.788 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Starting new request to http://10.148.208.48:8090/intake/v2/events
2020-07-08 10:44:52.826 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Scheduling request timeout in 10s
2020-07-08 10:45:02.826 [elastic-apm-request-timeout-timer] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Request flush because the request timeout occurred
2020-07-08 10:45:02.834 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving FLUSH event (sequence 16)
2020-07-08 10:45:02.834 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Flushing 1491 uncompressed 665 compressed bytes
2020-07-08 10:45:22.029 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Beginning scheduled configuration reload (interval is 30 sec)...
2020-07-08 10:45:22.030 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Finished scheduled configuration reload
2020-07-08 10:45:22.779 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving METRICS event (sequence 17)
2020-07-08 10:45:22.780 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Starting new request to http://10.148.208.48:8090/intake/v2/events
2020-07-08 10:45:22.877 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Scheduling request timeout in 10s
2020-07-08 10:45:32.877 [elastic-apm-request-timeout-timer] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Request flush because the request timeout occurred
2020-07-08 10:45:32.885 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving FLUSH event (sequence 18)
2020-07-08 10:45:32.886 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Flushing 1491 uncompressed 669 compressed bytes
2020-07-08 10:45:47.769 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.impl.execchain.ClientExecChain was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/tomcat/webapps/SPC.Service-1.0/WEB-INF/lib/httpclient-4.5.6.jar!/org/apache/http/impl/execchain/ClientExecChain.class
2020-07-08 10:45:47.769 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.nio.client.HttpAsyncClient was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.769 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureTransaction was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.770 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureSpan was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.770 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.Traced was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.770 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.asynchttpclient.AsyncHandler was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.770 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.ws.rs.Path was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.770 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jws.WebService was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/openjdk-8/jre/lib/rt.jar!/javax/jws/WebService.class
2020-07-08 10:45:47.771 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.771 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.771 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.771 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.771 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.771 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.772 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.772 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.772 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.772 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.772 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.772 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.772 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.773 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.773 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.773 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.hibernate.search.FullTextQuery was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.773 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.773 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.774 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.774 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.774 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.774 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.catalina.loader.ParallelWebappClassLoader
2020-07-08 10:45:47.774 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:45:47.774 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:45:47.775 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:45:47.775 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:45:47.775 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:45:47.775 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.springframework.web.method.HandlerMethod was loaded by org.apache.catalina.loader.ParallelWebappClassLoader from jar:file:/usr/local/tomcat/webapps/SPC.Service-1.0/WEB-INF/lib/spring-web-4.3.20.RELEASE.jar!/org/springframework/web/method/HandlerMethod.class
2020-07-08 10:45:47.785 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Log4jLoggingInstrumentation: ((hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))) and not(hasSuperType(erasure(name(equals(org.slf4j.Logger)))))) and not(isInterface())) matches class org.apache.logging.log4j.status.StatusLogger
2020-07-08 10:45:47.794 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Log4jLoggingInstrumentation: ((hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))) and not(hasSuperType(erasure(name(equals(org.slf4j.Logger)))))) and not(isInterface())) matches class org.apache.logging.log4j.spi.AbstractLogger
2020-07-08 10:45:47.855 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation Log4jLoggingInstrumentation: (name(equals(error)) and (hasParameter(hasTypes(with(0 matches erasure(name(equals(java.lang.String)))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(java.lang.Throwable)))))))) matches public void org.apache.logging.log4j.spi.AbstractLogger.error(java.lang.String,java.lang.Throwable)
2020-07-08 10:45:47.922 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Log4jLoggingInstrumentation: ((hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))) and not(hasSuperType(erasure(name(equals(org.slf4j.Logger)))))) and not(isInterface())) matches class org.apache.logging.log4j.simple.SimpleLogger
2020-07-08 10:45:52.031 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Beginning scheduled configuration reload (interval is 30 sec)...
2020-07-08 10:45:52.032 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Finished scheduled configuration reload
2020-07-08 10:45:52.137 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ServletInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.springframework.web.servlet.DispatcherServlet
2020-07-08 10:45:52.137 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Init: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.springframework.web.servlet.DispatcherServlet
2020-07-08 10:45:52.137 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Service: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.springframework.web.servlet.DispatcherServlet
2020-07-08 10:45:52.137 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExceptionHandlerInstrumentation: (name(equals(org.springframework.web.servlet.DispatcherServlet)) and not(isInterface())) matches class org.springframework.web.servlet.DispatcherServlet
2020-07-08 10:45:52.160 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExceptionHandlerInstrumentation: (((((name(equals(processHandlerException)) and hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.http.HttpServletRequest))))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.http.HttpServletResponse))))))) and hasParameter(hasTypes(with(2 matches erasure(name(equals(java.lang.Object))))))) and hasParameter(hasTypes(with(3 matches erasure(name(equals(java.lang.Exception))))))) and returns(erasure(name(equals(org.springframework.web.servlet.ModelAndView))))) matches protected org.springframework.web.servlet.ModelAndView org.springframework.web.servlet.DispatcherServlet.processHandlerException(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.Object,java.lang.Exception) throws java.lang.Exception
2020-07-08 10:45:52.163 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ServletInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.springframework.web.servlet.FrameworkServlet
2020-07-08 10:45:52.163 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Init: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.springframework.web.servlet.FrameworkServlet
2020-07-08 10:45:52.163 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Service: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.springframework.web.servlet.FrameworkServlet
2020-07-08 10:45:52.183 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ServletInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.springframework.web.servlet.HttpServletBean
2020-07-08 10:45:52.183 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Init: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.springframework.web.servlet.HttpServletBean
2020-07-08 10:45:52.183 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Service: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.springframework.web.servlet.HttpServletBean
2020-07-08 10:45:52.800 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving METRICS event (sequence 19)
2020-07-08 10:45:52.800 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Starting new request to http://10.148.208.48:8090/intake/v2/events
2020-07-08 10:45:52.844 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Scheduling request timeout in 10s
2020-07-08 10:45:53.150 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Slf4jLoggingInstrumentation: (hasSuperType(erasure((name(equals(org.slf4j.Logger)) and not(hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))))))) and not(isInterface())) matches class org.apache.logging.slf4j.Log4jLogger
2020-07-08 10:45:53.166 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation Slf4jLoggingInstrumentation: (name(equals(error)) and (hasParameter(hasTypes(with(0 matches erasure(name(equals(java.lang.String)))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(java.lang.Throwable)))))))) matches public void org.apache.logging.slf4j.Log4jLogger.error(java.lang.String,java.lang.Throwable)
2020-07-08 10:45:53.172 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Log4jLoggingInstrumentation: ((hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))) and not(hasSuperType(erasure(name(equals(org.slf4j.Logger)))))) and not(isInterface())) matches class org.apache.logging.log4j.core.Logger
2020-07-08 10:45:53.524 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringServiceNameInstrumentation: (hasSuperType(erasure(name(equals(org.springframework.web.context.WebApplicationContext)))) and not(isInterface())) matches class org.springframework.web.context.support.XmlWebApplicationContext
2020-07-08 10:45:53.528 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringServiceNameInstrumentation: (hasSuperType(erasure(name(equals(org.springframework.web.context.WebApplicationContext)))) and not(isInterface())) matches class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
2020-07-08 10:45:53.530 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation SpringServiceNameInstrumentation: (name(equals(initPropertySources)) and hasParameter(ofSize(0))) matches protected void org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.initPropertySources()
2020-07-08 10:45:53.979 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringTransactionNameInstrumentation: (((name(startsWith(org.springframework.web.servlet)) and hasSuperType(erasure(name(equals(org.springframework.web.servlet.HandlerAdapter))))) and not(isInterface())) and not(isInterface())) matches class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
2020-07-08 10:45:54.003 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringTransactionNameInstrumentation: (((name(startsWith(org.springframework.web.servlet)) and hasSuperType(erasure(name(equals(org.springframework.web.servlet.HandlerAdapter))))) and not(isInterface())) and not(isInterface())) matches class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
2020-07-08 10:45:54.005 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation SpringTransactionNameInstrumentation: ((((name(equals(handle)) and returns(erasure(name(equals(org.springframework.web.servlet.ModelAndView))))) and hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.http.HttpServletRequest))))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.http.HttpServletResponse))))))) and hasParameter(hasTypes(with(2 matches erasure(is(class java.lang.Object)))))) matches public final org.springframework.web.servlet.ModelAndView org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter.handle(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.Object) throws java.lang.Exception
2020-07-08 10:45:54.061 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringTransactionNameInstrumentation: (((name(startsWith(org.springframework.web.servlet)) and hasSuperType(erasure(name(equals(org.springframework.web.servlet.HandlerAdapter))))) and not(isInterface())) and not(isInterface())) matches class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
2020-07-08 10:45:54.063 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation SpringTransactionNameInstrumentation: ((((name(equals(handle)) and returns(erasure(name(equals(org.springframework.web.servlet.ModelAndView))))) and hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.http.HttpServletRequest))))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.http.HttpServletResponse))))))) and hasParameter(hasTypes(with(2 matches erasure(is(class java.lang.Object)))))) matches public org.springframework.web.servlet.ModelAndView org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.Object) throws java.lang.Exception
2020-07-08 10:45:54.064 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringTransactionNameInstrumentation: (((name(startsWith(org.springframework.web.servlet)) and hasSuperType(erasure(name(equals(org.springframework.web.servlet.HandlerAdapter))))) and not(isInterface())) and not(isInterface())) matches class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
2020-07-08 10:45:54.065 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation SpringTransactionNameInstrumentation: ((((name(equals(handle)) and returns(erasure(name(equals(org.springframework.web.servlet.ModelAndView))))) and hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.http.HttpServletRequest))))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.http.HttpServletResponse))))))) and hasParameter(hasTypes(with(2 matches erasure(is(class java.lang.Object)))))) matches public org.springframework.web.servlet.ModelAndView org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter.handle(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.Object) throws java.lang.Exception
2020-07-08 10:45:54.971 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringServiceNameInstrumentation: (hasSuperType(erasure(name(equals(org.springframework.web.context.WebApplicationContext)))) and not(isInterface())) matches class org.springframework.web.context.support.GenericWebApplicationContext
2020-07-08 10:45:54.973 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation SpringServiceNameInstrumentation: (name(equals(initPropertySources)) and hasParameter(ofSize(0))) matches protected void org.springframework.web.context.support.GenericWebApplicationContext.initPropertySources()
2020-07-08 10:45:57.056 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ConnectionInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Connection))))) and not(isInterface())) matches class oracle.jdbc.driver.PhysicalConnection
2020-07-08 10:45:57.152 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public synchronized java.sql.PreparedStatement oracle.jdbc.driver.PhysicalConnection.prepareStatement(java.lang.String) throws java.sql.SQLException
2020-07-08 10:45:57.153 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public synchronized java.sql.PreparedStatement oracle.jdbc.driver.PhysicalConnection.prepareStatementWithKey(java.lang.String) throws java.sql.SQLException
2020-07-08 10:45:57.153 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public synchronized java.sql.PreparedStatement oracle.jdbc.driver.PhysicalConnection.prepareStatement(java.lang.String,int,int) throws java.sql.SQLException
2020-07-08 10:45:57.154 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public synchronized java.sql.CallableStatement oracle.jdbc.driver.PhysicalConnection.prepareCall(java.lang.String) throws java.sql.SQLException
2020-07-08 10:45:57.154 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public synchronized java.sql.CallableStatement oracle.jdbc.driver.PhysicalConnection.prepareCall(java.lang.String,int,int) throws java.sql.SQLException
2020-07-08 10:45:57.155 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public synchronized java.sql.CallableStatement oracle.jdbc.driver.PhysicalConnection.prepareCallWithKey(java.lang.String) throws java.sql.SQLException
2020-07-08 10:45:57.166 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.driver.PhysicalConnection.prepareStatement(java.lang.String,int,int,int) throws java.sql.SQLException
2020-07-08 10:45:57.167 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement oracle.jdbc.driver.PhysicalConnection.prepareCall(java.lang.String,int,int,int) throws java.sql.SQLException
2020-07-08 10:45:57.167 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.driver.PhysicalConnection.prepareStatement(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:45:57.167 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.driver.PhysicalConnection.prepareStatement(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:45:57.168 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.driver.PhysicalConnection.prepareStatement(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:45:57.175 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ConnectionInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Connection))))) and not(isInterface())) matches class oracle.jdbc.driver.GeneratedPhysicalConnection
2020-07-08 10:45:57.194 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ConnectionInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Connection))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleConnection
2020-07-08 10:45:57.211 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ConnectionInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Connection))))) and not(isInterface())) matches class oracle.jdbc.OracleConnectionWrapper
2020-07-08 10:45:57.230 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.OracleConnectionWrapper.prepareStatement(java.lang.String) throws java.sql.SQLException
2020-07-08 10:45:57.230 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement oracle.jdbc.OracleConnectionWrapper.prepareCall(java.lang.String) throws java.sql.SQLException
2020-07-08 10:45:57.231 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.OracleConnectionWrapper.prepareStatement(java.lang.String,int,int) throws java.sql.SQLException
2020-07-08 10:45:57.231 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement oracle.jdbc.OracleConnectionWrapper.prepareCall(java.lang.String,int,int) throws java.sql.SQLException
2020-07-08 10:45:57.231 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.OracleConnectionWrapper.prepareStatementWithKey(java.lang.String) throws java.sql.SQLException
2020-07-08 10:45:57.231 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement oracle.jdbc.OracleConnectionWrapper.prepareCallWithKey(java.lang.String) throws java.sql.SQLException
2020-07-08 10:45:57.232 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.OracleConnectionWrapper.prepareStatement(java.lang.String,int,int,int) throws java.sql.SQLException
2020-07-08 10:45:57.232 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement oracle.jdbc.OracleConnectionWrapper.prepareCall(java.lang.String,int,int,int) throws java.sql.SQLException
2020-07-08 10:45:57.232 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.OracleConnectionWrapper.prepareStatement(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:45:57.232 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.OracleConnectionWrapper.prepareStatement(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:45:57.233 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement oracle.jdbc.OracleConnectionWrapper.prepareStatement(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:45:57.289 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatement
2020-07-08 10:45:57.289 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatement
2020-07-08 10:45:57.289 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatement
2020-07-08 10:45:57.289 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatement
2020-07-08 10:45:57.289 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatement
2020-07-08 10:45:57.289 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatement
2020-07-08 10:45:57.329 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.ResultSet oracle.jdbc.driver.OracleStatement.executeQuery(java.lang.String) throws java.sql.SQLException
2020-07-08 10:45:57.371 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleStatement.executeUpdate(java.lang.String) throws java.sql.SQLException
2020-07-08 10:45:57.372 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long oracle.jdbc.driver.OracleStatement.executeLargeUpdate(java.lang.String) throws java.sql.SQLException
2020-07-08 10:45:57.373 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleStatement.execute(java.lang.String) throws java.sql.SQLException
2020-07-08 10:45:57.374 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation AddBatchInstrumentation: ((name(startsWith(addBatch)) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public void oracle.jdbc.driver.OracleStatement.addBatch(java.lang.String) throws java.sql.SQLException
2020-07-08 10:45:57.375 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public int[] oracle.jdbc.driver.OracleStatement.executeBatch() throws java.sql.SQLException
2020-07-08 10:45:57.375 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public long[] oracle.jdbc.driver.OracleStatement.executeLargeBatch() throws java.sql.SQLException
2020-07-08 10:45:57.376 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleStatement.executeUpdate(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:45:57.377 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long oracle.jdbc.driver.OracleStatement.executeLargeUpdate(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:45:57.377 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleStatement.executeUpdate(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:45:57.378 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long oracle.jdbc.driver.OracleStatement.executeLargeUpdate(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:45:57.378 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleStatement.executeUpdate(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:45:57.379 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long oracle.jdbc.driver.OracleStatement.executeLargeUpdate(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:45:57.379 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleStatement.execute(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:45:57.379 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleStatement.execute(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:45:57.380 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleStatement.execute(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:45:57.398 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CStatement
2020-07-08 10:45:57.398 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CStatement
2020-07-08 10:45:57.398 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CStatement
2020-07-08 10:45:57.398 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CStatement
2020-07-08 10:45:57.398 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CStatement
2020-07-08 10:45:57.398 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CStatement
2020-07-08 10:45:57.436 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatement
2020-07-08 10:45:57.436 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatement
2020-07-08 10:45:57.436 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatement
2020-07-08 10:45:57.436 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatement
2020-07-08 10:45:57.436 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatement
2020-07-08 10:45:57.436 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatement
2020-07-08 10:45:57.493 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public java.sql.ResultSet oracle.jdbc.driver.OraclePreparedStatement.executeQuery() throws java.sql.SQLException
2020-07-08 10:45:57.494 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public int oracle.jdbc.driver.OraclePreparedStatement.executeUpdate() throws java.sql.SQLException
2020-07-08 10:45:57.494 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public long oracle.jdbc.driver.OraclePreparedStatement.executeLargeUpdate() throws java.sql.SQLException
2020-07-08 10:45:57.494 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public boolean oracle.jdbc.driver.OraclePreparedStatement.execute() throws java.sql.SQLException
2020-07-08 10:45:57.497 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation AddBatchInstrumentation: ((name(startsWith(addBatch)) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public void oracle.jdbc.driver.OraclePreparedStatement.addBatch(java.lang.String) throws java.sql.SQLException
2020-07-08 10:45:57.498 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public int[] oracle.jdbc.driver.OraclePreparedStatement.executeBatch() throws java.sql.SQLException
2020-07-08 10:45:57.499 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public long[] oracle.jdbc.driver.OraclePreparedStatement.executeLargeBatch() throws java.sql.SQLException
2020-07-08 10:45:57.545 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CPreparedStatement
2020-07-08 10:45:57.545 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CPreparedStatement
2020-07-08 10:45:57.545 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CPreparedStatement
2020-07-08 10:45:57.545 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CPreparedStatement
2020-07-08 10:45:57.545 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CPreparedStatement
2020-07-08 10:45:57.545 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CPreparedStatement
2020-07-08 10:45:57.558 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public long[] oracle.jdbc.driver.T4CPreparedStatement.executeLargeBatch() throws java.sql.SQLException
2020-07-08 10:45:57.561 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleCallableStatement
2020-07-08 10:45:57.561 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleCallableStatement
2020-07-08 10:45:57.561 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleCallableStatement
2020-07-08 10:45:57.561 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleCallableStatement
2020-07-08 10:45:57.561 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleCallableStatement
2020-07-08 10:45:57.561 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleCallableStatement
2020-07-08 10:45:57.669 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleCallableStatement.execute() throws java.sql.SQLException
2020-07-08 10:45:57.670 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public int oracle.jdbc.driver.OracleCallableStatement.executeUpdate() throws java.sql.SQLException
2020-07-08 10:45:57.705 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CCallableStatement
2020-07-08 10:45:57.705 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CCallableStatement
2020-07-08 10:45:57.705 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CCallableStatement
2020-07-08 10:45:57.705 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CCallableStatement
2020-07-08 10:45:57.705 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CCallableStatement
2020-07-08 10:45:57.705 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CCallableStatement
2020-07-08 10:45:57.759 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ConnectionInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Connection))))) and not(isInterface())) matches class oracle.jdbc.driver.T4CConnection
2020-07-08 10:46:00.829 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.springframework.core.task.SimpleAsyncTaskExecutor
2020-07-08 10:46:00.829 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorCallableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.springframework.core.task.SimpleAsyncTaskExecutor
2020-07-08 10:46:00.853 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public void org.springframework.core.task.SimpleAsyncTaskExecutor.execute(java.lang.Runnable)
2020-07-08 10:46:00.854 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public java.util.concurrent.Future org.springframework.core.task.SimpleAsyncTaskExecutor.submit(java.lang.Runnable)
2020-07-08 10:46:00.854 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorCallableInstrumentation: ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable)))))) matches public java.util.concurrent.Future org.springframework.core.task.SimpleAsyncTaskExecutor.submit(java.util.concurrent.Callable)
2020-07-08 10:46:02.846 [elastic-apm-request-timeout-timer] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Request flush because the request timeout occurred
2020-07-08 10:46:02.858 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving FLUSH event (sequence 20)
2020-07-08 10:46:02.859 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Flushing 1487 uncompressed 666 compressed bytes
2020-07-08 10:46:02.868 [http-nio-8080-exec-7] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-dcf6ccc56a9d6347c0593ff0476ed9e2-18f454662a71891e-01 (4780c994) (1)
2020-07-08 10:46:02.868 [http-nio-8080-exec-7] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-dcf6ccc56a9d6347c0593ff0476ed9e2-18f454662a71891e-01 (4780c994) {
2020-07-08 10:46:02.868 [http-nio-8080-exec-7] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-dcf6ccc56a9d6347c0593ff0476ed9e2-18f454662a71891e-01 (4780c994) on thread 41
2020-07-08 10:46:02.868 [http-nio-8080-exec-7] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-dcf6ccc56a9d6347c0593ff0476ed9e2-18f454662a71891e-01 (4780c994) (2)
2020-07-08 10:46:02.869 [http-nio-8080-exec-7] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'DefaultServlet#doGet' 00-dcf6ccc56a9d6347c0593ff0476ed9e2-18f454662a71891e-01 (4780c994) on thread 41
2020-07-08 10:46:02.869 [http-nio-8080-exec-7] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServlet#doGet' 00-dcf6ccc56a9d6347c0593ff0476ed9e2-18f454662a71891e-01 (4780c994) (1)
2020-07-08 10:46:02.869 [http-nio-8080-exec-7] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'DefaultServlet#doGet' 00-dcf6ccc56a9d6347c0593ff0476ed9e2-18f454662a71891e-01 (4780c994)
2020-07-08 10:46:02.933 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 21)
2020-07-08 10:46:02.934 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Starting new request to http://10.148.208.48:8090/intake/v2/events
2020-07-08 10:46:02.946 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Scheduling request timeout in 10s
2020-07-08 10:46:02.947 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServlet#doGet' 00-dcf6ccc56a9d6347c0593ff0476ed9e2-18f454662a71891e-01 (4780c994) (0)
2020-07-08 10:46:03.991 [http-nio-8080-exec-8] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-5e70b5dd7f0e276c61e969c089a312c2-26a24885c7e948ae-01 (221f664c) (1)
2020-07-08 10:46:03.991 [http-nio-8080-exec-8] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-5e70b5dd7f0e276c61e969c089a312c2-26a24885c7e948ae-01 (221f664c) {
2020-07-08 10:46:03.991 [http-nio-8080-exec-8] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-5e70b5dd7f0e276c61e969c089a312c2-26a24885c7e948ae-01 (221f664c) on thread 42
2020-07-08 10:46:03.991 [http-nio-8080-exec-8] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-5e70b5dd7f0e276c61e969c089a312c2-26a24885c7e948ae-01 (221f664c) (2)
2020-07-08 10:46:03.992 [http-nio-8080-exec-8] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'DefaultServlet#doGet' 00-5e70b5dd7f0e276c61e969c089a312c2-26a24885c7e948ae-01 (221f664c) on thread 42
2020-07-08 10:46:03.992 [http-nio-8080-exec-8] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServlet#doGet' 00-5e70b5dd7f0e276c61e969c089a312c2-26a24885c7e948ae-01 (221f664c) (1)
2020-07-08 10:46:03.992 [http-nio-8080-exec-8] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'DefaultServlet#doGet' 00-5e70b5dd7f0e276c61e969c089a312c2-26a24885c7e948ae-01 (221f664c)
2020-07-08 10:46:04.049 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 22)
2020-07-08 10:46:04.050 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServlet#doGet' 00-5e70b5dd7f0e276c61e969c089a312c2-26a24885c7e948ae-01 (221f664c) (0)
2020-07-08 10:46:04.461 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: (hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) and not(isInterface())) matches class org.springframework.web.servlet.view.AbstractView
2020-07-08 10:46:04.465 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ViewRenderInstrumentation: (((name(equals(render)) and hasParameter(hasTypes(with(0 matches erasure(name(equals(java.util.Map))))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.http.HttpServletRequest))))))) and hasParameter(hasTypes(with(2 matches erasure(name(equals(javax.servlet.http.HttpServletResponse))))))) matches public void org.springframework.web.servlet.view.AbstractView.render(java.util.Map,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
2020-07-08 10:46:04.490 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: (hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) and not(isInterface())) matches class org.springframework.web.servlet.view.RedirectView
2020-07-08 10:46:04.496 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: (hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) and not(isInterface())) matches class org.springframework.web.servlet.view.AbstractUrlBasedView
2020-07-08 10:46:04.499 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: (hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) and not(isInterface())) matches class org.springframework.web.servlet.view.InternalResourceView
2020-07-08 10:46:04.515 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: (hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) and not(isInterface())) matches class org.springframework.web.servlet.view.AbstractCachingViewResolver$1
2020-07-08 10:46:04.517 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ViewRenderInstrumentation: (((name(equals(render)) and hasParameter(hasTypes(with(0 matches erasure(name(equals(java.util.Map))))))) and hasParameter(hasTypes(with(1 matches erasure(name(equals(javax.servlet.http.HttpServletRequest))))))) and hasParameter(hasTypes(with(2 matches erasure(name(equals(javax.servlet.http.HttpServletResponse))))))) matches public void org.springframework.web.servlet.view.AbstractCachingViewResolver$1.render(java.util.Map,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2020-07-08 10:46:04.596 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-00cb76e4ac3402e5768113967f621ec0-8073af86ed6728b5-01 (4780c994) (1)
2020-07-08 10:46:04.596 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-00cb76e4ac3402e5768113967f621ec0-8073af86ed6728b5-01 (4780c994) {
2020-07-08 10:46:04.596 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-00cb76e4ac3402e5768113967f621ec0-8073af86ed6728b5-01 (4780c994) on thread 39
2020-07-08 10:46:04.596 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-00cb76e4ac3402e5768113967f621ec0-8073af86ed6728b5-01 (4780c994) (2)
2020-07-08 10:46:04.597 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'DefaultServlet#doGet' 00-00cb76e4ac3402e5768113967f621ec0-8073af86ed6728b5-01 (4780c994) on thread 39
2020-07-08 10:46:04.597 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServlet#doGet' 00-00cb76e4ac3402e5768113967f621ec0-8073af86ed6728b5-01 (4780c994) (1)
2020-07-08 10:46:04.597 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'DefaultServlet#doGet' 00-00cb76e4ac3402e5768113967f621ec0-8073af86ed6728b5-01 (4780c994)
2020-07-08 10:46:04.609 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 23)
2020-07-08 10:46:04.610 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServlet#doGet' 00-00cb76e4ac3402e5768113967f621ec0-8073af86ed6728b5-01 (4780c994) (0)
2020-07-08 10:46:04.887 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-628ff3c516f805d289374e7f2c8f3df1-a3101979758bc0fa-01 (221f664c) (1)
2020-07-08 10:46:04.887 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-628ff3c516f805d289374e7f2c8f3df1-a3101979758bc0fa-01 (221f664c) {
2020-07-08 10:46:04.887 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-628ff3c516f805d289374e7f2c8f3df1-a3101979758bc0fa-01 (221f664c) on thread 36
2020-07-08 10:46:04.887 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-628ff3c516f805d289374e7f2c8f3df1-a3101979758bc0fa-01 (221f664c) (2)
2020-07-08 10:46:04.887 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'DefaultServlet#doGet' 00-628ff3c516f805d289374e7f2c8f3df1-a3101979758bc0fa-01 (221f664c) on thread 36
2020-07-08 10:46:04.887 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServlet#doGet' 00-628ff3c516f805d289374e7f2c8f3df1-a3101979758bc0fa-01 (221f664c) (1)
2020-07-08 10:46:04.888 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'DefaultServlet#doGet' 00-628ff3c516f805d289374e7f2c8f3df1-a3101979758bc0fa-01 (221f664c)
2020-07-08 10:46:04.898 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 24)
2020-07-08 10:46:04.898 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServlet#doGet' 00-628ff3c516f805d289374e7f2c8f3df1-a3101979758bc0fa-01 (221f664c) (0)
2020-07-08 10:46:05.167 [http-nio-8080-exec-4] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-7b776ecd2c7ba350665a20e5a4283f13-2d7443f69c150e35-01 (4780c994) (1)
2020-07-08 10:46:05.168 [http-nio-8080-exec-4] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-7b776ecd2c7ba350665a20e5a4283f13-2d7443f69c150e35-01 (4780c994) {
2020-07-08 10:46:05.168 [http-nio-8080-exec-4] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-7b776ecd2c7ba350665a20e5a4283f13-2d7443f69c150e35-01 (4780c994) on thread 38
2020-07-08 10:46:05.168 [http-nio-8080-exec-4] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-7b776ecd2c7ba350665a20e5a4283f13-2d7443f69c150e35-01 (4780c994) (2)
2020-07-08 10:46:05.168 [http-nio-8080-exec-4] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'DefaultServlet#doGet' 00-7b776ecd2c7ba350665a20e5a4283f13-2d7443f69c150e35-01 (4780c994) on thread 38
2020-07-08 10:46:05.168 [http-nio-8080-exec-4] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServlet#doGet' 00-7b776ecd2c7ba350665a20e5a4283f13-2d7443f69c150e35-01 (4780c994) (1)
2020-07-08 10:46:05.168 [http-nio-8080-exec-4] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'DefaultServlet#doGet' 00-7b776ecd2c7ba350665a20e5a4283f13-2d7443f69c150e35-01 (4780c994)
2020-07-08 10:46:05.180 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 25)
2020-07-08 10:46:05.180 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServlet#doGet' 00-7b776ecd2c7ba350665a20e5a4283f13-2d7443f69c150e35-01 (4780c994) (0)
2020-07-08 10:46:05.773 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-836dd151e70f0a346a9441daf6623955-b30eb389cbf6123f-01 (221f664c) (1)
2020-07-08 10:46:05.773 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-836dd151e70f0a346a9441daf6623955-b30eb389cbf6123f-01 (221f664c) {
2020-07-08 10:46:05.773 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-836dd151e70f0a346a9441daf6623955-b30eb389cbf6123f-01 (221f664c) on thread 35
2020-07-08 10:46:05.773 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-836dd151e70f0a346a9441daf6623955-b30eb389cbf6123f-01 (221f664c) (2)
2020-07-08 10:46:05.790 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'DefaultServlet#doGet' 00-836dd151e70f0a346a9441daf6623955-b30eb389cbf6123f-01 (221f664c) on thread 35
2020-07-08 10:46:05.790 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServlet#doGet' 00-836dd151e70f0a346a9441daf6623955-b30eb389cbf6123f-01 (221f664c) (1)
2020-07-08 10:46:05.790 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'DefaultServlet#doGet' 00-836dd151e70f0a346a9441daf6623955-b30eb389cbf6123f-01 (221f664c)
2020-07-08 10:46:05.809 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 26)
2020-07-08 10:46:05.810 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServlet#doGet' 00-836dd151e70f0a346a9441daf6623955-b30eb389cbf6123f-01 (221f664c) (0)
2020-07-08 10:46:06.100 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
2020-07-08 10:46:06.100 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorCallableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor
2020-07-08 10:46:06.106 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public void org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.execute(java.lang.Runnable)
2020-07-08 10:46:06.107 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public java.util.concurrent.Future org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.submit(java.lang.Runnable)
2020-07-08 10:46:06.107 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorCallableInstrumentation: ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable)))))) matches public java.util.concurrent.Future org.springframework.scheduling.concurrent.ConcurrentTaskExecutor.submit(java.util.concurrent.Callable)
2020-07-08 10:46:06.109 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.springframework.core.task.support.TaskExecutorAdapter
2020-07-08 10:46:06.109 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorCallableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.springframework.core.task.support.TaskExecutorAdapter
2020-07-08 10:46:06.145 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public void org.springframework.core.task.support.TaskExecutorAdapter.execute(java.lang.Runnable)
2020-07-08 10:46:06.146 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public java.util.concurrent.Future org.springframework.core.task.support.TaskExecutorAdapter.submit(java.lang.Runnable)
2020-07-08 10:46:06.146 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorCallableInstrumentation: ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable)))))) matches public java.util.concurrent.Future org.springframework.core.task.support.TaskExecutorAdapter.submit(java.util.concurrent.Callable)
2020-07-08 10:46:06.166 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorRunnableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor$ManagedTaskExecutorAdapter
2020-07-08 10:46:06.166 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorCallableInstrumentation: ((((hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor)))) and not(name(startsWith(com.hazelcast)))) and not((name(contains($Proxy)) or name(contains($$))))) and not(isInterface())) matches class org.springframework.scheduling.concurrent.ConcurrentTaskExecutor$ManagedTaskExecutorAdapter
2020-07-08 10:46:06.172 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public void org.springframework.scheduling.concurrent.ConcurrentTaskExecutor$ManagedTaskExecutorAdapter.execute(java.lang.Runnable)
2020-07-08 10:46:06.173 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorRunnableInstrumentation: ((((name(equals(execute)) and returns(erasure(is(void)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable))))))) or ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object))))))) matches public java.util.concurrent.Future org.springframework.scheduling.concurrent.ConcurrentTaskExecutor$ManagedTaskExecutorAdapter.submit(java.lang.Runnable)
2020-07-08 10:46:06.173 [Catalina-utility-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorCallableInstrumentation: ((name(equals(submit)) and returns(erasure(is(interface java.util.concurrent.Future)))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable)))))) matches public java.util.concurrent.Future org.springframework.scheduling.concurrent.ConcurrentTaskExecutor$ManagedTaskExecutorAdapter.submit(java.util.concurrent.Callable)
2020-07-08 10:46:12.727 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-db036e67c84d119df9823d86192250f7-8cbd98e6892fa61f-01 (4780c994) (1)
2020-07-08 10:46:12.727 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-db036e67c84d119df9823d86192250f7-8cbd98e6892fa61f-01 (4780c994) {
2020-07-08 10:46:12.727 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-db036e67c84d119df9823d86192250f7-8cbd98e6892fa61f-01 (4780c994) on thread 43
2020-07-08 10:46:12.727 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-db036e67c84d119df9823d86192250f7-8cbd98e6892fa61f-01 (4780c994) (2)
2020-07-08 10:46:12.747 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation StartAsyncInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.ServletRequest))))) and not(isInterface())) matches class org.springframework.web.util.ContentCachingRequestWrapper
2020-07-08 10:46:12.747 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation RequestStreamRecordingInstrumentation: ((hasSuperType(erasure(name(equals(javax.servlet.ServletRequest)))) and not(isInterface())) and not(isInterface())) matches class org.springframework.web.util.ContentCachingRequestWrapper
2020-07-08 10:46:12.754 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation RequestStreamRecordingInstrumentation: (name(equals(getInputStream)) and returns(erasure(name(equals(javax.servlet.ServletInputStream))))) matches public javax.servlet.ServletInputStream org.springframework.web.util.ContentCachingRequestWrapper.getInputStream() throws java.io.IOException
2020-07-08 10:46:12.839 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.spring.webmvc.SpringTransactionNameInstrumentation - Set name DefaultServletHttpRequestHandler to transaction 8cbd98e6892fa61f
2020-07-08 10:46:12.845 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'DefaultServletHttpRequestHandler' 00-db036e67c84d119df9823d86192250f7-8cbd98e6892fa61f-01 (4780c994) on thread 43
2020-07-08 10:46:12.845 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServletHttpRequestHandler' 00-db036e67c84d119df9823d86192250f7-8cbd98e6892fa61f-01 (4780c994) (1)
2020-07-08 10:46:12.845 [http-nio-8080-exec-9] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'DefaultServletHttpRequestHandler' 00-db036e67c84d119df9823d86192250f7-8cbd98e6892fa61f-01 (4780c994)
2020-07-08 10:46:12.850 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 27)
2020-07-08 10:46:12.851 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServletHttpRequestHandler' 00-db036e67c84d119df9823d86192250f7-8cbd98e6892fa61f-01 (4780c994) (0)
2020-07-08 10:46:12.947 [elastic-apm-request-timeout-timer] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Request flush because the request timeout occurred
2020-07-08 10:46:12.947 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving FLUSH event (sequence 28)
2020-07-08 10:46:12.948 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Flushing 9870 uncompressed 1627 compressed bytes
2020-07-08 10:46:13.155 [http-nio-8080-exec-3] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-0271af7994b4b688f42205a1e4c67727-f9e4b9c380ec0dbd-01 (221f664c) (1)
2020-07-08 10:46:13.155 [http-nio-8080-exec-3] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-0271af7994b4b688f42205a1e4c67727-f9e4b9c380ec0dbd-01 (221f664c) {
2020-07-08 10:46:13.155 [http-nio-8080-exec-3] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-0271af7994b4b688f42205a1e4c67727-f9e4b9c380ec0dbd-01 (221f664c) on thread 37
2020-07-08 10:46:13.155 [http-nio-8080-exec-3] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-0271af7994b4b688f42205a1e4c67727-f9e4b9c380ec0dbd-01 (221f664c) (2)
2020-07-08 10:46:13.162 [http-nio-8080-exec-3] DEBUG co.elastic.apm.agent.spring.webmvc.SpringTransactionNameInstrumentation - Set name ApiResourceController#uiConfiguration to transaction f9e4b9c380ec0dbd
2020-07-08 10:46:13.224 [http-nio-8080-exec-10] DEBUG co.elastic.apm.agent.servlet.helper.ServletTransactionCreationHelperImpl - Not tracing this request as the URL /webjars/springfox-swagger-ui/favicon-32x32.png is ignored by the matcher *.png
2020-07-08 10:46:13.233 [http-nio-8080-exec-10] DEBUG co.elastic.apm.agent.spring.webmvc.SpringTransactionNameInstrumentation - Transaction is null
2020-07-08 10:46:13.448 [http-nio-8080-exec-3] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'ApiResourceController#uiConfiguration' 00-0271af7994b4b688f42205a1e4c67727-f9e4b9c380ec0dbd-01 (221f664c) on thread 37
2020-07-08 10:46:13.456 [http-nio-8080-exec-3] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'ApiResourceController#uiConfiguration' 00-0271af7994b4b688f42205a1e4c67727-f9e4b9c380ec0dbd-01 (221f664c) (1)
2020-07-08 10:46:13.456 [http-nio-8080-exec-3] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'ApiResourceController#uiConfiguration' 00-0271af7994b4b688f42205a1e4c67727-f9e4b9c380ec0dbd-01 (221f664c)
2020-07-08 10:46:13.468 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 29)
2020-07-08 10:46:13.469 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Starting new request to http://10.148.208.48:8090/intake/v2/events
2020-07-08 10:46:13.475 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Scheduling request timeout in 10s
2020-07-08 10:46:13.476 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'ApiResourceController#uiConfiguration' 00-0271af7994b4b688f42205a1e4c67727-f9e4b9c380ec0dbd-01 (221f664c) (0)
2020-07-08 10:46:13.488 [http-nio-8080-exec-11] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-90c28e98575fab26f0f484fd86ff367d-761cb8dd43c47c0f-01 (4780c994) (1)
2020-07-08 10:46:13.488 [http-nio-8080-exec-11] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-90c28e98575fab26f0f484fd86ff367d-761cb8dd43c47c0f-01 (4780c994) {
2020-07-08 10:46:13.488 [http-nio-8080-exec-11] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-90c28e98575fab26f0f484fd86ff367d-761cb8dd43c47c0f-01 (4780c994) on thread 62
2020-07-08 10:46:13.488 [http-nio-8080-exec-11] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-90c28e98575fab26f0f484fd86ff367d-761cb8dd43c47c0f-01 (4780c994) (2)
2020-07-08 10:46:13.489 [http-nio-8080-exec-11] DEBUG co.elastic.apm.agent.spring.webmvc.SpringTransactionNameInstrumentation - Set name ApiResourceController#securityConfiguration to transaction 761cb8dd43c47c0f
2020-07-08 10:46:13.503 [http-nio-8080-exec-11] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'ApiResourceController#securityConfiguration' 00-90c28e98575fab26f0f484fd86ff367d-761cb8dd43c47c0f-01 (4780c994) on thread 62
2020-07-08 10:46:13.503 [http-nio-8080-exec-11] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'ApiResourceController#securityConfiguration' 00-90c28e98575fab26f0f484fd86ff367d-761cb8dd43c47c0f-01 (4780c994) (1)
2020-07-08 10:46:13.503 [http-nio-8080-exec-11] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'ApiResourceController#securityConfiguration' 00-90c28e98575fab26f0f484fd86ff367d-761cb8dd43c47c0f-01 (4780c994)
2020-07-08 10:46:13.507 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 30)
2020-07-08 10:46:13.508 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'ApiResourceController#securityConfiguration' 00-90c28e98575fab26f0f484fd86ff367d-761cb8dd43c47c0f-01 (4780c994) (0)
2020-07-08 10:46:13.531 [http-nio-8080-exec-12] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-28bd01e56f7af82462763c35ec1de5c9-1a7582231043bdad-01 (221f664c) (1)
2020-07-08 10:46:13.531 [http-nio-8080-exec-12] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-28bd01e56f7af82462763c35ec1de5c9-1a7582231043bdad-01 (221f664c) {
2020-07-08 10:46:13.531 [http-nio-8080-exec-12] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-28bd01e56f7af82462763c35ec1de5c9-1a7582231043bdad-01 (221f664c) on thread 64
2020-07-08 10:46:13.531 [http-nio-8080-exec-12] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-28bd01e56f7af82462763c35ec1de5c9-1a7582231043bdad-01 (221f664c) (2)
2020-07-08 10:46:13.532 [http-nio-8080-exec-12] DEBUG co.elastic.apm.agent.spring.webmvc.SpringTransactionNameInstrumentation - Set name ApiResourceController#swaggerResources to transaction 1a7582231043bdad
2020-07-08 10:46:13.539 [http-nio-8080-exec-12] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'ApiResourceController#swaggerResources' 00-28bd01e56f7af82462763c35ec1de5c9-1a7582231043bdad-01 (221f664c) on thread 64
2020-07-08 10:46:13.539 [http-nio-8080-exec-12] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'ApiResourceController#swaggerResources' 00-28bd01e56f7af82462763c35ec1de5c9-1a7582231043bdad-01 (221f664c) (1)
2020-07-08 10:46:13.539 [http-nio-8080-exec-12] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'ApiResourceController#swaggerResources' 00-28bd01e56f7af82462763c35ec1de5c9-1a7582231043bdad-01 (221f664c)
2020-07-08 10:46:13.545 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 31)
2020-07-08 10:46:13.545 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'ApiResourceController#swaggerResources' 00-28bd01e56f7af82462763c35ec1de5c9-1a7582231043bdad-01 (221f664c) (0)
2020-07-08 10:46:13.619 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-021d4a903bba470ed758389ff3f9f9f9-b6e495290b3252cf-01 (4780c994) (1)
2020-07-08 10:46:13.619 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-021d4a903bba470ed758389ff3f9f9f9-b6e495290b3252cf-01 (4780c994) {
2020-07-08 10:46:13.619 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-021d4a903bba470ed758389ff3f9f9f9-b6e495290b3252cf-01 (4780c994) on thread 39
2020-07-08 10:46:13.619 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-021d4a903bba470ed758389ff3f9f9f9-b6e495290b3252cf-01 (4780c994) (2)
2020-07-08 10:46:13.620 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.spring.webmvc.SpringTransactionNameInstrumentation - Set name Swagger2Controller#getDocumentation to transaction b6e495290b3252cf
2020-07-08 10:46:13.631 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-318e17693a2e986789a639282d3d6255-4234fe133662cd3a-01 (221f664c) (1)
2020-07-08 10:46:13.631 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-318e17693a2e986789a639282d3d6255-4234fe133662cd3a-01 (221f664c) {
2020-07-08 10:46:13.631 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-318e17693a2e986789a639282d3d6255-4234fe133662cd3a-01 (221f664c) on thread 36
2020-07-08 10:46:13.631 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-318e17693a2e986789a639282d3d6255-4234fe133662cd3a-01 (221f664c) (2)
2020-07-08 10:46:14.006 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.impl.execchain.ClientExecChain was loaded by org.apache.jasper.servlet.JasperLoader from jar:file:/usr/local/tomcat/webapps/SPC.Service-1.0/WEB-INF/lib/httpclient-4.5.6.jar!/org/apache/http/impl/execchain/ClientExecChain.class
2020-07-08 10:46:14.018 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.nio.client.HttpAsyncClient was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.019 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureTransaction was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.019 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureSpan was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.019 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.Traced was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.019 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.asynchttpclient.AsyncHandler was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.020 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.ws.rs.Path was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.020 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jws.WebService was loaded by org.apache.jasper.servlet.JasperLoader from jar:file:/usr/local/openjdk-8/jre/lib/rt.jar!/javax/jws/WebService.class
2020-07-08 10:46:14.020 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.020 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.020 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.021 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.021 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.021 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.021 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.021 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.021 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.022 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.022 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.022 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.022 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.022 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.022 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.023 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.hibernate.search.FullTextQuery was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.023 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.023 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.023 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.023 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.023 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.023 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by org.apache.jasper.servlet.JasperLoader
2020-07-08 10:46:14.024 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.jasper.servlet.JasperLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:46:14.042 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ServletInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.apache.jsp.index_jsp
2020-07-08 10:46:14.043 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Init: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.apache.jsp.index_jsp
2020-07-08 10:46:14.043 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Service: ((not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) and not(isInterface())) matches class org.apache.jsp.index_jsp
2020-07-08 10:46:14.043 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.jasper.servlet.JasperLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:46:14.043 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.jasper.servlet.JasperLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:46:14.043 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.jasper.servlet.JasperLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:46:14.043 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by org.apache.jasper.servlet.JasperLoader from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:46:14.049 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.springframework.web.method.HandlerMethod was loaded by org.apache.jasper.servlet.JasperLoader from jar:file:/usr/local/tomcat/webapps/SPC.Service-1.0/WEB-INF/lib/spring-web-4.3.20.RELEASE.jar!/org/springframework/web/method/HandlerMethod.class
2020-07-08 10:46:14.075 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'GET /index.jsp' 00-318e17693a2e986789a639282d3d6255-4234fe133662cd3a-01 (221f664c) on thread 36
2020-07-08 10:46:14.075 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'GET /index.jsp' 00-318e17693a2e986789a639282d3d6255-4234fe133662cd3a-01 (221f664c) (1)
2020-07-08 10:46:14.075 [http-nio-8080-exec-2] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'GET /index.jsp' 00-318e17693a2e986789a639282d3d6255-4234fe133662cd3a-01 (221f664c)
2020-07-08 10:46:14.083 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 32)
2020-07-08 10:46:14.083 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'GET /index.jsp' 00-318e17693a2e986789a639282d3d6255-4234fe133662cd3a-01 (221f664c) (0)
2020-07-08 10:46:14.129 [http-nio-8080-exec-13] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-5f619780c608f10102cd027b73d27692-cc840550097ca158-01 (221f664c) (1)
2020-07-08 10:46:14.129 [http-nio-8080-exec-13] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-5f619780c608f10102cd027b73d27692-cc840550097ca158-01 (221f664c) {
2020-07-08 10:46:14.130 [http-nio-8080-exec-13] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-5f619780c608f10102cd027b73d27692-cc840550097ca158-01 (221f664c) on thread 65
2020-07-08 10:46:14.130 [http-nio-8080-exec-13] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-5f619780c608f10102cd027b73d27692-cc840550097ca158-01 (221f664c) (2)
2020-07-08 10:46:14.133 [http-nio-8080-exec-13] DEBUG co.elastic.apm.agent.spring.webmvc.SpringTransactionNameInstrumentation - Set name DefaultServletHttpRequestHandler to transaction cc840550097ca158
2020-07-08 10:46:14.134 [http-nio-8080-exec-13] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'DefaultServletHttpRequestHandler' 00-5f619780c608f10102cd027b73d27692-cc840550097ca158-01 (221f664c) on thread 65
2020-07-08 10:46:14.134 [http-nio-8080-exec-13] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServletHttpRequestHandler' 00-5f619780c608f10102cd027b73d27692-cc840550097ca158-01 (221f664c) (1)
2020-07-08 10:46:14.134 [http-nio-8080-exec-13] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'DefaultServletHttpRequestHandler' 00-5f619780c608f10102cd027b73d27692-cc840550097ca158-01 (221f664c)
2020-07-08 10:46:14.134 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 33)
2020-07-08 10:46:14.135 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'DefaultServletHttpRequestHandler' 00-5f619780c608f10102cd027b73d27692-cc840550097ca158-01 (221f664c) (0)
2020-07-08 10:46:14.359 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'Swagger2Controller#getDocumentation' 00-021d4a903bba470ed758389ff3f9f9f9-b6e495290b3252cf-01 (4780c994) on thread 39
2020-07-08 10:46:14.359 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'Swagger2Controller#getDocumentation' 00-021d4a903bba470ed758389ff3f9f9f9-b6e495290b3252cf-01 (4780c994) (1)
2020-07-08 10:46:14.360 [http-nio-8080-exec-5] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'Swagger2Controller#getDocumentation' 00-021d4a903bba470ed758389ff3f9f9f9-b6e495290b3252cf-01 (4780c994)
2020-07-08 10:46:14.363 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 34)
2020-07-08 10:46:14.364 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'Swagger2Controller#getDocumentation' 00-021d4a903bba470ed758389ff3f9f9f9-b6e495290b3252cf-01 (4780c994) (0)
2020-07-08 10:46:18.526 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c) (1)
2020-07-08 10:46:18.526 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - startTransaction '' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c) {
2020-07-08 10:46:18.526 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c) on thread 35
2020-07-08 10:46:18.526 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c) (2)
2020-07-08 10:46:18.528 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.spring.webmvc.SpringTransactionNameInstrumentation - Set name SpcAlphaParamController#getSpcAlpha to transaction 820aabe9e7b4d9f5
2020-07-08 10:46:18.709 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ApacheHttpClientInstrumentation: (hasSuperType(erasure(name(equals(org.apache.http.impl.execchain.ClientExecChain)))) and not(isInterface())) matches class org.apache.http.impl.execchain.MainClientExec
2020-07-08 10:46:18.714 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ApacheHttpClientInstrumentation: ((((((name(equals(execute)) and hasParameter(ofSize(4))) and returns(erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.CloseableHttpResponse))))))) and hasParameter(hasTypes(with(0 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.conn.routing.HttpRoute))))))))) and hasParameter(hasTypes(with(1 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.HttpRequestWrapper))))))))) and hasParameter(hasTypes(with(2 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.protocol.HttpClientContext))))))))) and hasParameter(hasTypes(with(3 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.HttpExecutionAware))))))))) matches public org.apache.http.client.methods.CloseableHttpResponse org.apache.http.impl.execchain.MainClientExec.execute(org.apache.http.conn.routing.HttpRoute,org.apache.http.client.methods.HttpRequestWrapper,org.apache.http.client.protocol.HttpClientContext,org.apache.http.client.methods.HttpExecutionAware) throws java.io.IOException,org.apache.http.HttpException
2020-07-08 10:46:18.758 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ApacheHttpClientInstrumentation: (hasSuperType(erasure(name(equals(org.apache.http.impl.execchain.ClientExecChain)))) and not(isInterface())) matches class org.apache.http.impl.execchain.ProtocolExec
2020-07-08 10:46:18.780 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ApacheHttpClientInstrumentation: ((((((name(equals(execute)) and hasParameter(ofSize(4))) and returns(erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.CloseableHttpResponse))))))) and hasParameter(hasTypes(with(0 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.conn.routing.HttpRoute))))))))) and hasParameter(hasTypes(with(1 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.HttpRequestWrapper))))))))) and hasParameter(hasTypes(with(2 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.protocol.HttpClientContext))))))))) and hasParameter(hasTypes(with(3 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.HttpExecutionAware))))))))) matches public org.apache.http.client.methods.CloseableHttpResponse org.apache.http.impl.execchain.ProtocolExec.execute(org.apache.http.conn.routing.HttpRoute,org.apache.http.client.methods.HttpRequestWrapper,org.apache.http.client.protocol.HttpClientContext,org.apache.http.client.methods.HttpExecutionAware) throws java.io.IOException,org.apache.http.HttpException
2020-07-08 10:46:18.797 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ApacheHttpClientInstrumentation: (hasSuperType(erasure(name(equals(org.apache.http.impl.execchain.ClientExecChain)))) and not(isInterface())) matches class org.apache.http.impl.execchain.RetryExec
2020-07-08 10:46:18.800 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ApacheHttpClientInstrumentation: ((((((name(equals(execute)) and hasParameter(ofSize(4))) and returns(erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.CloseableHttpResponse))))))) and hasParameter(hasTypes(with(0 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.conn.routing.HttpRoute))))))))) and hasParameter(hasTypes(with(1 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.HttpRequestWrapper))))))))) and hasParameter(hasTypes(with(2 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.protocol.HttpClientContext))))))))) and hasParameter(hasTypes(with(3 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.HttpExecutionAware))))))))) matches public org.apache.http.client.methods.CloseableHttpResponse org.apache.http.impl.execchain.RetryExec.execute(org.apache.http.conn.routing.HttpRoute,org.apache.http.client.methods.HttpRequestWrapper,org.apache.http.client.protocol.HttpClientContext,org.apache.http.client.methods.HttpExecutionAware) throws java.io.IOException,org.apache.http.HttpException
2020-07-08 10:46:18.822 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ApacheHttpClientInstrumentation: (hasSuperType(erasure(name(equals(org.apache.http.impl.execchain.ClientExecChain)))) and not(isInterface())) matches class org.apache.http.impl.execchain.RedirectExec
2020-07-08 10:46:18.825 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ApacheHttpClientInstrumentation: ((((((name(equals(execute)) and hasParameter(ofSize(4))) and returns(erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.CloseableHttpResponse))))))) and hasParameter(hasTypes(with(0 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.conn.routing.HttpRoute))))))))) and hasParameter(hasTypes(with(1 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.HttpRequestWrapper))))))))) and hasParameter(hasTypes(with(2 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.protocol.HttpClientContext))))))))) and hasParameter(hasTypes(with(3 matches erasure(hasSuperType(erasure(name(equals(org.apache.http.client.methods.HttpExecutionAware))))))))) matches public org.apache.http.client.methods.CloseableHttpResponse org.apache.http.impl.execchain.RedirectExec.execute(org.apache.http.conn.routing.HttpRoute,org.apache.http.client.methods.HttpRequestWrapper,org.apache.http.client.protocol.HttpClientContext,org.apache.http.client.methods.HttpExecutionAware) throws java.io.IOException,org.apache.http.HttpException
2020-07-08 10:46:18.926 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.Span - startSpan '' 00-5223c58c6e39ad5998d025da3d42be27-97533bb1a7801946-01 (7a9e7271) {
2020-07-08 10:46:18.926 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to 'SpcAlphaParamController#getSpcAlpha' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c) (3)
2020-07-08 10:46:18.926 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-5223c58c6e39ad5998d025da3d42be27-97533bb1a7801946-01 (7a9e7271) (1)
2020-07-08 10:46:18.926 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to 'SpcAlphaParamController#getSpcAlpha' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c) (4)
2020-07-08 10:46:18.928 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.impl.execchain.ClientExecChain was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/webapps/SPC.Service-1.0/WEB-INF/lib/httpclient-4.5.6.jar!/org/apache/http/impl/execchain/ClientExecChain.class
2020-07-08 10:46:18.928 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.nio.client.HttpAsyncClient was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.928 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureTransaction was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.929 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureSpan was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.929 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.Traced was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.929 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.asynchttpclient.AsyncHandler was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.929 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.ws.rs.Path was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.929 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jws.WebService was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/openjdk-8/jre/lib/rt.jar!/javax/jws/WebService.class
2020-07-08 10:46:18.930 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.930 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.930 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.930 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.930 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.930 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.931 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.931 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.931 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.931 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.931 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.931 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.931 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.932 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.932 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.932 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.hibernate.search.FullTextQuery was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.932 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.933 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.933 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.933 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.933 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.933 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.934 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:46:18.934 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:46:18.934 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:46:18.936 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:46:18.943 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:46:18.943 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.springframework.web.method.HandlerMethod was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/webapps/SPC.Service-1.0/WEB-INF/lib/spring-web-4.3.20.RELEASE.jar!/org/springframework/web/method/HandlerMethod.class
2020-07-08 10:46:18.946 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.impl.execchain.ClientExecChain was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/webapps/SPC.Service-1.0/WEB-INF/lib/httpclient-4.5.6.jar!/org/apache/http/impl/execchain/ClientExecChain.class
2020-07-08 10:46:18.946 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.http.nio.client.HttpAsyncClient was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.946 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureTransaction was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.946 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.CaptureSpan was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.946 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - co.elastic.apm.api.Traced was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.946 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.asynchttpclient.AsyncHandler was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.946 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.ws.rs.Path was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.947 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jws.WebService was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/openjdk-8/jre/lib/rt.jar!/javax/jws/WebService.class
2020-07-08 10:46:18.947 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.947 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.947 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.947 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.947 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.947 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.948 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.event.EventBus was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.948 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - com.lambdaworks.redis.api.sync.RedisServerCommands was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.948 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.948 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.948 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.948 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.949 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.jms.Message was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.949 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.949 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.faces.lifecycle.Lifecycle was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.949 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.hibernate.search.FullTextQuery was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.949 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.949 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.949 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.950 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.950 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.950 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.apache.kafka.clients.consumer.ConsumerRecord was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst
2020-07-08 10:46:18.950 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:46:18.950 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:46:18.950 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:46:18.952 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:46:18.952 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - javax.servlet.AsyncContext was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/lib/servlet-api.jar!/javax/servlet/AsyncContext.class
2020-07-08 10:46:18.952 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.bytebuddy.CustomElementMatchers - org.springframework.web.method.HandlerMethod was loaded by co.elastic.apm.agent.shaded.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst from jar:file:/usr/local/tomcat/webapps/SPC.Service-1.0/WEB-INF/lib/spring-web-4.3.20.RELEASE.jar!/org/springframework/web/method/HandlerMethod.class
2020-07-08 10:46:18.960 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating 'GET 10.146.208.10' 00-5223c58c6e39ad5998d025da3d42be27-97533bb1a7801946-01 (7a9e7271) on thread 35
2020-07-08 10:46:18.960 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to 'SpcAlphaParamController#getSpcAlpha' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c) (5)
2020-07-08 10:46:18.960 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to 'GET 10.146.208.10' 00-5223c58c6e39ad5998d025da3d42be27-97533bb1a7801946-01 (7a9e7271) (2)
2020-07-08 10:46:19.212 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'GET 10.146.208.10' 00-5223c58c6e39ad5998d025da3d42be27-97533bb1a7801946-01 (7a9e7271) on thread 35
2020-07-08 10:46:19.212 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SpcAlphaParamController#getSpcAlpha' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c) (4)
2020-07-08 10:46:19.212 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'GET 10.146.208.10' 00-5223c58c6e39ad5998d025da3d42be27-97533bb1a7801946-01 (7a9e7271) (1)
2020-07-08 10:46:19.212 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.Span - endSpan 'GET 10.146.208.10' 00-5223c58c6e39ad5998d025da3d42be27-97533bb1a7801946-01 (7a9e7271)
2020-07-08 10:46:19.212 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SpcAlphaParamController#getSpcAlpha' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c) (3)
2020-07-08 10:46:19.216 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving SPAN event (sequence 35)
2020-07-08 10:46:19.224 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SpcAlphaParamController#getSpcAlpha' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c) (2)
2020-07-08 10:46:19.224 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'GET 10.146.208.10' 00-5223c58c6e39ad5998d025da3d42be27-97533bb1a7801946-01 (7a9e7271) (0)
2020-07-08 10:46:19.541 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ConnectionInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Connection))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyConnection
2020-07-08 10:46:19.551 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement com.zaxxer.hikari.pool.ProxyConnection.prepareCall(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:19.552 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement com.zaxxer.hikari.pool.ProxyConnection.prepareCall(java.lang.String,int,int) throws java.sql.SQLException
2020-07-08 10:46:19.552 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement com.zaxxer.hikari.pool.ProxyConnection.prepareCall(java.lang.String,int,int,int) throws java.sql.SQLException
2020-07-08 10:46:19.553 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:19.553 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:46:19.553 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(java.lang.String,int,int) throws java.sql.SQLException
2020-07-08 10:46:19.553 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(java.lang.String,int,int,int) throws java.sql.SQLException
2020-07-08 10:46:19.562 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:46:19.563 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.ProxyConnection.prepareStatement(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:46:19.565 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ConnectionInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Connection))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.HikariProxyConnection
2020-07-08 10:46:19.568 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:19.568 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement com.zaxxer.hikari.pool.HikariProxyConnection.prepareCall(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:19.569 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(java.lang.String,int,int) throws java.sql.SQLException
2020-07-08 10:46:19.569 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement com.zaxxer.hikari.pool.HikariProxyConnection.prepareCall(java.lang.String,int,int) throws java.sql.SQLException
2020-07-08 10:46:19.570 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(java.lang.String,int,int,int) throws java.sql.SQLException
2020-07-08 10:46:19.570 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.CallableStatement com.zaxxer.hikari.pool.HikariProxyConnection.prepareCall(java.lang.String,int,int,int) throws java.sql.SQLException
2020-07-08 10:46:19.570 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:46:19.570 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:46:19.571 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ConnectionInstrumentation: (((name(startsWith(prepare)) and returns(erasure(hasSuperType(erasure(name(equals(java.sql.PreparedStatement))))))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.PreparedStatement com.zaxxer.hikari.pool.HikariProxyConnection.prepareStatement(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:46:19.850 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatementWrapper
2020-07-08 10:46:19.850 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatementWrapper
2020-07-08 10:46:19.850 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatementWrapper
2020-07-08 10:46:19.850 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatementWrapper
2020-07-08 10:46:19.850 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatementWrapper
2020-07-08 10:46:19.850 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OraclePreparedStatementWrapper
2020-07-08 10:46:19.885 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public int oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate() throws java.sql.SQLException
2020-07-08 10:46:19.893 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public boolean oracle.jdbc.driver.OraclePreparedStatementWrapper.execute() throws java.sql.SQLException
2020-07-08 10:46:19.893 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public java.sql.ResultSet oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery() throws java.sql.SQLException
2020-07-08 10:46:19.894 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public long oracle.jdbc.driver.OraclePreparedStatementWrapper.executeLargeUpdate() throws java.sql.SQLException
2020-07-08 10:46:19.896 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatementWrapper
2020-07-08 10:46:19.896 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatementWrapper
2020-07-08 10:46:19.896 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatementWrapper
2020-07-08 10:46:19.896 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatementWrapper
2020-07-08 10:46:19.896 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatementWrapper
2020-07-08 10:46:19.896 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleStatementWrapper
2020-07-08 10:46:19.939 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public int[] oracle.jdbc.driver.OracleStatementWrapper.executeBatch() throws java.sql.SQLException
2020-07-08 10:46:19.940 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleStatementWrapper.executeUpdate(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:19.940 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation AddBatchInstrumentation: ((name(startsWith(addBatch)) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public void oracle.jdbc.driver.OracleStatementWrapper.addBatch(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:19.941 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleStatementWrapper.execute(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:19.941 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleStatementWrapper.executeUpdate(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:46:19.941 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleStatementWrapper.execute(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:46:19.942 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleStatementWrapper.executeUpdate(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:46:19.942 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleStatementWrapper.execute(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:46:19.942 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleStatementWrapper.executeUpdate(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:46:19.943 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleStatementWrapper.execute(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:46:19.943 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.ResultSet oracle.jdbc.driver.OracleStatementWrapper.executeQuery(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:19.944 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public long[] oracle.jdbc.driver.OracleStatementWrapper.executeLargeBatch() throws java.sql.SQLException
2020-07-08 10:46:19.944 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long oracle.jdbc.driver.OracleStatementWrapper.executeLargeUpdate(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:19.945 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long oracle.jdbc.driver.OracleStatementWrapper.executeLargeUpdate(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:46:19.945 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long oracle.jdbc.driver.OracleStatementWrapper.executeLargeUpdate(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:46:19.945 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long oracle.jdbc.driver.OracleStatementWrapper.executeLargeUpdate(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:46:19.967 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleClosedStatement
2020-07-08 10:46:19.967 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleClosedStatement
2020-07-08 10:46:19.967 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleClosedStatement
2020-07-08 10:46:19.967 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleClosedStatement
2020-07-08 10:46:19.967 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleClosedStatement
2020-07-08 10:46:19.967 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class oracle.jdbc.driver.OracleClosedStatement
2020-07-08 10:46:20.036 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public int[] oracle.jdbc.driver.OracleClosedStatement.executeBatch() throws java.sql.SQLException
2020-07-08 10:46:20.037 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleClosedStatement.executeUpdate(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:20.050 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation AddBatchInstrumentation: ((name(startsWith(addBatch)) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public void oracle.jdbc.driver.OracleClosedStatement.addBatch(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:20.050 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleClosedStatement.execute(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:20.051 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleClosedStatement.executeUpdate(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:46:20.051 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleClosedStatement.execute(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:46:20.052 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleClosedStatement.executeUpdate(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:46:20.052 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleClosedStatement.execute(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:46:20.053 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int oracle.jdbc.driver.OracleClosedStatement.executeUpdate(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:46:20.053 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleClosedStatement.execute(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:46:20.053 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.ResultSet oracle.jdbc.driver.OracleClosedStatement.executeQuery(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:20.054 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public int oracle.jdbc.driver.OracleClosedStatement.executeUpdate() throws java.sql.SQLException
2020-07-08 10:46:20.054 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public boolean oracle.jdbc.driver.OracleClosedStatement.execute() throws java.sql.SQLException
2020-07-08 10:46:20.055 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public java.sql.ResultSet oracle.jdbc.driver.OracleClosedStatement.executeQuery() throws java.sql.SQLException
2020-07-08 10:46:20.070 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.HikariProxyPreparedStatement
2020-07-08 10:46:20.070 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.HikariProxyPreparedStatement
2020-07-08 10:46:20.071 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.HikariProxyPreparedStatement
2020-07-08 10:46:20.071 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.HikariProxyPreparedStatement
2020-07-08 10:46:20.071 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.HikariProxyPreparedStatement
2020-07-08 10:46:20.071 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.HikariProxyPreparedStatement
2020-07-08 10:46:20.096 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public java.sql.ResultSet com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery() throws java.sql.SQLException
2020-07-08 10:46:20.097 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public int com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate() throws java.sql.SQLException
2020-07-08 10:46:20.098 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute() throws java.sql.SQLException
2020-07-08 10:46:20.099 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public long com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeLargeUpdate() throws java.sql.SQLException
2020-07-08 10:46:20.110 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.ResultSet com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:20.110 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:20.111 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:20.111 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation AddBatchInstrumentation: ((name(startsWith(addBatch)) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public void com.zaxxer.hikari.pool.HikariProxyPreparedStatement.addBatch(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:20.112 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public int[] com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeBatch() throws java.sql.SQLException
2020-07-08 10:46:20.112 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:46:20.113 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:46:20.113 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:46:20.113 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:46:20.114 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:46:20.114 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:46:20.114 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public long[] com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeLargeBatch() throws java.sql.SQLException
2020-07-08 10:46:20.115 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeLargeUpdate(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:20.115 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeLargeUpdate(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:46:20.116 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeLargeUpdate(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:46:20.117 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeLargeUpdate(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:46:20.118 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyPreparedStatement
2020-07-08 10:46:20.118 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyPreparedStatement
2020-07-08 10:46:20.118 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyPreparedStatement
2020-07-08 10:46:20.118 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyPreparedStatement
2020-07-08 10:46:20.118 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyPreparedStatement
2020-07-08 10:46:20.118 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyPreparedStatement
2020-07-08 10:46:20.147 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.ProxyPreparedStatement.execute() throws java.sql.SQLException
2020-07-08 10:46:20.147 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutePreparedStatementInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(ofSize(0))) and isPublic()) matches public java.sql.ResultSet com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery() throws java.sql.SQLException
2020-07-08 10:46:20.148 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public int com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate() throws java.sql.SQLException
2020-07-08 10:46:20.148 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateNoQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(ofSize(0))) and isPublic()) matches public long com.zaxxer.hikari.pool.ProxyPreparedStatement.executeLargeUpdate() throws java.sql.SQLException
2020-07-08 10:46:20.149 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyStatement
2020-07-08 10:46:20.149 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateWithQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyStatement
2020-07-08 10:46:20.149 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteUpdateNoQueryInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyStatement
2020-07-08 10:46:20.149 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation AddBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyStatement
2020-07-08 10:46:20.149 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecuteBatchInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyStatement
2020-07-08 10:46:20.149 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutePreparedStatementInstrumentation: ((not(isInterface()) and hasSuperType(erasure(name(equals(java.sql.Statement))))) and not(isInterface())) matches class com.zaxxer.hikari.pool.ProxyStatement
2020-07-08 10:46:20.175 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.ProxyStatement.execute(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:20.192 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.ProxyStatement.execute(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:46:20.193 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public java.sql.ResultSet com.zaxxer.hikari.pool.ProxyStatement.executeQuery(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:20.193 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int com.zaxxer.hikari.pool.ProxyStatement.executeUpdate(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:20.193 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public int[] com.zaxxer.hikari.pool.ProxyStatement.executeBatch() throws java.sql.SQLException
2020-07-08 10:46:20.207 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int com.zaxxer.hikari.pool.ProxyStatement.executeUpdate(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:46:20.207 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int com.zaxxer.hikari.pool.ProxyStatement.executeUpdate(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:46:20.207 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public int com.zaxxer.hikari.pool.ProxyStatement.executeUpdate(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:46:20.208 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.ProxyStatement.execute(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:46:20.208 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteWithQueryInstrumentation: (((name(equals(execute)) or name(equals(executeQuery))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public boolean com.zaxxer.hikari.pool.ProxyStatement.execute(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:46:20.208 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteBatchInstrumentation: (((name(equals(executeBatch)) or name(equals(executeLargeBatch))) and hasParameter(ofSize(0))) and isPublic()) matches public long[] com.zaxxer.hikari.pool.ProxyStatement.executeLargeBatch() throws java.sql.SQLException
2020-07-08 10:46:20.209 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long com.zaxxer.hikari.pool.ProxyStatement.executeLargeUpdate(java.lang.String) throws java.sql.SQLException
2020-07-08 10:46:20.209 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long com.zaxxer.hikari.pool.ProxyStatement.executeLargeUpdate(java.lang.String,int) throws java.sql.SQLException
2020-07-08 10:46:20.210 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long com.zaxxer.hikari.pool.ProxyStatement.executeLargeUpdate(java.lang.String,int[]) throws java.sql.SQLException
2020-07-08 10:46:20.210 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecuteUpdateWithQueryInstrumentation: (((name(equals(executeUpdate)) or name(equals(executeLargeUpdate))) and hasParameter(hasTypes(with(0 matches erasure(is(class java.lang.String)))))) and isPublic()) matches public long com.zaxxer.hikari.pool.ProxyStatement.executeLargeUpdate(java.lang.String,java.lang.String[]) throws java.sql.SQLException
2020-07-08 10:46:20.216 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.Span - startSpan '' 00-5223c58c6e39ad5998d025da3d42be27-27d39b28696858c7-01 (7a9e7271) {
2020-07-08 10:46:20.229 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to 'SpcAlphaParamController#getSpcAlpha' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c) (3)
2020-07-08 10:46:20.229 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-5223c58c6e39ad5998d025da3d42be27-27d39b28696858c7-01 (7a9e7271) (1)
2020-07-08 10:46:20.229 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to 'SpcAlphaParamController#getSpcAlpha' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c) (4)
2020-07-08 10:46:20.229 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Activating '' 00-5223c58c6e39ad5998d025da3d42be27-27d39b28696858c7-01 (7a9e7271) on thread 35
2020-07-08 10:46:20.229 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to 'SpcAlphaParamController#getSpcAlpha' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c) (5)
2020-07-08 10:46:20.229 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - increment references to '' 00-5223c58c6e39ad5998d025da3d42be27-27d39b28696858c7-01 (7a9e7271) (2)
2020-07-08 10:46:20.229 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.jdbc.helper.ConnectionMetaData - Based on the connection URL jdbc:oracle:thin:@//10.146.208.5:1521/ORCLPDB1, parsed metadata is: ConnectionMetaData{dbVendor='oracle', host='10.146.208.5', port=1521, user='HOLMES'}
2020-07-08 10:46:20.537 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'SELECT FROM T_ANLS_SPC_PARAM' 00-5223c58c6e39ad5998d025da3d42be27-27d39b28696858c7-01 (7a9e7271) on thread 35
2020-07-08 10:46:20.537 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SpcAlphaParamController#getSpcAlpha' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c) (4)
2020-07-08 10:46:20.537 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SELECT FROM T_ANLS_SPC_PARAM' 00-5223c58c6e39ad5998d025da3d42be27-27d39b28696858c7-01 (7a9e7271) (1)
2020-07-08 10:46:20.537 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.Span - endSpan 'SELECT FROM T_ANLS_SPC_PARAM' 00-5223c58c6e39ad5998d025da3d42be27-27d39b28696858c7-01 (7a9e7271)
2020-07-08 10:46:20.537 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SpcAlphaParamController#getSpcAlpha' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c) (3)
2020-07-08 10:46:20.547 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving SPAN event (sequence 36)
2020-07-08 10:46:20.557 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SpcAlphaParamController#getSpcAlpha' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c) (2)
2020-07-08 10:46:20.557 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SELECT FROM T_ANLS_SPC_PARAM' 00-5223c58c6e39ad5998d025da3d42be27-27d39b28696858c7-01 (7a9e7271) (0)
2020-07-08 10:46:20.592 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Deactivating 'SpcAlphaParamController#getSpcAlpha' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c) on thread 35
2020-07-08 10:46:20.592 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SpcAlphaParamController#getSpcAlpha' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c) (1)
2020-07-08 10:46:20.592 [http-nio-8080-exec-1] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - endTransaction 'SpcAlphaParamController#getSpcAlpha' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c)
2020-07-08 10:46:20.597 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving TRANSACTION event (sequence 37)
2020-07-08 10:46:20.597 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.impl.transaction.AbstractSpan - decrement references to 'SpcAlphaParamController#getSpcAlpha' 00-5223c58c6e39ad5998d025da3d42be27-820aabe9e7b4d9f5-01 (221f664c) (0)
2020-07-08 10:46:22.029 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Beginning scheduled configuration reload (interval is 30 sec)...
2020-07-08 10:46:22.030 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Finished scheduled configuration reload
2020-07-08 10:46:22.780 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving METRICS event (sequence 38)
2020-07-08 10:46:23.476 [elastic-apm-request-timeout-timer] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Request flush because the request timeout occurred
2020-07-08 10:46:23.481 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving FLUSH event (sequence 39)
2020-07-08 10:46:23.482 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Flushing 37263 uncompressed 5287 compressed bytes
2020-07-08 10:46:52.029 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Beginning scheduled configuration reload (interval is 30 sec)...
2020-07-08 10:46:52.030 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Finished scheduled configuration reload
2020-07-08 10:46:52.779 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving METRICS event (sequence 40)
2020-07-08 10:46:52.779 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Starting new request to http://10.148.208.48:8090/intake/v2/events
2020-07-08 10:46:52.825 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Scheduling request timeout in 10s
2020-07-08 10:47:02.825 [elastic-apm-request-timeout-timer] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Request flush because the request timeout occurred
2020-07-08 10:47:02.835 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving FLUSH event (sequence 41)
2020-07-08 10:47:02.835 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Flushing 1492 uncompressed 665 compressed bytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment