Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save cyrille-leclerc/f7978fb8f0550c289ccf4987e3d5484d to your computer and use it in GitHub Desktop.
Save cyrille-leclerc/f7978fb8f0550c289ccf4987e3d5484d to your computer and use it in GitHub Desktop.
`log_ecs_reformatting=SHADE` doesn't see my Spring Boot SLF4J log file
+ java -javaagent:target/agent/elastic-apm-agent-1.30.0.jar -Dserver.port=8081 -jar target/anti-fraud-1.0-SNAPSHOT.jar
2022-03-23 14:02:19,469 [main] DEBUG co.elastic.apm.agent.util.ExecutorUtils - A new thread named `elastic-apm-configuration-reloader` was created. The original context class loader of this thread (jdk.internal.loader.ClassLoaders$AppClassLoader@2c13da15) has been overridden
2022-03-23 14:02:19,513 [main] DEBUG co.elastic.apm.agent.util.ExecutorUtils - A new thread named `elastic-apm-metadata-0` was created. The original context class loader of this thread (jdk.internal.loader.ClassLoaders$AppClassLoader@2c13da15) has been overridden
2022-03-23 14:02:19,513 [main] DEBUG co.elastic.apm.agent.util.ExecutorUtils - A new thread named `elastic-apm-metadata-1` was created. The original context class loader of this thread (jdk.internal.loader.ClassLoaders$AppClassLoader@2c13da15) has been overridden
2022-03-23 14:02:19,517 [elastic-apm-metadata-1] DEBUG co.elastic.apm.agent.util.ExecutorUtils - A new thread named `elastic-apm-cloud-metadata-0` was created. The original context class loader of this thread (ShadedClassLoader{parent=ShadedClassLoader{parent=jdk.internal.loader.ClassLoaders$PlatformClassLoader@75f9eccc, customPrefix='cached-lookup-key/', manifest=java.util.jar.Manifest@7fd3834, jarUrl=file:/Users/cyrilleleclerc/git/cyrille-leclerc/my-shopping-cart/anti-fraud-java/target/agent/elastic-apm-agent-1.30.0.jar}, customPrefix='agent/', manifest=java.util.jar.Manifest@7fd3834, jarUrl=file:/Users/cyrilleleclerc/git/cyrille-leclerc/my-shopping-cart/anti-fraud-java/target/agent/elastic-apm-agent-1.30.0.jar}) has been overridden
2022-03-23 14:02:19,519 [elastic-apm-metadata-1] DEBUG co.elastic.apm.agent.util.ExecutorUtils - A new thread named `elastic-apm-cloud-metadata-1` was created. The original context class loader of this thread (ShadedClassLoader{parent=ShadedClassLoader{parent=jdk.internal.loader.ClassLoaders$PlatformClassLoader@75f9eccc, customPrefix='cached-lookup-key/', manifest=java.util.jar.Manifest@7fd3834, jarUrl=file:/Users/cyrilleleclerc/git/cyrille-leclerc/my-shopping-cart/anti-fraud-java/target/agent/elastic-apm-agent-1.30.0.jar}, customPrefix='agent/', manifest=java.util.jar.Manifest@7fd3834, jarUrl=file:/Users/cyrilleleclerc/git/cyrille-leclerc/my-shopping-cart/anti-fraud-java/target/agent/elastic-apm-agent-1.30.0.jar}) has been overridden
2022-03-23 14:02:19,580 [main] INFO co.elastic.apm.agent.util.JmxUtils - Found JVM-specific OperatingSystemMXBean interface: com.sun.management.OperatingSystemMXBean
2022-03-23 14:02:19,584 [main] DEBUG co.elastic.apm.agent.metrics.builtin.CGroupMetrics - Cannot find/read /proc/self/cgroup file. Cgroup metrics will not be reported.
2022-03-23 14:02:19,620 [main] DEBUG co.elastic.apm.agent.util.ExecutorUtils - A new thread named `elastic-apm-log-shipper` was created. The original context class loader of this thread (jdk.internal.loader.ClassLoaders$AppClassLoader@2c13da15) has been overridden
2022-03-23 14:02:19,629 [elastic-apm-metadata-0] DEBUG co.elastic.apm.agent.impl.metadata.SystemInfo - hostname obtained by executing command "uname -n": MacBook-Pro.localdomain
2022-03-23 14:02:19,630 [elastic-apm-metadata-0] DEBUG co.elastic.apm.agent.impl.metadata.SystemInfo - container ID is null
2022-03-23 14:02:19,643 [main] INFO co.elastic.apm.agent.configuration.StartupInfo - Starting Elastic APM 1.30.0 as anti-fraud (1.0-SNAPSHOT) on Java 11.0.11 Runtime version: 11.0.11+9 VM version: 11.0.11+9 (AdoptOpenJDK) Mac OS X 11.3
2022-03-23 14:02:19,643 [main] DEBUG co.elastic.apm.agent.configuration.StartupInfo - VM Arguments: [-javaagent:target/agent/elastic-apm-agent-1.30.0.jar, -Dserver.port=8081]
2022-03-23 14:02:19,644 [main] INFO co.elastic.apm.agent.configuration.StartupInfo - service_version: '1.0-SNAPSHOT' (source: /Users/cyrilleleclerc/git/cyrille-leclerc/my-shopping-cart/anti-fraud-java/target/agent/elasticapm.properties)
2022-03-23 14:02:19,644 [main] INFO co.elastic.apm.agent.configuration.StartupInfo - environment: 'production' (source: Environment Variables)
2022-03-23 14:02:19,644 [main] INFO co.elastic.apm.agent.configuration.StartupInfo - secret_token: 'XXXX' (source: Environment Variables)
2022-03-23 14:02:19,644 [main] INFO co.elastic.apm.agent.configuration.StartupInfo - server_url: 'https://08cc93c5d51a48798bd7b19a0430b946.apm.europe-west1.gcp.cloud.es.io' (source: Environment Variables)
2022-03-23 14:02:19,644 [main] INFO co.elastic.apm.agent.configuration.StartupInfo - disable_metrics: 'hikaricp.connections' (source: /Users/cyrilleleclerc/git/cyrille-leclerc/my-shopping-cart/anti-fraud-java/target/agent/elasticapm.properties)
2022-03-23 14:02:19,645 [main] INFO co.elastic.apm.agent.configuration.StartupInfo - application_packages: 'com.mycompany.ecommerce' (source: /Users/cyrilleleclerc/git/cyrille-leclerc/my-shopping-cart/anti-fraud-java/target/agent/elasticapm.properties)
2022-03-23 14:02:19,645 [main] INFO co.elastic.apm.agent.configuration.StartupInfo - log_level: 'DEBUG' (source: /Users/cyrilleleclerc/git/cyrille-leclerc/my-shopping-cart/anti-fraud-java/target/agent/elasticapm.properties)
2022-03-23 14:02:19,645 [main] INFO co.elastic.apm.agent.configuration.StartupInfo - log_ecs_reformatting: 'SHADE' (source: /Users/cyrilleleclerc/git/cyrille-leclerc/my-shopping-cart/anti-fraud-java/target/agent/elasticapm.properties)
2022-03-23 14:02:19,647 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - No plugins dir
2022-03-23 14:02:20,219 [main] DEBUG co.elastic.apm.agent.util.ExecutorUtils - A new thread named `elastic-apm-type-cache-pool-cleaner` was created. The original context class loader of this thread (jdk.internal.loader.ClassLoaders$AppClassLoader@2c13da15) has been overridden
2022-03-23 14:02:20,223 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.bbwarmup.WarmupInstrumentation
2022-03-23 14:02:20,264 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.httpclient.ApacheHttpClientInstrumentation
2022-03-23 14:02:20,265 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.httpclient.ApacheHttpAsyncClientInstrumentation
2022-03-23 14:02:20,266 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.httpclient.ApacheHttpAsyncClientRedirectInstrumentation
2022-03-23 14:02:20,267 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.httpclient.LegacyApacheHttpClientInstrumentation
2022-03-23 14:02:20,267 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.ElasticApmApiInstrumentation$StartTransactionInstrumentation
2022-03-23 14:02:20,268 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.ElasticApmApiInstrumentation$StartTransactionWithRemoteParentInstrumentation
2022-03-23 14:02:20,268 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.ElasticApmApiInstrumentation$CurrentTransactionInstrumentation
2022-03-23 14:02:20,268 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.ElasticApmApiInstrumentation$CurrentSpanInstrumentation
2022-03-23 14:02:20,269 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.ElasticApmApiInstrumentation$CaptureExceptionInstrumentation
2022-03-23 14:02:20,269 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.ElasticApmApiInstrumentation$SetServiceInfoForClassLoaderInstrumentation
2022-03-23 14:02:20,269 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.TransactionInstrumentation$SetFrameworkNameInstrumentation
2022-03-23 14:02:20,270 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.TransactionInstrumentation$SetUserInstrumentation
2022-03-23 14:02:20,270 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.TransactionInstrumentation$EnsureParentIdInstrumentation
2022-03-23 14:02:20,270 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.TransactionInstrumentation$SetResultInstrumentation
2022-03-23 14:02:20,270 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.TransactionInstrumentation$AddCustomContextInstrumentation
2022-03-23 14:02:20,271 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.TransactionInstrumentation$SetServiceInfoInstrumentation
2022-03-23 14:02:20,271 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.TransactionInstrumentation$UseServiceInfoForClassLoaderInstrumentation
2022-03-23 14:02:20,271 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$SetNameInstrumentation
2022-03-23 14:02:20,272 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$SetTypeInstrumentation
2022-03-23 14:02:20,272 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$SetTypesInstrumentation
2022-03-23 14:02:20,272 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$DoCreateSpanInstrumentation
2022-03-23 14:02:20,273 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$DoCreateExitSpanInstrumentation
2022-03-23 14:02:20,274 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$InitializeInstrumentation
2022-03-23 14:02:20,275 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$SetStartTimestampInstrumentation
2022-03-23 14:02:20,275 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$SetOutcomeInstrumentation
2022-03-23 14:02:20,276 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$EndInstrumentation
2022-03-23 14:02:20,276 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$EndWithTimestampInstrumentation
2022-03-23 14:02:20,276 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$CaptureExceptionInstrumentation
2022-03-23 14:02:20,276 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$GetIdInstrumentation
2022-03-23 14:02:20,277 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$GetTraceIdInstrumentation
2022-03-23 14:02:20,277 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$AddStringLabelInstrumentation
2022-03-23 14:02:20,277 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$AddNumberLabelInstrumentation
2022-03-23 14:02:20,277 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$AddBooleanLabelInstrumentation
2022-03-23 14:02:20,278 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$ActivateInstrumentation
2022-03-23 14:02:20,278 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$IsSampledInstrumentation
2022-03-23 14:02:20,278 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$InjectTraceHeadersInstrumentation
2022-03-23 14:02:20,278 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$SetDestinationAddressInstrumentation
2022-03-23 14:02:20,279 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$SetDestinationServiceInstrumentation
2022-03-23 14:02:20,279 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.CaptureExceptionInstrumentation
2022-03-23 14:02:20,279 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.ApiScopeInstrumentation
2022-03-23 14:02:20,281 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.CaptureTransactionInstrumentation
2022-03-23 14:02:20,281 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.CaptureSpanInstrumentation
2022-03-23 14:02:20,281 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.TracedInstrumentation
2022-03-23 14:02:20,282 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.AbstractSpanInstrumentation$LegacyCaptureExceptionInstrumentation
2022-03-23 14:02:20,282 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.LegacySpanInstrumentation$SetNameInstrumentation
2022-03-23 14:02:20,282 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.LegacySpanInstrumentation$SetTypeInstrumentation
2022-03-23 14:02:20,282 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.LegacySpanInstrumentation$DoCreateSpanInstrumentation
2022-03-23 14:02:20,283 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.LegacySpanInstrumentation$EndInstrumentation
2022-03-23 14:02:20,283 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.LegacySpanInstrumentation$CaptureExceptionInstrumentation
2022-03-23 14:02:20,283 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.LegacySpanInstrumentation$GetIdInstrumentation
2022-03-23 14:02:20,284 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.LegacySpanInstrumentation$GetTraceIdInstrumentation
2022-03-23 14:02:20,284 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.LegacySpanInstrumentation$AddTagInstrumentation
2022-03-23 14:02:20,284 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.LegacySpanInstrumentation$ActivateInstrumentation
2022-03-23 14:02:20,284 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.pluginapi.LegacySpanInstrumentation$IsSampledInstrumentation
2022-03-23 14:02:20,285 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.asynchttpclient.AbstractAsyncHttpClientInstrumentation$AsyncHttpClientInstrumentation
2022-03-23 14:02:20,285 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.cassandra3.Cassandra3Instrumentation
2022-03-23 14:02:20,285 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.cassandra4.Cassandra4Instrumentation
2022-03-23 14:02:20,285 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.dubbo.ApacheMonitorFilterInstrumentation
2022-03-23 14:02:20,286 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.dubbo.AlibabaMonitorFilterInstrumentation
2022-03-23 14:02:20,286 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.dubbo.AlibabaRpcContextInstrumentation
2022-03-23 14:02:20,286 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.esrestclient.v5_6.ElasticsearchClientSyncInstrumentation
2022-03-23 14:02:20,286 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.esrestclient.v5_6.ElasticsearchClientAsyncInstrumentation
2022-03-23 14:02:20,287 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.esrestclient.v6_4.ElasticsearchClientSyncInstrumentation
2022-03-23 14:02:20,287 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.esrestclient.v6_4.ElasticsearchClientAsyncInstrumentation
2022-03-23 14:02:20,287 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.grails.GrailsTransactionNameInstrumentation
2022-03-23 14:02:20,291 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.grpc.ServerCallHandlerInstrumentation
2022-03-23 14:02:20,291 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.grpc.ChannelInstrumentation
2022-03-23 14:02:20,291 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.grpc.DelayedClientCallInstrumentation
2022-03-23 14:02:20,292 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.hibernatesearch.v5.HibernateSearch5Instrumentation
2022-03-23 14:02:20,292 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.hibernatesearch.HibernateSearch6Instrumentation
2022-03-23 14:02:20,292 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.concurrent.ExecutorInstrumentation$ExecutorRunnableInstrumentation
2022-03-23 14:02:20,293 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.concurrent.ExecutorInstrumentation$ExecutorCallableInstrumentation
2022-03-23 14:02:20,293 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.concurrent.ExecutorInstrumentation$ExecutorInvokeAnyAllInstrumentation
2022-03-23 14:02:20,294 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.concurrent.ExecutorInstrumentation$ForkJoinPoolInstrumentation
2022-03-23 14:02:20,294 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.concurrent.ForkJoinTaskInstrumentation
2022-03-23 14:02:20,294 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.javalin.JavalinInstrumentation
2022-03-23 14:02:20,295 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.javalin.JavalinHandlerLambdaInstrumentation
2022-03-23 14:02:20,296 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jaxrs.JavaxJaxRsTransactionNameInstrumentation
2022-03-23 14:02:20,297 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jaxrs.JakartaeeJaxRsTransactionNameInstrumentation
2022-03-23 14:02:20,298 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jaxws.JaxWsTransactionNameInstrumentation
2022-03-23 14:02:20,298 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jdbc.ConnectionInstrumentation
2022-03-23 14:02:20,298 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jdbc.StatementInstrumentation$ExecuteWithQueryInstrumentation
2022-03-23 14:02:20,299 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jdbc.StatementInstrumentation$ExecuteUpdateWithQueryInstrumentation
2022-03-23 14:02:20,299 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jdbc.StatementInstrumentation$ExecuteUpdateNoQueryInstrumentation
2022-03-23 14:02:20,299 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jdbc.StatementInstrumentation$AddBatchInstrumentation
2022-03-23 14:02:20,299 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jdbc.StatementInstrumentation$ExecuteBatchInstrumentation
2022-03-23 14:02:20,300 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jdbc.StatementInstrumentation$ExecutePreparedStatementInstrumentation
2022-03-23 14:02:20,300 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jdbc.StatementInstrumentation$CloseStatementInstrumentation
2022-03-23 14:02:20,300 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.httpclient.HttpClientInstrumentation
2022-03-23 14:02:20,301 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.httpclient.HttpClientAsyncInstrumentation
2022-03-23 14:02:20,301 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.httpclient.HttpRequestHeadersInstrumentation
2022-03-23 14:02:20,301 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.httpserver.HttpServerInstrumentation
2022-03-23 14:02:20,301 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.httpserver.HttpContextInstrumentation
2022-03-23 14:02:20,302 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jedis.JedisInstrumentation
2022-03-23 14:02:20,302 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jedis.JedisSpanNameInstrumentation
2022-03-23 14:02:20,302 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jms.JmsMessageProducerInstrumentation$JmsMessageProducerNoDestinationInstrumentation
2022-03-23 14:02:20,302 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jms.JmsMessageProducerInstrumentation$JmsMessageProducerWithDestinationInstrumentation
2022-03-23 14:02:20,303 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jms.JmsMessageConsumerInstrumentation$ReceiveInstrumentation
2022-03-23 14:02:20,303 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jms.JmsMessageConsumerInstrumentation$SetMessageListenerInstrumentation
2022-03-23 14:02:20,303 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jms.JmsMessageListenerInstrumentation
2022-03-23 14:02:20,304 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jsf.JsfLifecycleExecuteInstrumentation
2022-03-23 14:02:20,304 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jsf.JsfLifecycleRenderInstrumentation
2022-03-23 14:02:20,304 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jsf.JakartaeeJsfLifecycleExecuteInstrumentation
2022-03-23 14:02:20,304 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jsf.JakartaeeJsfLifecycleRenderInstrumentation
2022-03-23 14:02:20,305 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.kafka.KafkaProducerInstrumentation
2022-03-23 14:02:20,305 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.kafka.KafkaConsumerInstrumentation
2022-03-23 14:02:20,306 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.kafka.KafkaProducerHeadersInstrumentation
2022-03-23 14:02:20,306 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.kafka.ConsumerRecordsIteratorInstrumentation
2022-03-23 14:02:20,306 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.kafka.ConsumerRecordsRecordsInstrumentation
2022-03-23 14:02:20,306 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.kafka.ConsumerRecordsRecordListInstrumentation
2022-03-23 14:02:20,307 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.lettuce.Lettuce34StartSpanInstrumentation
2022-03-23 14:02:20,307 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.lettuce.Lettuce34StopSpanInstrumentation$OnComplete
2022-03-23 14:02:20,307 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.lettuce.Lettuce34StopSpanInstrumentation$OnCompleteExceptionally
2022-03-23 14:02:20,307 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.lettuce.Lettuce34StopSpanInstrumentation$OnCancel
2022-03-23 14:02:20,308 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.lettuce.Lettuce5StartSpanInstrumentation
2022-03-23 14:02:20,308 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.lettuce.Lettuce5StopSpanInstrumentation$OnComplete
2022-03-23 14:02:20,308 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.lettuce.Lettuce5StopSpanInstrumentation$OnCompleteExceptionally
2022-03-23 14:02:20,308 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.lettuce.Lettuce5StopSpanInstrumentation$OnCancel
2022-03-23 14:02:20,309 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.log4j1.reformatting.Log4j1LogReformattingInstrumentation$ReformattingInstrumentation
2022-03-23 14:02:20,309 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.log4j1.reformatting.Log4j1LogReformattingInstrumentation$StopAppenderInstrumentation
2022-03-23 14:02:20,309 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.log4j1.correlation.Log4j1LogCorrelationInstrumentation
2022-03-23 14:02:20,309 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.log4j1.error.Log4j1LoggerErrorCapturingInstrumentation
2022-03-23 14:02:20,310 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.log4j2.reformatting.Log4j2EcsReformattingInstrumentation$ShadingInstrumentation
2022-03-23 14:02:20,310 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.log4j2.reformatting.Log4j2EcsReformattingInstrumentation$StopAppenderInstrumentation
2022-03-23 14:02:20,310 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.log4j2.reformatting.Log4j2EcsReformattingInstrumentation$OverridingInstrumentation
2022-03-23 14:02:20,311 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.log4j2.correlation.Log4j2LogCorrelationInstrumentation$Log4J2_6LogCorrelationInstrumentation
2022-03-23 14:02:20,311 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.log4j2.correlation.Log4j2LogCorrelationInstrumentation$Log4J2_7PlusLogCorrelationInstrumentation
2022-03-23 14:02:20,311 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.log4j2.error.Log4j2LoggerErrorCapturingInstrumentation
2022-03-23 14:02:20,311 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.opentelemetry.GlobalOpenTelemetryInstrumentation
2022-03-23 14:02:20,311 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.opentelemetry.ContextStorageInstrumentation
2022-03-23 14:02:20,312 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.opentelemetry.ArrayBasedContextInstrumentation
2022-03-23 14:02:20,312 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.logback.reformatting.LogbackLogReformattingInstrumentation$ReformattingInstrumentation
2022-03-23 14:02:20,316 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.logback.reformatting.LogbackLogReformattingInstrumentation$StopAppenderInstrumentation
2022-03-23 14:02:20,316 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.logback.correlation.LogbackLogCorrelationInstrumentation
2022-03-23 14:02:20,316 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jbosslogging.correlation.JBossLoggingCorrelationInstrumentation
2022-03-23 14:02:20,317 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.jbosslogging.correlation.JBossLogManagerCorrelationInstrumentation
2022-03-23 14:02:20,317 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.slf4j.error.Slf4jLoggerErrorCapturingInstrumentation
2022-03-23 14:02:20,317 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.micrometer.MicrometerInstrumentation
2022-03-23 14:02:20,317 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.mongoclient.ConnectionCommandInstrumentation
2022-03-23 14:02:20,318 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.mongoclient.ConnectionInstrumentation
2022-03-23 14:02:20,318 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.okhttp.OkHttpClientInstrumentation
2022-03-23 14:02:20,318 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.okhttp.OkHttp3ClientInstrumentation
2022-03-23 14:02:20,318 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.okhttp.OkHttpClientAsyncInstrumentation
2022-03-23 14:02:20,318 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.okhttp.OkHttp3ClientAsyncInstrumentation
2022-03-23 14:02:20,318 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracingimpl.ApmSpanInstrumentation$FinishInstrumentation
2022-03-23 14:02:20,319 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracingimpl.ApmSpanInstrumentation$LogInstrumentation
2022-03-23 14:02:20,319 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracingimpl.ApmSpanInstrumentation$TagInstrumentation
2022-03-23 14:02:20,319 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracingimpl.ApmSpanInstrumentation$SetOperationName
2022-03-23 14:02:20,319 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracingimpl.ApmSpanInstrumentation$GetTraceContextInstrumentation
2022-03-23 14:02:20,319 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracingimpl.ApmSpanBuilderInstrumentation$CreateSpanInstrumentation
2022-03-23 14:02:20,320 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracingimpl.ScopeManagerInstrumentation$ActivateInstrumentation
2022-03-23 14:02:20,320 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracingimpl.ScopeManagerInstrumentation$CurrentSpanInstrumentation
2022-03-23 14:02:20,320 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracingimpl.ScopeManagerInstrumentation$CurrentTraceContextInstrumentation
2022-03-23 14:02:20,320 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracingimpl.ApmScopeInstrumentation
2022-03-23 14:02:20,321 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracingimpl.SpanContextInstrumentation$BaggageItemsInstrumentation
2022-03-23 14:02:20,321 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracingimpl.SpanContextInstrumentation$ToTraceIdInstrumentation
2022-03-23 14:02:20,321 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracingimpl.SpanContextInstrumentation$ToSpanIdInstrumentation
2022-03-23 14:02:20,321 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracingimpl.ExternalSpanContextInstrumentation$ToTraceIdInstrumentation
2022-03-23 14:02:20,322 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracingimpl.ExternalSpanContextInstrumentation$ToSpanIdInstrumentation
2022-03-23 14:02:20,322 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.opentracingimpl.ElasticApmTracerInstrumentation
2022-03-23 14:02:20,322 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.process.ProcessStartInstrumentation
2022-03-23 14:02:20,322 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.process.ProcessExitInstrumentation$WaitFor
2022-03-23 14:02:20,322 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.process.ProcessExitInstrumentation$Destroy
2022-03-23 14:02:20,323 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.process.ProcessExitInstrumentation$ExitValue
2022-03-23 14:02:20,323 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.process.CommonsExecAsyncInstrumentation
2022-03-23 14:02:20,324 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.quartzjob.Quartz1JobTransactionNameInstrumentation
2022-03-23 14:02:20,324 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.quartzjob.Quartz2JobTransactionNameInstrumentation
2022-03-23 14:02:20,324 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.rabbitmq.ChannelInstrumentation$BasicPublish
2022-03-23 14:02:20,324 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.rabbitmq.ChannelInstrumentation$BasicConsume
2022-03-23 14:02:20,325 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.rabbitmq.ChannelInstrumentation$BasicGet
2022-03-23 14:02:20,325 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.rabbitmq.SetMessageListenerInstrumentation
2022-03-23 14:02:20,325 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.rabbitmq.SpringAmqpMessageListenerInstrumentation
2022-03-23 14:02:20,326 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.rabbitmq.SpringAmqpBatchMessageListenerInstrumentation
2022-03-23 14:02:20,326 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.reactor.ReactorInstrumentation
2022-03-23 14:02:20,326 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.redisson.RedisConnectionInstrumentation
2022-03-23 14:02:20,326 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.scalaconcurrent.FutureInstrumentation$ConstructorInstrumentation
2022-03-23 14:02:20,326 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.scalaconcurrent.FutureInstrumentation$RunInstrumentation
2022-03-23 14:02:20,327 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.scheduled.ScheduledTransactionNameInstrumentation
2022-03-23 14:02:20,327 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.scheduled.TimerTaskInstrumentation
2022-03-23 14:02:20,328 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.JavaxServletInstrumentation
2022-03-23 14:02:20,328 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.JakartaServletInstrumentation
2022-03-23 14:02:20,328 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.JakartaServletVersionInstrumentation$JakartaInit
2022-03-23 14:02:20,328 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.JakartaServletVersionInstrumentation$JakartaService
2022-03-23 14:02:20,329 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.JavaxServletVersionInstrumentation$JavaxInit
2022-03-23 14:02:20,329 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.JavaxServletVersionInstrumentation$JavaxService
2022-03-23 14:02:20,329 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.JavaxFilterChainInstrumentation
2022-03-23 14:02:20,329 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.JakartaFilterChainInstrumentation
2022-03-23 14:02:20,330 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.JavaxFilterInstrumentation
2022-03-23 14:02:20,330 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.JakartaFilterInstrumentation
2022-03-23 14:02:20,330 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.JavaxAsyncInstrumentation$JavaxStartAsyncInstrumentation
2022-03-23 14:02:20,330 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.JavaxAsyncInstrumentation$JavaxAsyncContextInstrumentation
2022-03-23 14:02:20,331 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.JakartaAsyncInstrumentation$JakartaStartAsyncInstrumentation
2022-03-23 14:02:20,331 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.JakartaAsyncInstrumentation$JakartaAsyncContextInstrumentation
2022-03-23 14:02:20,332 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.JavaxRequestStreamRecordingInstrumentation
2022-03-23 14:02:20,332 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.JakartaRequestStreamRecordingInstrumentation
2022-03-23 14:02:20,333 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.servicename.InitServiceNameInstrumentation$JavaxInitServiceNameInstrumentation
2022-03-23 14:02:20,333 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.servicename.InitServiceNameInstrumentation$JakartaInitServiceNameInstrumentation
2022-03-23 14:02:20,333 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.servicename.ServletContainerInitializerServiceNameInstrumentation$JavaxInitServiceNameInstrumentation
2022-03-23 14:02:20,333 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.servlet.servicename.ServletContainerInitializerServiceNameInstrumentation$JakartaInitServiceNameInstrumentation
2022-03-23 14:02:20,333 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.sparkjava.RoutesInstrumentation
2022-03-23 14:02:20,334 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.resttemplate.SpringRestTemplateInstrumentation
2022-03-23 14:02:20,334 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.springwebflux.DispatcherHandlerInstrumentation
2022-03-23 14:02:20,334 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.springwebflux.HandlerAdapterInstrumentation
2022-03-23 14:02:20,334 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.springwebflux.BodyInsertersInstrumentation
2022-03-23 14:02:20,334 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.springwebmvc.SpringTransactionNameInstrumentation
2022-03-23 14:02:20,335 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.springwebmvc.ServletWrappingControllerTransactionNameInstrumentation
2022-03-23 14:02:20,335 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.springwebmvc.ViewRenderInstrumentation
2022-03-23 14:02:20,335 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.springwebmvc.SpringServiceNameInstrumentation
2022-03-23 14:02:20,335 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.springwebmvc.ExceptionHandlerInstrumentation
2022-03-23 14:02:20,336 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.struts.ActionProxyInstrumentation
2022-03-23 14:02:20,336 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.struts.ExecuteOperationsInstrumentation
2022-03-23 14:02:20,336 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.urlconnection.HttpUrlConnectionInstrumentation$CreateSpanInstrumentation
2022-03-23 14:02:20,336 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.urlconnection.HttpUrlConnectionInstrumentation$DisconnectInstrumentation
2022-03-23 14:02:20,336 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.urlconnection.SSLContextInstrumentation
2022-03-23 14:02:20,337 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v3.EventLoopInstrumentation$SetTimerInstrumentation
2022-03-23 14:02:20,337 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v3.EventLoopInstrumentation$OnContextInstrumentation
2022-03-23 14:02:20,337 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v3.EventLoopInstrumentation$ExecuteBlockingInstrumentation
2022-03-23 14:02:20,337 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v3.TaskQueueInstrumentation
2022-03-23 14:02:20,337 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v3.web.WebInstrumentation$ResponseEndHandlerInstrumentation
2022-03-23 14:02:20,337 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v3.web.WebInstrumentation$RouteInstrumentation
2022-03-23 14:02:20,337 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v3.web.WebInstrumentation$RequestBufferInstrumentation
2022-03-23 14:02:20,337 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v3.web.http1.HttpServerRequestImplStartInstrumentation
2022-03-23 14:02:20,338 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v3.web.http1.HttpServerRequestImplEndInstrumentation
2022-03-23 14:02:20,338 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v3.web.http1.HttpServerResponseImplInstrumentation
2022-03-23 14:02:20,338 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v3.web.http1.HttpServerRequestWrapperInstrumentation
2022-03-23 14:02:20,338 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v3.web.http2.Http2Instrumentation
2022-03-23 14:02:20,338 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v3.webclient.WebClientInstrumentation$HttpContextSendRequestInstrumentation
2022-03-23 14:02:20,338 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v3.webclient.WebClientInstrumentation$HttpContextDispatchResponseInstrumentation
2022-03-23 14:02:20,338 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v3.webclient.WebClientInstrumentation$HttpContextFailInstrumentation
2022-03-23 14:02:20,338 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v3.webclient.WebClientInstrumentation$HttpContextFollowRedirectInstrumentation
2022-03-23 14:02:20,339 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v4.TaskQueueInstrumentation
2022-03-23 14:02:20,339 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v4.EventLoopInstrumentation$ExecuteBlockingInstrumentation
2022-03-23 14:02:20,339 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v4.EventLoopInstrumentation$OnContextInstrumentation
2022-03-23 14:02:20,339 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v4.EventLoopInstrumentation$SetTimerInstrumentation
2022-03-23 14:02:20,340 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v4.web.WebInstrumentation$RouteInstrumentation
2022-03-23 14:02:20,340 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v4.web.WebInstrumentation$VertxTracerReceiveRequestInstrumentation
2022-03-23 14:02:20,340 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v4.web.WebInstrumentation$VertxTracerSendResponseInstrumentation
2022-03-23 14:02:20,340 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v4.web.WebInstrumentation$ContextImplTracerInstrumentation
2022-03-23 14:02:20,340 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v4.web.WebInstrumentation$RequestBufferInstrumentation
2022-03-23 14:02:20,341 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v4.webclient.HttpContextInstrumentation$HttpContextPrepareRequestInstrumentation
2022-03-23 14:02:20,341 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v4.webclient.HttpContextInstrumentation$HttpContextSendRequestInstrumentation
2022-03-23 14:02:20,341 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v4.webclient.HttpContextInstrumentation$HttpContextDispatchResponseInstrumentation
2022-03-23 14:02:20,341 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Not applying excluded instrumentation co.elastic.apm.agent.vertx.v4.webclient.HttpContextInstrumentation$HttpContextFailInstrumentation
2022-03-23 14:02:20,341 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.awslambda.RequestHandlerInstrumentation
2022-03-23 14:02:20,342 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.awslambda.RequestStreamHandlerInstrumentation
2022-03-23 14:02:20,342 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.websocket.JakartaServerEndpointInstrumentation
2022-03-23 14:02:20,342 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.websocket.JavaxServerEndpointInstrumentation
2022-03-23 14:02:20,342 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applying instrumentation co.elastic.apm.agent.ecs_logging.Log4j2ServiceNameInstrumentation
2022-03-23 14:02:20,343 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Applied 207 advices
2022-03-23 14:02:20,437 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation WarmupInstrumentation: name(equals(co.elastic.apm.agent.bci.bytebuddy.Instrumented)) matches class co.elastic.apm.agent.bci.bytebuddy.Instrumented
2022-03-23 14:02:20,537 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation WarmupInstrumentation: (not(isStatic()) and name(equals(isInstrumented)) and hasParameter(ofSize(0)) and returns(erasure(is(boolean))) and not(isAbstract())) matches public boolean co.elastic.apm.agent.bci.bytebuddy.Instrumented.isInstrumented()
2022-03-23 14:02:20,586 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation WarmupInstrumentation: name(equals(co.elastic.apm.agent.bci.bytebuddy.Instrumented)) matches class co.elastic.apm.agent.bci.bytebuddy.Instrumented
2022-03-23 14:02:20,592 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation WarmupInstrumentation: (not(isStatic()) and name(equals(isInstrumented)) and hasParameter(ofSize(0)) and returns(erasure(is(boolean))) and not(isAbstract())) matches public boolean co.elastic.apm.agent.bci.bytebuddy.Instrumented.isInstrumented()
2022-03-23 14:02:20,594 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.InstallationListenerImpl - Warmup: bytecode transformation of co.elastic.apm.agent.bci.bytebuddy.Instrumented succeeded
2022-03-23 14:02:20,673 [main] DEBUG co.elastic.apm.agent.bci.IndyPluginClassLoaderFactory - Creating plugin class loader for net.bytebuddy.dynamic.loading.ByteArrayClassLoader$ChildFirst@2d0ecb24 containing [co.elastic.apm.agent.bbwarmup.WarmupInstrumentation, co.elastic.apm.agent.bbwarmup.package-info, co.elastic.apm.agent.bbwarmup.WarmupInstrumentation$AdviceClass, co.elastic.apm.agent.bci.classloading.LookupExposer]
2022-03-23 14:02:20,677 [main] DEBUG co.elastic.apm.agent.bci.bytebuddy.InstallationListenerImpl - Warmup: instrumented bytecode of co.elastic.apm.agent.bci.bytebuddy.Instrumented was executed as expected
2022-03-23 14:02:20,710 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation WarmupInstrumentation: name(equals(co.elastic.apm.agent.bci.bytebuddy.Instrumented)) matches class co.elastic.apm.agent.bci.bytebuddy.Instrumented
2022-03-23 14:02:20,850 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class com.lmax.disruptor.dsl.BasicExecutor
2022-03-23 14:02:20,872 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class co.elastic.apm.agent.util.ExecutorUtils$NamedDaemonThreadPoolExecutor
2022-03-23 14:02:20,873 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class co.elastic.apm.agent.util.ExecutorUtils$1
2022-03-23 14:02:20,873 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class co.elastic.apm.agent.util.ExecutorUtils$SingleNamedDaemonThreadPoolExecutor
2022-03-23 14:02:20,881 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Slf4jLoggerErrorCapturingInstrumentation: hasSuperType(erasure((name(equals(org.slf4j.Logger)) and not(hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))))))) matches class org.apache.logging.slf4j.Log4jLogger
2022-03-23 14:02:20,881 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Slf4jLoggerErrorCapturingInstrumentation: hasSuperType(erasure((name(equals(org.slf4j.Logger)) and not(hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))))))) matches interface org.slf4j.spi.LocationAwareLogger
2022-03-23 14:02:20,884 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Slf4jLoggerErrorCapturingInstrumentation: hasSuperType(erasure((name(equals(org.slf4j.Logger)) and not(hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))))))) matches interface org.slf4j.Logger
2022-03-23 14:02:21,012 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ForkJoinTaskInstrumentation: is(class java.util.concurrent.ForkJoinTask) matches class java.util.concurrent.ForkJoinTask
2022-03-23 14:02:21,013 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class java.util.concurrent.ForkJoinPool
2022-03-23 14:02:21,023 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation CreateSpanInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(name(equals(sun.net.www.protocol.https.HttpsURLConnectionImpl)))) matches class sun.net.www.protocol.http.HttpURLConnection
2022-03-23 14:02:21,023 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation CreateSpanInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(name(equals(sun.net.www.protocol.https.HttpsURLConnectionImpl)))) matches class java.net.HttpURLConnection
2022-03-23 14:02:21,024 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation WaitFor: (name(equals(java.lang.ProcessImpl)) or name(equals(java.lang.UNIXProcess))) matches class java.lang.ProcessImpl
2022-03-23 14:02:21,024 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ProcessStartInstrumentation: name(equals(java.lang.ProcessBuilder)) matches class java.lang.ProcessBuilder
2022-03-23 14:02:21,033 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class java.util.concurrent.ScheduledThreadPoolExecutor
2022-03-23 14:02:21,037 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class java.util.concurrent.ThreadPoolExecutor
2022-03-23 14:02:21,037 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class java.util.concurrent.AbstractExecutorService
2022-03-23 14:02:21,057 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface java.util.concurrent.ScheduledExecutorService
2022-03-23 14:02:21,058 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface java.util.concurrent.ExecutorService
2022-03-23 14:02:21,058 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface java.util.concurrent.Executor
2022-03-23 14:02:21,189 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation WarmupInstrumentation: name(equals(co.elastic.apm.agent.bci.bytebuddy.Instrumented)) matches class co.elastic.apm.agent.bci.bytebuddy.Instrumented
2022-03-23 14:02:21,194 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation WarmupInstrumentation: (not(isStatic()) and name(equals(isInstrumented)) and hasParameter(ofSize(0)) and returns(erasure(is(boolean))) and not(isAbstract())) matches public boolean co.elastic.apm.agent.bci.bytebuddy.Instrumented.isInstrumented()
2022-03-23 14:02:21,197 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class com.lmax.disruptor.dsl.BasicExecutor
2022-03-23 14:02:21,197 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class com.lmax.disruptor.dsl.BasicExecutor
2022-03-23 14:02:21,197 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class com.lmax.disruptor.dsl.BasicExecutor
2022-03-23 14:02:21,216 [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(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public void com.lmax.disruptor.dsl.BasicExecutor.execute(java.lang.Runnable)
2022-03-23 14:02:21,221 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class co.elastic.apm.agent.util.ExecutorUtils$NamedDaemonThreadPoolExecutor
2022-03-23 14:02:21,221 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class co.elastic.apm.agent.util.ExecutorUtils$NamedDaemonThreadPoolExecutor
2022-03-23 14:02:21,221 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class co.elastic.apm.agent.util.ExecutorUtils$NamedDaemonThreadPoolExecutor
2022-03-23 14:02:21,234 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class co.elastic.apm.agent.util.ExecutorUtils$1
2022-03-23 14:02:21,234 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class co.elastic.apm.agent.util.ExecutorUtils$1
2022-03-23 14:02:21,234 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class co.elastic.apm.agent.util.ExecutorUtils$1
2022-03-23 14:02:21,245 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class co.elastic.apm.agent.util.ExecutorUtils$SingleNamedDaemonThreadPoolExecutor
2022-03-23 14:02:21,246 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class co.elastic.apm.agent.util.ExecutorUtils$SingleNamedDaemonThreadPoolExecutor
2022-03-23 14:02:21,246 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class co.elastic.apm.agent.util.ExecutorUtils$SingleNamedDaemonThreadPoolExecutor
2022-03-23 14:02:21,256 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Slf4jLoggerErrorCapturingInstrumentation: hasSuperType(erasure((name(equals(org.slf4j.Logger)) and not(hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))))))) matches class org.apache.logging.slf4j.Log4jLogger
2022-03-23 14:02:21,273 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation Slf4jLoggerErrorCapturingInstrumentation: (name(equals(error)) and hasParameter(hasTypes(with(1 matches erasure(name(equals(java.lang.Throwable)))))) and not(isAbstract())) matches public void org.apache.logging.slf4j.Log4jLogger.error(java.lang.String,java.lang.Throwable)
2022-03-23 14:02:21,292 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Slf4jLoggerErrorCapturingInstrumentation: hasSuperType(erasure((name(equals(org.slf4j.Logger)) and not(hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))))))) matches interface org.slf4j.spi.LocationAwareLogger
2022-03-23 14:02:21,311 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Slf4jLoggerErrorCapturingInstrumentation: hasSuperType(erasure((name(equals(org.slf4j.Logger)) and not(hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))))))) matches interface org.slf4j.Logger
2022-03-23 14:02:21,319 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ForkJoinTaskInstrumentation: is(class java.util.concurrent.ForkJoinTask) matches class java.util.concurrent.ForkJoinTask
2022-03-23 14:02:21,328 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ForkJoinTaskInstrumentation: (name(equals(fork)) and returns(erasure(is(class java.util.concurrent.ForkJoinTask))) and not(isAbstract())) matches public final java.util.concurrent.ForkJoinTask java.util.concurrent.ForkJoinTask.fork()
2022-03-23 14:02:21,333 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class java.util.concurrent.ForkJoinPool
2022-03-23 14:02:21,333 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class java.util.concurrent.ForkJoinPool
2022-03-23 14:02:21,333 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class java.util.concurrent.ForkJoinPool
2022-03-23 14:02:21,334 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ForkJoinPoolInstrumentation: (hasSuperType(erasure(is(class java.util.concurrent.ForkJoinPool))) and hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class java.util.concurrent.ForkJoinPool
2022-03-23 14:02:21,352 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ForkJoinPoolInstrumentation: (((name(equals(execute)) and returns(erasure(is(void))) and hasParameter(hasTypes(erasures(containing(is(class java.util.concurrent.ForkJoinTask)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(class java.util.concurrent.ForkJoinTask))))) and hasParameter(hasTypes(erasures(containing(is(class java.util.concurrent.ForkJoinTask)))))) or (name(equals(invoke)) and returns(erasure(is(class java.lang.Object))) and hasParameter(hasTypes(erasures(containing(is(class java.util.concurrent.ForkJoinTask))))))) and not(isAbstract())) matches public java.util.concurrent.ForkJoinTask java.util.concurrent.ForkJoinPool.submit(java.util.concurrent.ForkJoinTask)
2022-03-23 14:02:21,354 [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(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public java.util.concurrent.ForkJoinTask java.util.concurrent.ForkJoinPool.submit(java.lang.Runnable,java.lang.Object)
2022-03-23 14:02:21,357 [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(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public java.util.concurrent.ForkJoinTask java.util.concurrent.ForkJoinPool.submit(java.lang.Runnable)
2022-03-23 14:02:21,358 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorCallableInstrumentation: (((name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public java.util.concurrent.ForkJoinTask java.util.concurrent.ForkJoinPool.submit(java.util.concurrent.Callable)
2022-03-23 14:02:21,363 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ForkJoinPoolInstrumentation: (((name(equals(execute)) and returns(erasure(is(void))) and hasParameter(hasTypes(erasures(containing(is(class java.util.concurrent.ForkJoinTask)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(class java.util.concurrent.ForkJoinTask))))) and hasParameter(hasTypes(erasures(containing(is(class java.util.concurrent.ForkJoinTask)))))) or (name(equals(invoke)) and returns(erasure(is(class java.lang.Object))) and hasParameter(hasTypes(erasures(containing(is(class java.util.concurrent.ForkJoinTask))))))) and not(isAbstract())) matches public java.lang.Object java.util.concurrent.ForkJoinPool.invoke(java.util.concurrent.ForkJoinTask)
2022-03-23 14:02:21,366 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ForkJoinPoolInstrumentation: (((name(equals(execute)) and returns(erasure(is(void))) and hasParameter(hasTypes(erasures(containing(is(class java.util.concurrent.ForkJoinTask)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(class java.util.concurrent.ForkJoinTask))))) and hasParameter(hasTypes(erasures(containing(is(class java.util.concurrent.ForkJoinTask)))))) or (name(equals(invoke)) and returns(erasure(is(class java.lang.Object))) and hasParameter(hasTypes(erasures(containing(is(class java.util.concurrent.ForkJoinTask))))))) and not(isAbstract())) matches public void java.util.concurrent.ForkJoinPool.execute(java.util.concurrent.ForkJoinTask)
2022-03-23 14:02:21,367 [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(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public void java.util.concurrent.ForkJoinPool.execute(java.lang.Runnable)
2022-03-23 14:02:21,370 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorInvokeAnyAllInstrumentation: (name(startsWith(invoke)) and (name(endsWith(Any)) or name(endsWith(All))) and isPublic() and hasParameter(hasTypes(with(0 matches erasure(is(interface java.util.Collection))))) and isOverriddenFrom(erasure(is(interface java.util.concurrent.ExecutorService))) and not(isAbstract())) matches public java.util.List java.util.concurrent.ForkJoinPool.invokeAll(java.util.Collection)
2022-03-23 14:02:21,377 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation CreateSpanInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(name(equals(sun.net.www.protocol.https.HttpsURLConnectionImpl)))) matches class sun.net.www.protocol.http.HttpURLConnection
2022-03-23 14:02:21,378 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation DisconnectInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(name(equals(sun.net.www.protocol.https.HttpsURLConnectionImpl)))) matches class sun.net.www.protocol.http.HttpURLConnection
2022-03-23 14:02:21,393 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation DisconnectInstrumentation: (name(equals(disconnect)) and hasParameter(ofSize(0)) and not(isAbstract())) matches public void sun.net.www.protocol.http.HttpURLConnection.disconnect()
2022-03-23 14:02:21,401 [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)))) and not(isAbstract())) matches public synchronized java.io.OutputStream sun.net.www.protocol.http.HttpURLConnection.getOutputStream() throws java.io.IOException
2022-03-23 14:02:21,409 [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)))) and not(isAbstract())) matches public void sun.net.www.protocol.http.HttpURLConnection.connect() throws java.io.IOException
2022-03-23 14:02:21,411 [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)))) and not(isAbstract())) matches public synchronized java.io.InputStream sun.net.www.protocol.http.HttpURLConnection.getInputStream() throws java.io.IOException
2022-03-23 14:02:21,418 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation CreateSpanInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(name(equals(sun.net.www.protocol.https.HttpsURLConnectionImpl)))) matches class java.net.HttpURLConnection
2022-03-23 14:02:21,418 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation DisconnectInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(name(equals(sun.net.www.protocol.https.HttpsURLConnectionImpl)))) matches class java.net.HttpURLConnection
2022-03-23 14:02:21,426 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation WaitFor: (name(equals(java.lang.ProcessImpl)) or name(equals(java.lang.UNIXProcess))) matches class java.lang.ProcessImpl
2022-03-23 14:02:21,426 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Destroy: (name(equals(java.lang.ProcessImpl)) or name(equals(java.lang.UNIXProcess))) matches class java.lang.ProcessImpl
2022-03-23 14:02:21,426 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExitValue: (name(equals(java.lang.ProcessImpl)) or name(equals(java.lang.UNIXProcess))) matches class java.lang.ProcessImpl
2022-03-23 14:02:21,437 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExitValue: (isPublic() and name(equals(exitValue)) and not(isAbstract())) matches public synchronized int java.lang.ProcessImpl.exitValue()
2022-03-23 14:02:21,438 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation WaitFor: (name(equals(waitFor)) and not(isAbstract())) matches public synchronized boolean java.lang.ProcessImpl.waitFor(long,java.util.concurrent.TimeUnit) throws java.lang.InterruptedException
2022-03-23 14:02:21,439 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation WaitFor: (name(equals(waitFor)) and not(isAbstract())) matches public synchronized int java.lang.ProcessImpl.waitFor() throws java.lang.InterruptedException
2022-03-23 14:02:21,440 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation Destroy: (isPublic() and (name(equals(destroy)) or name(equals(destroyForcibly))) and not(isAbstract())) matches public void java.lang.ProcessImpl.destroy()
2022-03-23 14:02:21,441 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation Destroy: (isPublic() and (name(equals(destroy)) or name(equals(destroyForcibly))) and not(isAbstract())) matches public java.lang.Process java.lang.ProcessImpl.destroyForcibly()
2022-03-23 14:02:21,444 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ProcessStartInstrumentation: name(equals(java.lang.ProcessBuilder)) matches class java.lang.ProcessBuilder
2022-03-23 14:02:21,449 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ProcessStartInstrumentation: (name(equals(start)) and hasParameter(ofSize(0)) and not(isAbstract())) matches public java.lang.Process java.lang.ProcessBuilder.start() throws java.io.IOException
2022-03-23 14:02:21,451 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class java.util.concurrent.ScheduledThreadPoolExecutor
2022-03-23 14:02:21,452 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class java.util.concurrent.ScheduledThreadPoolExecutor
2022-03-23 14:02:21,452 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class java.util.concurrent.ScheduledThreadPoolExecutor
2022-03-23 14:02:21,462 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorCallableInstrumentation: (((name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public java.util.concurrent.ScheduledFuture java.util.concurrent.ScheduledThreadPoolExecutor.schedule(java.util.concurrent.Callable,long,java.util.concurrent.TimeUnit)
2022-03-23 14:02:21,464 [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(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public java.util.concurrent.ScheduledFuture java.util.concurrent.ScheduledThreadPoolExecutor.schedule(java.lang.Runnable,long,java.util.concurrent.TimeUnit)
2022-03-23 14:02:21,466 [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(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public java.util.concurrent.Future java.util.concurrent.ScheduledThreadPoolExecutor.submit(java.lang.Runnable)
2022-03-23 14:02:21,467 [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(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public java.util.concurrent.Future java.util.concurrent.ScheduledThreadPoolExecutor.submit(java.lang.Runnable,java.lang.Object)
2022-03-23 14:02:21,468 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorCallableInstrumentation: (((name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public java.util.concurrent.Future java.util.concurrent.ScheduledThreadPoolExecutor.submit(java.util.concurrent.Callable)
2022-03-23 14:02:21,470 [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(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public void java.util.concurrent.ScheduledThreadPoolExecutor.execute(java.lang.Runnable)
2022-03-23 14:02:21,473 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class java.util.concurrent.ThreadPoolExecutor
2022-03-23 14:02:21,473 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class java.util.concurrent.ThreadPoolExecutor
2022-03-23 14:02:21,473 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class java.util.concurrent.ThreadPoolExecutor
2022-03-23 14:02:21,485 [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(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public void java.util.concurrent.ThreadPoolExecutor.execute(java.lang.Runnable)
2022-03-23 14:02:21,489 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class java.util.concurrent.AbstractExecutorService
2022-03-23 14:02:21,490 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class java.util.concurrent.AbstractExecutorService
2022-03-23 14:02:21,490 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class java.util.concurrent.AbstractExecutorService
2022-03-23 14:02:21,498 [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(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public java.util.concurrent.Future java.util.concurrent.AbstractExecutorService.submit(java.lang.Runnable)
2022-03-23 14:02:21,500 [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(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public java.util.concurrent.Future java.util.concurrent.AbstractExecutorService.submit(java.lang.Runnable,java.lang.Object)
2022-03-23 14:02:21,501 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorCallableInstrumentation: (((name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public java.util.concurrent.Future java.util.concurrent.AbstractExecutorService.submit(java.util.concurrent.Callable)
2022-03-23 14:02:21,503 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorInvokeAnyAllInstrumentation: (name(startsWith(invoke)) and (name(endsWith(Any)) or name(endsWith(All))) and isPublic() and hasParameter(hasTypes(with(0 matches erasure(is(interface java.util.Collection))))) and isOverriddenFrom(erasure(is(interface java.util.concurrent.ExecutorService))) and not(isAbstract())) matches public java.util.List java.util.concurrent.AbstractExecutorService.invokeAll(java.util.Collection) throws java.lang.InterruptedException
2022-03-23 14:02:21,504 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorInvokeAnyAllInstrumentation: (name(startsWith(invoke)) and (name(endsWith(Any)) or name(endsWith(All))) and isPublic() and hasParameter(hasTypes(with(0 matches erasure(is(interface java.util.Collection))))) and isOverriddenFrom(erasure(is(interface java.util.concurrent.ExecutorService))) and not(isAbstract())) matches public java.util.List java.util.concurrent.AbstractExecutorService.invokeAll(java.util.Collection,long,java.util.concurrent.TimeUnit) throws java.lang.InterruptedException
2022-03-23 14:02:21,506 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorInvokeAnyAllInstrumentation: (name(startsWith(invoke)) and (name(endsWith(Any)) or name(endsWith(All))) and isPublic() and hasParameter(hasTypes(with(0 matches erasure(is(interface java.util.Collection))))) and isOverriddenFrom(erasure(is(interface java.util.concurrent.ExecutorService))) and not(isAbstract())) matches public java.lang.Object java.util.concurrent.AbstractExecutorService.invokeAny(java.util.Collection,long,java.util.concurrent.TimeUnit) throws java.lang.InterruptedException,java.util.concurrent.ExecutionException,java.util.concurrent.TimeoutException
2022-03-23 14:02:21,508 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorInvokeAnyAllInstrumentation: (name(startsWith(invoke)) and (name(endsWith(Any)) or name(endsWith(All))) and isPublic() and hasParameter(hasTypes(with(0 matches erasure(is(interface java.util.Collection))))) and isOverriddenFrom(erasure(is(interface java.util.concurrent.ExecutorService))) and not(isAbstract())) matches public java.lang.Object java.util.concurrent.AbstractExecutorService.invokeAny(java.util.Collection) throws java.lang.InterruptedException,java.util.concurrent.ExecutionException
2022-03-23 14:02:21,510 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface java.util.concurrent.ScheduledExecutorService
2022-03-23 14:02:21,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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface java.util.concurrent.ScheduledExecutorService
2022-03-23 14:02:21,511 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface java.util.concurrent.ScheduledExecutorService
2022-03-23 14:02:21,518 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface java.util.concurrent.ExecutorService
2022-03-23 14:02:21,518 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface java.util.concurrent.ExecutorService
2022-03-23 14:02:21,519 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface java.util.concurrent.ExecutorService
2022-03-23 14:02:21,526 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface java.util.concurrent.Executor
2022-03-23 14:02:21,526 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface java.util.concurrent.Executor
2022-03-23 14:02:21,527 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface java.util.concurrent.Executor
2022-03-23 14:02:21,819 [main] DEBUG co.elastic.apm.agent.bci.IndyPluginClassLoaderFactory - Creating plugin class loader for null containing [co.elastic.apm.agent.bci.classloading.LookupExposer]
2022-03-23 14:02:21,813 [elastic-apm-metadata-1] WARN co.elastic.apm.agent.impl.metadata.CloudMetadataProvider - Unexpected error during automatic discovery process for cloud provider
java.util.concurrent.TimeoutException: null
at java.util.concurrent.FutureTask.get(FutureTask.java:204) ~[?:?]
at co.elastic.apm.agent.impl.metadata.CloudMetadataProvider.tryAllCloudProviders(CloudMetadataProvider.java:186) [elastic-apm-agent-1.30.0.jar:?]
at co.elastic.apm.agent.impl.metadata.CloudMetadataProvider.fetchAndParseCloudProviderInfo(CloudMetadataProvider.java:128) [elastic-apm-agent-1.30.0.jar:?]
at co.elastic.apm.agent.impl.metadata.CloudMetadataProvider.getCloudInfoProvider(CloudMetadataProvider.java:80) [elastic-apm-agent-1.30.0.jar:?]
at co.elastic.apm.agent.impl.metadata.MetaData$2.call(MetaData.java:129) [elastic-apm-agent-1.30.0.jar:?]
at co.elastic.apm.agent.impl.metadata.MetaData$2.call(MetaData.java:125) [elastic-apm-agent-1.30.0.jar:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:829) [?:?]
2022-03-23 14:02:21,829 [main] DEBUG co.elastic.apm.agent.util.ExecutorUtils - A new thread named `elastic-apm-server-healthcheck` was created. The original context class loader of this thread (jdk.internal.loader.ClassLoaders$AppClassLoader@2c13da15) has been overridden
2022-03-23 14:02:21,831 [main] DEBUG co.elastic.apm.agent.bci.IndyPluginClassLoaderFactory - Creating plugin class loader for ShadedClassLoader{parent=ShadedClassLoader{parent=jdk.internal.loader.ClassLoaders$PlatformClassLoader@75f9eccc, customPrefix='cached-lookup-key/', manifest=java.util.jar.Manifest@7fd3834, jarUrl=file:/Users/cyrilleleclerc/git/cyrille-leclerc/my-shopping-cart/anti-fraud-java/target/agent/elastic-apm-agent-1.30.0.jar}, customPrefix='agent/', manifest=java.util.jar.Manifest@7fd3834, jarUrl=file:/Users/cyrilleleclerc/git/cyrille-leclerc/my-shopping-cart/anti-fraud-java/target/agent/elastic-apm-agent-1.30.0.jar} containing [co.elastic.apm.agent.bci.classloading.LookupExposer]
2022-03-23 14:02:21,832 [elastic-apm-server-healthcheck] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation CreateSpanInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(name(equals(sun.net.www.protocol.https.HttpsURLConnectionImpl)))) matches class javax.net.ssl.HttpsURLConnection
2022-03-23 14:02:21,832 [elastic-apm-server-healthcheck] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation DisconnectInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(name(equals(sun.net.www.protocol.https.HttpsURLConnectionImpl)))) matches class javax.net.ssl.HttpsURLConnection
2022-03-23 14:02:21,835 [elastic-apm-cloud-metadata-0] DEBUG co.elastic.apm.agent.bci.IndyPluginClassLoaderFactory - Creating plugin class loader for null containing [co.elastic.apm.agent.urlconnection.HttpUrlConnectionInstrumentation$DisconnectInstrumentation$AdviceClass, co.elastic.apm.agent.urlconnection.HttpUrlConnectionInstrumentation$CreateSpanInstrumentation, co.elastic.apm.agent.urlconnection.SSLContextInstrumentation$AdviceClass, co.elastic.apm.agent.urlconnection.HttpUrlConnectionInstrumentation$DisconnectInstrumentation, co.elastic.apm.agent.urlconnection.package-info, co.elastic.apm.agent.urlconnection.UrlConnectionPropertyAccessor, co.elastic.apm.agent.urlconnection.HttpUrlConnectionInstrumentation$CreateSpanInstrumentation$AdviceClass, co.elastic.apm.agent.urlconnection.SSLContextInstrumentation, co.elastic.apm.agent.urlconnection.HttpUrlConnectionInstrumentation, co.elastic.apm.agent.bci.classloading.LookupExposer]
2022-03-23 14:02:21,838 [main] DEBUG co.elastic.apm.agent.util.ExecutorUtils - A new thread named `elastic-apm-remote-config-poller` was created. The original context class loader of this thread (jdk.internal.loader.ClassLoaders$AppClassLoader@2c13da15) has been overridden
2022-03-23 14:02:21,843 [elastic-apm-server-healthcheck] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SSLContextInstrumentation: (name(equals(javax.net.ssl.SSLContext)) or name(equals(javax.net.SocketFactory)) or name(equals(javax.net.ssl.SSLSocketFactory))) matches class javax.net.ssl.SSLSocketFactory
2022-03-23 14:02:21,848 [elastic-apm-server-healthcheck] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation SSLContextInstrumentation: (name(equals(getDefault)) and isPublic() and isStatic() and hasParameter(ofSize(0)) and not(isAbstract())) matches public static synchronized javax.net.SocketFactory javax.net.ssl.SSLSocketFactory.getDefault()
2022-03-23 14:02:21,853 [elastic-apm-server-healthcheck] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SSLContextInstrumentation: (name(equals(javax.net.ssl.SSLContext)) or name(equals(javax.net.SocketFactory)) or name(equals(javax.net.ssl.SSLSocketFactory))) matches class javax.net.SocketFactory
2022-03-23 14:02:21,854 [elastic-apm-server-healthcheck] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation SSLContextInstrumentation: (name(equals(getDefault)) and isPublic() and isStatic() and hasParameter(ofSize(0)) and not(isAbstract())) matches public static javax.net.SocketFactory javax.net.SocketFactory.getDefault()
2022-03-23 14:02:21,857 [elastic-apm-server-healthcheck] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation CreateSpanInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(name(equals(sun.net.www.protocol.https.HttpsURLConnectionImpl)))) matches class sun.net.www.protocol.https.DelegateHttpsURLConnection
2022-03-23 14:02:21,858 [elastic-apm-server-healthcheck] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation DisconnectInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(name(equals(sun.net.www.protocol.https.HttpsURLConnectionImpl)))) matches class sun.net.www.protocol.https.DelegateHttpsURLConnection
2022-03-23 14:02:21,862 [elastic-apm-server-healthcheck] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation CreateSpanInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(name(equals(sun.net.www.protocol.https.HttpsURLConnectionImpl)))) matches class sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
2022-03-23 14:02:21,862 [elastic-apm-server-healthcheck] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation DisconnectInstrumentation: (hasSuperType(erasure(is(class java.net.HttpURLConnection))) and not(name(equals(sun.net.www.protocol.https.HttpsURLConnectionImpl)))) matches class sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection
2022-03-23 14:02:21,866 [elastic-apm-server-healthcheck] 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)))) and not(isAbstract())) matches public void sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect() throws java.io.IOException
2022-03-23 14:02:21,869 [main] DEBUG co.elastic.apm.agent.impl.circuitbreaker.GCStressMonitor - Registering a heap memory pool (G1 Eden Space) for stress monitoring
2022-03-23 14:02:21,869 [main] DEBUG co.elastic.apm.agent.impl.circuitbreaker.GCStressMonitor - Registering a heap memory pool (G1 Old Gen) for stress monitoring
2022-03-23 14:02:21,870 [main] DEBUG co.elastic.apm.agent.impl.circuitbreaker.SystemCpuStressMonitor - Successfully obtained reference to the getSystemCpuLoad method of this JVM's OperatingSystemMXBean implementation
2022-03-23 14:02:21,871 [main] DEBUG co.elastic.apm.agent.util.ExecutorUtils - A new thread named `elastic-apm-circuit-breaker` was created. The original context class loader of this thread (jdk.internal.loader.ClassLoaders$AppClassLoader@2c13da15) has been overridden
2022-03-23 14:02:21,871 [elastic-apm-server-healthcheck] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SSLContextInstrumentation: (name(equals(javax.net.ssl.SSLContext)) or name(equals(javax.net.SocketFactory)) or name(equals(javax.net.ssl.SSLSocketFactory))) matches class javax.net.ssl.SSLContext
2022-03-23 14:02:21,871 [main] DEBUG co.elastic.apm.agent.util.ExecutorUtils - A new thread named `elastic-apm-weak-map-cleaner` was created. The original context class loader of this thread (jdk.internal.loader.ClassLoaders$AppClassLoader@2c13da15) has been overridden
2022-03-23 14:02:21,872 [main] DEBUG co.elastic.apm.agent.util.ExecutorUtils - A new thread named `elastic-apm-shared` was created. The original context class loader of this thread (jdk.internal.loader.ClassLoaders$AppClassLoader@2c13da15) has been overridden
2022-03-23 14:02:21,873 [main] DEBUG co.elastic.apm.agent.jmx.JmxMetricTracker - Deferring initialization of JMX metric tracking until capture_jmx_metrics is set.
2022-03-23 14:02:21,874 [main] DEBUG co.elastic.apm.agent.util.ExecutorUtils - A new thread named `elastic-apm-sampling-profiler` was created. The original context class loader of this thread (jdk.internal.loader.ClassLoaders$AppClassLoader@2c13da15) has been overridden
2022-03-23 14:02:21,874 [elastic-apm-server-healthcheck] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation SSLContextInstrumentation: (name(equals(getDefault)) and isPublic() and isStatic() and hasParameter(ofSize(0)) and not(isAbstract())) matches public static synchronized javax.net.ssl.SSLContext javax.net.ssl.SSLContext.getDefault() throws java.security.NoSuchAlgorithmException
2022-03-23 14:02:21,875 [main] INFO co.elastic.apm.agent.impl.ElasticApmTracer - Tracer switched to RUNNING state
2022-03-23 14:02:22,058 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Log4j2LoggerErrorCapturingInstrumentation: (hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))) and not(hasSuperType(erasure(name(equals(org.slf4j.Logger)))))) matches interface org.apache.logging.log4j.spi.ExtendedLogger
2022-03-23 14:02:22,068 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Log4j2LoggerErrorCapturingInstrumentation: (hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))) and not(hasSuperType(erasure(name(equals(org.slf4j.Logger)))))) matches interface org.apache.logging.log4j.Logger
2022-03-23 14:02:22,080 [elastic-apm-server-healthcheck] DEBUG co.elastic.apm.agent.report.ApmServerHealthChecker - Starting healthcheck to https://08cc93c5d51a48798bd7b19a0430b946.apm.europe-west1.gcp.cloud.es.io/
2022-03-23 14:02:22,107 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Slf4jLoggerErrorCapturingInstrumentation: hasSuperType(erasure((name(equals(org.slf4j.Logger)) and not(hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))))))) matches interface org.slf4j.spi.LocationAwareLogger
2022-03-23 14:02:22,111 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Slf4jLoggerErrorCapturingInstrumentation: hasSuperType(erasure((name(equals(org.slf4j.Logger)) and not(hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))))))) matches interface org.slf4j.Logger
2022-03-23 14:02:22,165 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation LogbackLogCorrelationInstrumentation: name(equals(ch.qos.logback.classic.Logger)) matches class ch.qos.logback.classic.Logger
2022-03-23 14:02:22,165 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation Slf4jLoggerErrorCapturingInstrumentation: hasSuperType(erasure((name(equals(org.slf4j.Logger)) and not(hasSuperType(erasure(name(equals(org.apache.logging.log4j.Logger)))))))) matches class ch.qos.logback.classic.Logger
2022-03-23 14:02:22,182 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation LogbackLogCorrelationInstrumentation: (name(equals(callAppenders)) and not(isAbstract())) matches public void ch.qos.logback.classic.Logger.callAppenders(ch.qos.logback.classic.spi.ILoggingEvent)
2022-03-23 14:02:22,188 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation Slf4jLoggerErrorCapturingInstrumentation: (name(equals(error)) and hasParameter(hasTypes(with(1 matches erasure(name(equals(java.lang.Throwable)))))) and not(isAbstract())) matches public void ch.qos.logback.classic.Logger.error(java.lang.String,java.lang.Throwable)
2022-03-23 14:02:22,237 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ReformattingInstrumentation: name(equals(ch.qos.logback.core.OutputStreamAppender)) matches class ch.qos.logback.core.OutputStreamAppender
2022-03-23 14:02:22,238 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation StopAppenderInstrumentation: name(equals(ch.qos.logback.core.OutputStreamAppender)) matches class ch.qos.logback.core.OutputStreamAppender
2022-03-23 14:02:22,245 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ReformattingInstrumentation: (name(equals(append)) and hasParameter(hasTypes(with(0 matches is(E)))) and not(isAbstract())) matches protected void ch.qos.logback.core.OutputStreamAppender.append(java.lang.Object)
2022-03-23 14:02:22,246 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation StopAppenderInstrumentation: (name(equals(stop)) and hasParameter(ofSize(0)) and not(isAbstract())) matches public void ch.qos.logback.core.OutputStreamAppender.stop()
2022-03-23 14:02:22,329 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringServiceNameInstrumentation: hasSuperType(erasure(name(equals(org.springframework.web.context.WebApplicationContext)))) matches interface org.springframework.web.context.ConfigurableWebApplicationContext
2022-03-23 14:02:22,333 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringServiceNameInstrumentation: hasSuperType(erasure(name(equals(org.springframework.web.context.WebApplicationContext)))) matches interface org.springframework.web.context.WebApplicationContext
2022-03-23 14:02:22,445 [elastic-apm-server-healthcheck] INFO co.elastic.apm.agent.report.ApmServerHealthChecker - Elastic APM server is available: { "build_date": "2022-03-03T14:34:24Z", "build_sha": "7d34f3e579c7fadc5e70df76ed9b39332a40d0de", "publish_ready": true, "version": "8.1.0"}
2022-03-23 14:02:22,449 [elastic-apm-server-healthcheck] DEBUG co.elastic.apm.agent.report.ApmServerHealthChecker - APM server https://08cc93c5d51a48798bd7b19a0430b946.apm.europe-west1.gcp.cloud.es.io/ version is: 8.1.0
2022-03-23 14:02:22,450 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Reloading configuration from APM Server https://08cc93c5d51a48798bd7b19a0430b946.apm.europe-west1.gcp.cloud.es.io/config/v1/agents
2022-03-23 14:02:22,467 [elastic-apm-remote-config-poller] INFO co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Received new configuration from APM Server: {}
2022-03-23 14:02:22,468 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Scheduling next remote configuration reload in 30s
2022-03-23 14:02:23,053 [main] DEBUG co.elastic.apm.agent.bci.IndyPluginClassLoaderFactory - Creating plugin class loader for org.springframework.boot.loader.LaunchedURLClassLoader@3c0e00a8 containing [co.elastic.apm.agent.logback.reformatting.LogbackAppenderStopAdvice, co.elastic.apm.agent.logback.reformatting.VersionUtils, co.elastic.apm.agent.logback.reformatting.LogbackAppenderAppendAdvice, co.elastic.apm.agent.logback.reformatting.LogbackLogReformattingInstrumentation, co.elastic.apm.agent.logback.reformatting.package-info, co.elastic.apm.agent.logback.reformatting.LogbackLogReformattingInstrumentation$StopAppenderInstrumentation, co.elastic.apm.agent.logback.reformatting.LogbackEcsReformattingHelper, co.elastic.apm.agent.logback.reformatting.LogbackLogReformattingInstrumentation$ReformattingInstrumentation, co.elastic.apm.agent.logback.package-info, co.elastic.apm.agent.logback.LogbackPluginClassLoaderRootPackageCustomizer, co.elastic.apm.agent.logback.correlation.package-info, co.elastic.apm.agent.logback.correlation.LogbackLogCorrelationHelper, co.elastic.apm.agent.logback.correlation.LogbackLogCorrelationInstrumentation, co.elastic.apm.agent.logback.correlation.LogbackLogCorrelationInstrumentation$AdviceClass, co.elastic.logging.EcsJsonSerializer$StringBuilderWriter, co.elastic.logging.EcsJsonSerializer$1, co.elastic.logging.AdditionalField, co.elastic.logging.TimestampSerializer$1, co.elastic.logging.log4j.MdcAccess, co.elastic.logging.log4j.MdcAccess$GetPropertiesCapable, co.elastic.logging.log4j.EcsLayout, co.elastic.logging.log4j.MdcAccess$Resolver, co.elastic.logging.log4j.MdcAccess$ForLegacyLog4j, co.elastic.logging.TimestampSerializer, co.elastic.logging.logback.EcsEncoder, co.elastic.logging.TimestampSerializer$CachedDate, co.elastic.logging.JsonUtils, co.elastic.logging.log4j2.ObjectMapperFactory, co.elastic.logging.log4j2.ObjectMessageJacksonSerializer$Resolver, co.elastic.logging.log4j2.EcsLayout$1, co.elastic.logging.log4j2.MultiFormatHandler$Resolver, co.elastic.logging.log4j2.MultiFormatHandler$ForLegacyLog4j, co.elastic.logging.log4j2.MdcSerializer$UsingContextMap, co.elastic.logging.log4j2.MdcSerializer$UsingContextData, co.elastic.logging.log4j2.MultiFormatHandler$MultiFormatStringBuilderFormattableAware, co.elastic.logging.log4j2.EcsLayout, co.elastic.logging.log4j2.MultiFormatHandler, co.elastic.logging.log4j2.ObjectMessageJacksonSerializer$Available, co.elastic.logging.log4j2.EcsLayout$Builder, co.elastic.logging.log4j2.MdcSerializer$UsingContextData$1, co.elastic.logging.log4j2.MdcSerializer$Resolver, co.elastic.logging.log4j2.MdcSerializer, co.elastic.logging.log4j2.ObjectMessageJacksonSerializer, co.elastic.logging.EcsJsonSerializer, co.elastic.apm.agent.bci.classloading.LookupExposer]
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.6.4)
2022-03-23 14:02:23,354 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringServiceNameInstrumentation: hasSuperType(erasure(name(equals(org.springframework.web.context.WebApplicationContext)))) matches class org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext
2022-03-23 14:02:23,362 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringServiceNameInstrumentation: hasSuperType(erasure(name(equals(org.springframework.web.context.WebApplicationContext)))) matches class org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext
2022-03-23 14:02:23,373 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringServiceNameInstrumentation: hasSuperType(erasure(name(equals(org.springframework.web.context.WebApplicationContext)))) matches class org.springframework.web.context.support.GenericWebApplicationContext
2022-03-23 14:02:23,375 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation SpringServiceNameInstrumentation: (name(equals(initPropertySources)) and hasParameter(ofSize(0)) and not(isAbstract())) matches protected void org.springframework.web.context.support.GenericWebApplicationContext.initPropertySources()
2022-03-23 14:02:23.519 INFO 20059 --- [ main] c.m.antifraud.AntiFraudApplication : Starting AntiFraudApplication using Java 11.0.11 on MacBook-Pro.localdomain with PID 20059 (/Users/cyrilleleclerc/git/cyrille-leclerc/my-shopping-cart/anti-fraud-java/target/anti-fraud-1.0-SNAPSHOT.jar started by cyrilleleclerc in /Users/cyrilleleclerc/git/cyrille-leclerc/my-shopping-cart/anti-fraud-java)
2022-03-23 14:02:23.536 INFO 20059 --- [ main] c.m.antifraud.AntiFraudApplication : No active profile set, falling back to 1 default profile: "default"
2022-03-23 14:02:23,681 [main] DEBUG co.elastic.apm.agent.bci.IndyPluginClassLoaderFactory - Creating plugin class loader for org.springframework.boot.loader.LaunchedURLClassLoader@3c0e00a8 containing [co.elastic.apm.agent.springwebmvc.ServletWrappingControllerTransactionNameInstrumentation$AdviceClass, co.elastic.apm.agent.springwebmvc.ExceptionHandlerInstrumentation$ExceptionHandlerAdviceService, co.elastic.apm.agent.springwebmvc.SpringTransactionNameInstrumentation$HandlerAdapterAdvice, co.elastic.apm.agent.springwebmvc.SpringServiceNameInstrumentation, co.elastic.apm.agent.springwebmvc.ViewRenderInstrumentation, co.elastic.apm.agent.springwebmvc.package-info, co.elastic.apm.agent.springwebmvc.SpringTransactionNameInstrumentation, co.elastic.apm.agent.springwebmvc.SpringServiceNameInstrumentation$SpringServiceNameAdvice, co.elastic.apm.agent.springwebmvc.ServletWrappingControllerTransactionNameInstrumentation, co.elastic.apm.agent.springwebmvc.ViewRenderInstrumentation$ViewRenderAdviceService, co.elastic.apm.agent.springwebmvc.ExceptionHandlerInstrumentation, co.elastic.apm.agent.springwebmvc.SpringMvcPluginClassLoaderRootPackageCustomizer, co.elastic.apm.agent.servlet.AsyncInstrumentation$AsyncContextInstrumentation, co.elastic.apm.agent.servlet.JakartaFilterInstrumentation, co.elastic.apm.agent.servlet.FilterChainInstrumentation, co.elastic.apm.agent.servlet.ServletVersionInstrumentation, co.elastic.apm.agent.servlet.JakartaRequestStreamRecordingInstrumentation, co.elastic.apm.agent.servlet.JavaxAsyncInstrumentation$JavaxStartAsyncInstrumentation$StartAsyncAdvice, co.elastic.apm.agent.servlet.RequestStreamRecordingInstrumentation, co.elastic.apm.agent.servlet.JakartaFilterChainInstrumentation, co.elastic.apm.agent.servlet.JakartaServletVersionInstrumentation$JakartaInit, co.elastic.apm.agent.servlet.AbstractServletInstrumentation, co.elastic.apm.agent.servlet.JavaxServletVersionInstrumentation$JavaxInit, co.elastic.apm.agent.servlet.Constants, co.elastic.apm.agent.servlet.JavaxFilterChainInstrumentation, co.elastic.apm.agent.servlet.JakartaRequestStreamRecordingInstrumentation$GetInputStreamAdvice, co.elastic.apm.agent.servlet.JakartaServletVersionInstrumentation, co.elastic.apm.agent.servlet.JavaxAsyncInstrumentation, co.elastic.apm.agent.servlet.RequestDispatcherSpanType, co.elastic.apm.agent.servlet.ServletApiAdvice, co.elastic.apm.agent.servlet.ServletVersionInstrumentation$Init, co.elastic.apm.agent.servlet.JavaxServletApiAdvice, co.elastic.apm.agent.servlet.JavaxRequestStreamRecordingInstrumentation$GetInputStreamAdvice, co.elastic.apm.agent.servlet.FilterInstrumentation, co.elastic.apm.agent.servlet.servicename.ServletContainerInitializerServiceNameInstrumentation$JavaxInitServiceNameInstrumentation$AdviceClass, co.elastic.apm.agent.servlet.servicename.InitServiceNameInstrumentation, co.elastic.apm.agent.servlet.servicename.ServletContainerInitializerServiceNameInstrumentation$JakartaInitServiceNameInstrumentation, co.elastic.apm.agent.servlet.servicename.InitServiceNameInstrumentation$JavaxInitServiceNameInstrumentation, co.elastic.apm.agent.servlet.servicename.InitServiceNameInstrumentation$JavaxInitServiceNameInstrumentation$AdviceClass, co.elastic.apm.agent.servlet.servicename.InitServiceNameInstrumentation$JakartaInitServiceNameInstrumentation$AdviceClass, co.elastic.apm.agent.servlet.servicename.ServletContainerInitializerServiceNameInstrumentation$JakartaInitServiceNameInstrumentation$AdviceClass, co.elastic.apm.agent.servlet.servicename.ServletContainerInitializerServiceNameInstrumentation, co.elastic.apm.agent.servlet.servicename.ServletContainerInitializerServiceNameInstrumentation$JavaxInitServiceNameInstrumentation, co.elastic.apm.agent.servlet.servicename.InitServiceNameInstrumentation$JakartaInitServiceNameInstrumentation, co.elastic.apm.agent.servlet.package-info, co.elastic.apm.agent.servlet.ServletInstrumentation, co.elastic.apm.agent.servlet.JakartaServletVersionInstrumentation$JakartaInit$AdviceClass, co.elastic.apm.agent.servlet.JakartaServletApiAdvice, co.elastic.apm.agent.servlet.JakartaServletVersionInstrumentation$JakartaService, co.elastic.apm.agent.servlet.JakartaAsyncInstrumentation$JakartaAsyncContextInstrumentation, co.elastic.apm.agent.servlet.JavaxFilterInstrumentation, co.elastic.apm.agent.servlet.JakartaUtil, co.elastic.apm.agent.servlet.JavaxServletVersionInstrumentation, co.elastic.apm.agent.servlet.AsyncInstrumentation$StartAsyncInstrumentation, co.elastic.apm.agent.servlet.JavaxAsyncInstrumentation$JavaxStartAsyncInstrumentation, co.elastic.apm.agent.servlet.JakartaAsyncInstrumentation$JakartaStartAsyncInstrumentation, co.elastic.apm.agent.servlet.RequestStreamRecordingInstrumentation$GetInputStreamAdvice, co.elastic.apm.agent.servlet.adapter.JakartaServletApiAdapter, co.elastic.apm.agent.servlet.adapter.JavaxServletApiAdapter, co.elastic.apm.agent.servlet.ServletTransactionHelper, co.elastic.apm.agent.servlet.AsyncInstrumentation, co.elastic.apm.agent.servlet.JakartaServletInstrumentation, co.elastic.apm.agent.servlet.JakartaAsyncInstrumentation$JakartaStartAsyncInstrumentation$JakartaStartAsyncAdvice, co.elastic.apm.agent.servlet.JavaxAsyncInstrumentation$JavaxAsyncContextInstrumentation, co.elastic.apm.agent.servlet.JavaxRequestStreamRecordingInstrumentation, co.elastic.apm.agent.servlet.JakartaServletVersionInstrumentation$JakartaService$AdviceClass, co.elastic.apm.agent.servlet.AsyncInstrumentation$AsyncContextInstrumentation$AsyncContextStartAdvice, co.elastic.apm.agent.servlet.ServletVersionInstrumentation$Service, co.elastic.apm.agent.servlet.JakartaAsyncInstrumentation, co.elastic.apm.agent.servlet.helper.JavaxServletRequestHeaderGetter, co.elastic.apm.agent.servlet.helper.JakartaRecordingServletInputStreamWrapper, co.elastic.apm.agent.servlet.helper.JakartaServletRequestHeaderGetter, co.elastic.apm.agent.servlet.helper.JakartaApmAsyncListener, co.elastic.apm.agent.servlet.helper.package-info, co.elastic.apm.agent.servlet.helper.JakartaAsyncContextAdviceHelper$1, co.elastic.apm.agent.servlet.helper.JavaxApmAsyncListener, co.elastic.apm.agent.servlet.helper.JavaxAsyncContextAdviceHelper$1, co.elastic.apm.agent.servlet.helper.AsyncContextAdviceHelper, co.elastic.apm.agent.servlet.helper.AsyncConstants, co.elastic.apm.agent.servlet.helper.JavaxAsyncContextAdviceHelper, co.elastic.apm.agent.servlet.helper.AbstractServletRequestHeaderGetter, co.elastic.apm.agent.servlet.helper.JavaxAsyncContextAdviceHelper$ApmAsyncListenerAllocator, co.elastic.apm.agent.servlet.helper.JakartaAsyncContextAdviceHelper$JakartaApmAsyncListenerAllocator, co.elastic.apm.agent.servlet.helper.JavaxRecordingServletInputStreamWrapper, co.elastic.apm.agent.servlet.helper.JakartaAsyncContextAdviceHelper, co.elastic.apm.agent.servlet.JavaxServletVersionInstrumentation$JavaxService, co.elastic.apm.agent.servlet.JavaxServletInstrumentation, co.elastic.apm.agent.servlet.Constants$ServletImpl, co.elastic.apm.agent.servlet.JavaxUtil, co.elastic.apm.agent.servlet.JavaxServletVersionInstrumentation$JavaxService$AdviceClass, co.elastic.apm.agent.servlet.JavaxServletVersionInstrumentation$JavaxInit$AdviceClass, co.elastic.apm.agent.bci.classloading.LookupExposer]
2022-03-23 14:02:23,965 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxServletInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) matches class org.springframework.web.servlet.DispatcherServlet
2022-03-23 14:02:23,966 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInit: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) matches class org.springframework.web.servlet.DispatcherServlet
2022-03-23 14:02:23,967 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxService: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) matches class org.springframework.web.servlet.DispatcherServlet
2022-03-23 14:02:23,967 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInitServiceNameInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(in(javax.servlet.Servlet, jakarta.servlet.Servlet, javax.servlet.Filter, javax.servlet.ServletContextListener, jakarta.servlet.ServletContextListener, jakarta.servlet.Filter))))) matches class org.springframework.web.servlet.DispatcherServlet
2022-03-23 14:02:23,967 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExceptionHandlerInstrumentation: name(equals(org.springframework.web.servlet.DispatcherServlet)) matches class org.springframework.web.servlet.DispatcherServlet
2022-03-23 14:02:23,983 [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)))) and not(isAbstract())) 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
2022-03-23 14:02:23,986 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxServletInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) matches class org.springframework.web.servlet.FrameworkServlet
2022-03-23 14:02:23,986 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInit: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) matches class org.springframework.web.servlet.FrameworkServlet
2022-03-23 14:02:23,987 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxService: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) matches class org.springframework.web.servlet.FrameworkServlet
2022-03-23 14:02:23,987 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInitServiceNameInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(in(javax.servlet.Servlet, jakarta.servlet.Servlet, javax.servlet.Filter, javax.servlet.ServletContextListener, jakarta.servlet.ServletContextListener, jakarta.servlet.Filter))))) matches class org.springframework.web.servlet.FrameworkServlet
2022-03-23 14:02:24,001 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxServletInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) matches class org.springframework.web.servlet.HttpServletBean
2022-03-23 14:02:24,001 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInit: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) matches class org.springframework.web.servlet.HttpServletBean
2022-03-23 14:02:24,001 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxService: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) matches class org.springframework.web.servlet.HttpServletBean
2022-03-23 14:02:24,002 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInitServiceNameInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(in(javax.servlet.Servlet, jakarta.servlet.Servlet, javax.servlet.Filter, javax.servlet.ServletContextListener, jakarta.servlet.ServletContextListener, jakarta.servlet.Filter))))) matches class org.springframework.web.servlet.HttpServletBean
2022-03-23 14:02:24,002 [Thread-14] 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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
2022-03-23 14:02:24,003 [Thread-14] 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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
2022-03-23 14:02:24,003 [Thread-14] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor
2022-03-23 14:02:24,011 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxServletInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) matches class javax.servlet.http.HttpServlet
2022-03-23 14:02:24,011 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInit: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) matches class javax.servlet.http.HttpServlet
2022-03-23 14:02:24,011 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxService: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) matches class javax.servlet.http.HttpServlet
2022-03-23 14:02:24,011 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInitServiceNameInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(in(javax.servlet.Servlet, jakarta.servlet.Servlet, javax.servlet.Filter, javax.servlet.ServletContextListener, jakarta.servlet.ServletContextListener, jakarta.servlet.Filter))))) matches class javax.servlet.http.HttpServlet
2022-03-23 14:02:24,016 [Thread-14] 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(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public void org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor.execute(java.lang.Runnable)
2022-03-23 14:02:24,019 [Thread-14] 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(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public java.util.concurrent.Future org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor.submit(java.lang.Runnable)
2022-03-23 14:02:24,021 [Thread-14] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorCallableInstrumentation: (((name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public java.util.concurrent.Future org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor.submit(java.util.concurrent.Callable)
2022-03-23 14:02:24,023 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation JavaxServletInstrumentation: (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)))))) and not(isAbstract())) matches public void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest,javax.servlet.ServletResponse) throws javax.servlet.ServletException,java.io.IOException
2022-03-23 14:02:24,024 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation JavaxService: (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)))))) and not(isAbstract())) matches public void javax.servlet.http.HttpServlet.service(javax.servlet.ServletRequest,javax.servlet.ServletResponse) throws javax.servlet.ServletException,java.io.IOException
2022-03-23 14:02:24,025 [Thread-14] 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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface org.springframework.core.task.AsyncListenableTaskExecutor
2022-03-23 14:02:24,025 [Thread-14] 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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface org.springframework.core.task.AsyncListenableTaskExecutor
2022-03-23 14:02:24,025 [Thread-14] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface org.springframework.core.task.AsyncListenableTaskExecutor
2022-03-23 14:02:24,027 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxServletInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) matches class javax.servlet.GenericServlet
2022-03-23 14:02:24,028 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInit: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) matches class javax.servlet.GenericServlet
2022-03-23 14:02:24,028 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxService: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Servlet))))) matches class javax.servlet.GenericServlet
2022-03-23 14:02:24,028 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInitServiceNameInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(in(javax.servlet.Servlet, jakarta.servlet.Servlet, javax.servlet.Filter, javax.servlet.ServletContextListener, jakarta.servlet.ServletContextListener, jakarta.servlet.Filter))))) matches class javax.servlet.GenericServlet
2022-03-23 14:02:24,033 [Thread-14] 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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface org.springframework.core.task.AsyncTaskExecutor
2022-03-23 14:02:24,033 [Thread-14] 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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface org.springframework.core.task.AsyncTaskExecutor
2022-03-23 14:02:24,033 [Thread-14] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface org.springframework.core.task.AsyncTaskExecutor
2022-03-23 14:02:24,034 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation JavaxInit: (name(equals(init)) and hasParameter(hasTypes(with(0 matches erasure(name(equals(javax.servlet.ServletConfig)))))) and not(isAbstract())) matches public void javax.servlet.GenericServlet.init(javax.servlet.ServletConfig) throws javax.servlet.ServletException
2022-03-23 14:02:24,034 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation JavaxInitServiceNameInstrumentation: (((name(equals(init)) and hasParameter(ofSize(1)) and hasParameter(hasTypes(with(0 matches erasure(name(endsWith(Config))))))) or (name(equals(contextInitialized)) and hasParameter(ofSize(1)) and hasParameter(hasTypes(with(0 matches erasure(name(endsWith(ServletContextEvent)))))))) and not(isAbstract())) matches public void javax.servlet.GenericServlet.init(javax.servlet.ServletConfig) throws javax.servlet.ServletException
2022-03-23 14:02:24,037 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxFilterInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Filter))))) matches class org.springframework.web.filter.CharacterEncodingFilter
2022-03-23 14:02:24,038 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInitServiceNameInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(in(javax.servlet.Servlet, jakarta.servlet.Servlet, javax.servlet.Filter, javax.servlet.ServletContextListener, jakarta.servlet.ServletContextListener, jakarta.servlet.Filter))))) matches class org.springframework.web.filter.CharacterEncodingFilter
2022-03-23 14:02:24,040 [Thread-14] 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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface org.springframework.core.task.TaskExecutor
2022-03-23 14:02:24,040 [Thread-14] 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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface org.springframework.core.task.TaskExecutor
2022-03-23 14:02:24,040 [Thread-14] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface org.springframework.core.task.TaskExecutor
2022-03-23 14:02:24,042 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxFilterInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Filter))))) matches class org.springframework.web.filter.OncePerRequestFilter
2022-03-23 14:02:24,043 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInitServiceNameInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(in(javax.servlet.Servlet, jakarta.servlet.Servlet, javax.servlet.Filter, javax.servlet.ServletContextListener, jakarta.servlet.ServletContextListener, jakarta.servlet.Filter))))) matches class org.springframework.web.filter.OncePerRequestFilter
2022-03-23 14:02:24,048 [Thread-14] 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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface org.springframework.scheduling.SchedulingTaskExecutor
2022-03-23 14:02:24,048 [Thread-14] 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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface org.springframework.scheduling.SchedulingTaskExecutor
2022-03-23 14:02:24,048 [Thread-14] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface org.springframework.scheduling.SchedulingTaskExecutor
2022-03-23 14:02:24,049 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation JavaxFilterInstrumentation: (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)))))) and not(isAbstract())) matches public final void org.springframework.web.filter.OncePerRequestFilter.doFilter(javax.servlet.ServletRequest,javax.servlet.ServletResponse,javax.servlet.FilterChain) throws javax.servlet.ServletException,java.io.IOException
2022-03-23 14:02:24,051 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxFilterInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Filter))))) matches class org.springframework.web.filter.GenericFilterBean
2022-03-23 14:02:24,051 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInitServiceNameInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(in(javax.servlet.Servlet, jakarta.servlet.Servlet, javax.servlet.Filter, javax.servlet.ServletContextListener, jakarta.servlet.ServletContextListener, jakarta.servlet.Filter))))) matches class org.springframework.web.filter.GenericFilterBean
2022-03-23 14:02:24,058 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation JavaxInitServiceNameInstrumentation: (((name(equals(init)) and hasParameter(ofSize(1)) and hasParameter(hasTypes(with(0 matches erasure(name(endsWith(Config))))))) or (name(equals(contextInitialized)) and hasParameter(ofSize(1)) and hasParameter(hasTypes(with(0 matches erasure(name(endsWith(ServletContextEvent)))))))) and not(isAbstract())) matches public final void org.springframework.web.filter.GenericFilterBean.init(javax.servlet.FilterConfig) throws javax.servlet.ServletException
2022-03-23 14:02:24,059 [Thread-14] 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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
2022-03-23 14:02:24,059 [Thread-14] 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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
2022-03-23 14:02:24,059 [Thread-14] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler
2022-03-23 14:02:24,073 [Thread-14] 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(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public void org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler.execute(java.lang.Runnable)
2022-03-23 14:02:24,075 [Thread-14] 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(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public java.util.concurrent.Future org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler.submit(java.lang.Runnable)
2022-03-23 14:02:24,076 [Thread-14] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorCallableInstrumentation: (((name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public java.util.concurrent.Future org.springframework.scheduling.concurrent.ThreadPoolTaskScheduler.submit(java.util.concurrent.Callable)
2022-03-23 14:02:24,078 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation MicrometerInstrumentation: name(equals(io.micrometer.core.instrument.MeterRegistry)) matches class io.micrometer.core.instrument.MeterRegistry
2022-03-23 14:02:24,096 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation MicrometerInstrumentation: (name(equals(registerMeterIfNecessary)) and not(isAbstract())) matches private io.micrometer.core.instrument.Meter io.micrometer.core.instrument.MeterRegistry.registerMeterIfNecessary(java.lang.Class,io.micrometer.core.instrument.Meter$Id,java.util.function.Function,java.util.function.Function)
2022-03-23 14:02:24,097 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation MicrometerInstrumentation: (name(equals(registerMeterIfNecessary)) and not(isAbstract())) matches private io.micrometer.core.instrument.Meter io.micrometer.core.instrument.MeterRegistry.registerMeterIfNecessary(java.lang.Class,io.micrometer.core.instrument.Meter$Id,io.micrometer.core.instrument.distribution.DistributionStatisticConfig,java.util.function.BiFunction,java.util.function.Function)
2022-03-23 14:02:24,668 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) matches interface org.springframework.web.servlet.View
2022-03-23 14:02:24,727 [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())) matches class org.springframework.web.servlet.mvc.method.annotation.RequestMappingHandlerAdapter
2022-03-23 14:02:24,739 [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())) matches class org.springframework.web.servlet.mvc.method.AbstractHandlerMethodAdapter
2022-03-23 14:02:24,741 [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))))) and not(isAbstract())) 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
2022-03-23 14:02:24,765 [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())) matches class org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter
2022-03-23 14:02:24,767 [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))))) and not(isAbstract())) 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
2022-03-23 14:02:24,774 [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())) matches class org.springframework.web.servlet.function.support.HandlerFunctionAdapter
2022-03-23 14:02:24,778 [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))))) and not(isAbstract())) matches public org.springframework.web.servlet.ModelAndView org.springframework.web.servlet.function.support.HandlerFunctionAdapter.handle(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse,java.lang.Object) throws java.lang.Exception
2022-03-23 14:02:24,780 [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())) matches class org.springframework.web.servlet.mvc.HttpRequestHandlerAdapter
2022-03-23 14:02:24,782 [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))))) and not(isAbstract())) 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
2022-03-23 14:02:24,796 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxFilterInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Filter))))) matches class org.springframework.web.filter.RequestContextFilter
2022-03-23 14:02:24,797 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInitServiceNameInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(in(javax.servlet.Servlet, jakarta.servlet.Servlet, javax.servlet.Filter, javax.servlet.ServletContextListener, jakarta.servlet.ServletContextListener, jakarta.servlet.Filter))))) matches class org.springframework.web.filter.RequestContextFilter
2022-03-23 14:02:24,802 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxFilterInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Filter))))) matches class org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
2022-03-23 14:02:24,802 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInitServiceNameInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(in(javax.servlet.Servlet, jakarta.servlet.Servlet, javax.servlet.Filter, javax.servlet.ServletContextListener, jakarta.servlet.ServletContextListener, jakarta.servlet.Filter))))) matches class org.springframework.boot.web.servlet.filter.OrderedRequestContextFilter
2022-03-23 14:02:24,821 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxFilterInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Filter))))) matches class org.springframework.web.filter.FormContentFilter
2022-03-23 14:02:24,821 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInitServiceNameInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(in(javax.servlet.Servlet, jakarta.servlet.Servlet, javax.servlet.Filter, javax.servlet.ServletContextListener, jakarta.servlet.ServletContextListener, jakarta.servlet.Filter))))) matches class org.springframework.web.filter.FormContentFilter
2022-03-23 14:02:24,830 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxFilterInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Filter))))) matches class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
2022-03-23 14:02:24,830 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInitServiceNameInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(in(javax.servlet.Servlet, jakarta.servlet.Servlet, javax.servlet.Filter, javax.servlet.ServletContextListener, jakarta.servlet.ServletContextListener, jakarta.servlet.Filter))))) matches class org.springframework.boot.web.servlet.filter.OrderedHiddenHttpMethodFilter
2022-03-23 14:02:24,835 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxFilterInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Filter))))) matches class org.springframework.web.filter.HiddenHttpMethodFilter
2022-03-23 14:02:24,836 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInitServiceNameInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(in(javax.servlet.Servlet, jakarta.servlet.Servlet, javax.servlet.Filter, javax.servlet.ServletContextListener, jakarta.servlet.ServletContextListener, jakarta.servlet.Filter))))) matches class org.springframework.web.filter.HiddenHttpMethodFilter
2022-03-23 14:02:24,841 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxFilterInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Filter))))) matches class org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
2022-03-23 14:02:24,841 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInitServiceNameInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(in(javax.servlet.Servlet, jakarta.servlet.Servlet, javax.servlet.Filter, javax.servlet.ServletContextListener, jakarta.servlet.ServletContextListener, jakarta.servlet.Filter))))) matches class org.springframework.boot.web.servlet.filter.OrderedFormContentFilter
2022-03-23 14:02:25,072 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxFilterInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Filter))))) matches class org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
2022-03-23 14:02:25,072 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInitServiceNameInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(in(javax.servlet.Servlet, jakarta.servlet.Servlet, javax.servlet.Filter, javax.servlet.ServletContextListener, jakarta.servlet.ServletContextListener, jakarta.servlet.Filter))))) matches class org.springframework.boot.actuate.metrics.web.servlet.WebMvcMetricsFilter
2022-03-23 14:02:25,182 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxFilterInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Filter))))) matches class org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
2022-03-23 14:02:25,183 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInitServiceNameInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(in(javax.servlet.Servlet, jakarta.servlet.Servlet, javax.servlet.Filter, javax.servlet.ServletContextListener, jakarta.servlet.ServletContextListener, jakarta.servlet.Filter))))) matches class org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter
2022-03-23 14:02:25,717 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringServiceNameInstrumentation: hasSuperType(erasure(name(equals(org.springframework.web.context.WebApplicationContext)))) matches class org.springframework.web.context.support.XmlWebApplicationContext
2022-03-23 14:02:25,726 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation SpringServiceNameInstrumentation: hasSuperType(erasure(name(equals(org.springframework.web.context.WebApplicationContext)))) matches class org.springframework.web.context.support.AbstractRefreshableWebApplicationContext
2022-03-23 14:02:25,730 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation SpringServiceNameInstrumentation: (name(equals(initPropertySources)) and hasParameter(ofSize(0)) and not(isAbstract())) matches protected void org.springframework.web.context.support.AbstractRefreshableWebApplicationContext.initPropertySources()
2022-03-23 14:02:25.922 INFO 20059 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8081 (http)
2022-03-23 14:02:25,932 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface org.apache.catalina.Executor
2022-03-23 14:02:25,932 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface org.apache.catalina.Executor
2022-03-23 14:02:25,933 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches interface org.apache.catalina.Executor
2022-03-23 14:02:25.947 INFO 20059 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2022-03-23 14:02:25.948 INFO 20059 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.58]
2022-03-23 14:02:26.017 INFO 20059 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2022-03-23 14:02:26.018 INFO 20059 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 2395 ms
2022-03-23 14:02:26,185 [main] DEBUG co.elastic.apm.agent.bci.IndyPluginClassLoaderFactory - Creating plugin class loader for org.springframework.boot.loader.LaunchedURLClassLoader@3c0e00a8 containing [co.elastic.apm.agent.micrometer.MicrometerInstrumentation$AdviceClass, co.elastic.apm.agent.micrometer.MicrometerMeterRegistrySerializer, co.elastic.apm.agent.micrometer.MicrometerMetricsReporter$MeterMapConsumer, co.elastic.apm.agent.micrometer.MicrometerMetricsReporter, co.elastic.apm.agent.micrometer.MicrometerInstrumentation, co.elastic.apm.agent.bci.classloading.LookupExposer]
2022-03-23 14:02:26,237 [main] INFO co.elastic.apm.agent.micrometer.MicrometerMetricsReporter - Registering Micrometer MeterRegistry: io.micrometer.prometheus.PrometheusMeterRegistry@5c1c9881
2022-03-23 14:02:26,362 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxFilterInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Filter))))) matches class org.apache.tomcat.websocket.server.WsFilter
2022-03-23 14:02:26,362 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInitServiceNameInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(in(javax.servlet.Servlet, jakarta.servlet.Servlet, javax.servlet.Filter, javax.servlet.ServletContextListener, jakarta.servlet.ServletContextListener, jakarta.servlet.Filter))))) matches class org.apache.tomcat.websocket.server.WsFilter
2022-03-23 14:02:26,366 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation JavaxFilterInstrumentation: (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)))))) and not(isAbstract())) matches public void org.apache.tomcat.websocket.server.WsFilter.doFilter(javax.servlet.ServletRequest,javax.servlet.ServletResponse,javax.servlet.FilterChain) throws java.io.IOException,javax.servlet.ServletException
2022-03-23 14:02:26,368 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxFilterInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(equals(javax.servlet.Filter))))) matches class javax.servlet.GenericFilter
2022-03-23 14:02:26,368 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInitServiceNameInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(in(javax.servlet.Servlet, jakarta.servlet.Servlet, javax.servlet.Filter, javax.servlet.ServletContextListener, jakarta.servlet.ServletContextListener, jakarta.servlet.Filter))))) matches class javax.servlet.GenericFilter
2022-03-23 14:02:26,372 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation JavaxInitServiceNameInstrumentation: (((name(equals(init)) and hasParameter(ofSize(1)) and hasParameter(hasTypes(with(0 matches erasure(name(endsWith(Config))))))) or (name(equals(contextInitialized)) and hasParameter(ofSize(1)) and hasParameter(hasTypes(with(0 matches erasure(name(endsWith(ServletContextEvent)))))))) and not(isAbstract())) matches public void javax.servlet.GenericFilter.init(javax.servlet.FilterConfig) throws javax.servlet.ServletException
2022-03-23 14:02:26,374 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation JavaxInitServiceNameInstrumentation: (not(isInterface()) and hasSuperType(erasure(name(in(javax.servlet.Servlet, jakarta.servlet.Servlet, javax.servlet.Filter, javax.servlet.ServletContextListener, jakarta.servlet.ServletContextListener, jakarta.servlet.Filter))))) matches class org.apache.tomcat.websocket.server.WsContextListener
2022-03-23 14:02:26,376 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation JavaxInitServiceNameInstrumentation: (((name(equals(init)) and hasParameter(ofSize(1)) and hasParameter(hasTypes(with(0 matches erasure(name(endsWith(Config))))))) or (name(equals(contextInitialized)) and hasParameter(ofSize(1)) and hasParameter(hasTypes(with(0 matches erasure(name(endsWith(ServletContextEvent)))))))) and not(isAbstract())) matches public void org.apache.tomcat.websocket.server.WsContextListener.contextInitialized(javax.servlet.ServletContextEvent)
2022-03-23 14:02:26,399 [main] DEBUG co.elastic.apm.agent.bci.IndyPluginClassLoaderFactory - Creating plugin class loader for org.springframework.boot.loader.LaunchedURLClassLoader@3c0e00a8 containing [co.elastic.apm.agent.servlet.AsyncInstrumentation$AsyncContextInstrumentation, co.elastic.apm.agent.servlet.JakartaFilterInstrumentation, co.elastic.apm.agent.servlet.FilterChainInstrumentation, co.elastic.apm.agent.servlet.ServletVersionInstrumentation, co.elastic.apm.agent.servlet.JakartaRequestStreamRecordingInstrumentation, co.elastic.apm.agent.servlet.JavaxAsyncInstrumentation$JavaxStartAsyncInstrumentation$StartAsyncAdvice, co.elastic.apm.agent.servlet.RequestStreamRecordingInstrumentation, co.elastic.apm.agent.servlet.JakartaFilterChainInstrumentation, co.elastic.apm.agent.servlet.JakartaServletVersionInstrumentation$JakartaInit, co.elastic.apm.agent.servlet.AbstractServletInstrumentation, co.elastic.apm.agent.servlet.JavaxServletVersionInstrumentation$JavaxInit, co.elastic.apm.agent.servlet.Constants, co.elastic.apm.agent.servlet.JavaxFilterChainInstrumentation, co.elastic.apm.agent.servlet.JakartaRequestStreamRecordingInstrumentation$GetInputStreamAdvice, co.elastic.apm.agent.servlet.JakartaServletVersionInstrumentation, co.elastic.apm.agent.servlet.JavaxAsyncInstrumentation, co.elastic.apm.agent.servlet.RequestDispatcherSpanType, co.elastic.apm.agent.servlet.ServletApiAdvice, co.elastic.apm.agent.servlet.ServletVersionInstrumentation$Init, co.elastic.apm.agent.servlet.JavaxServletApiAdvice, co.elastic.apm.agent.servlet.JavaxRequestStreamRecordingInstrumentation$GetInputStreamAdvice, co.elastic.apm.agent.servlet.FilterInstrumentation, co.elastic.apm.agent.servlet.servicename.ServletContainerInitializerServiceNameInstrumentation$JavaxInitServiceNameInstrumentation$AdviceClass, co.elastic.apm.agent.servlet.servicename.InitServiceNameInstrumentation, co.elastic.apm.agent.servlet.servicename.ServletContainerInitializerServiceNameInstrumentation$JakartaInitServiceNameInstrumentation, co.elastic.apm.agent.servlet.servicename.InitServiceNameInstrumentation$JavaxInitServiceNameInstrumentation, co.elastic.apm.agent.servlet.servicename.InitServiceNameInstrumentation$JavaxInitServiceNameInstrumentation$AdviceClass, co.elastic.apm.agent.servlet.servicename.InitServiceNameInstrumentation$JakartaInitServiceNameInstrumentation$AdviceClass, co.elastic.apm.agent.servlet.servicename.ServletContainerInitializerServiceNameInstrumentation$JakartaInitServiceNameInstrumentation$AdviceClass, co.elastic.apm.agent.servlet.servicename.ServletContainerInitializerServiceNameInstrumentation, co.elastic.apm.agent.servlet.servicename.ServletContainerInitializerServiceNameInstrumentation$JavaxInitServiceNameInstrumentation, co.elastic.apm.agent.servlet.servicename.InitServiceNameInstrumentation$JakartaInitServiceNameInstrumentation, co.elastic.apm.agent.servlet.package-info, co.elastic.apm.agent.servlet.ServletInstrumentation, co.elastic.apm.agent.servlet.JakartaServletVersionInstrumentation$JakartaInit$AdviceClass, co.elastic.apm.agent.servlet.JakartaServletApiAdvice, co.elastic.apm.agent.servlet.JakartaServletVersionInstrumentation$JakartaService, co.elastic.apm.agent.servlet.JakartaAsyncInstrumentation$JakartaAsyncContextInstrumentation, co.elastic.apm.agent.servlet.JavaxFilterInstrumentation, co.elastic.apm.agent.servlet.JakartaUtil, co.elastic.apm.agent.servlet.JavaxServletVersionInstrumentation, co.elastic.apm.agent.servlet.AsyncInstrumentation$StartAsyncInstrumentation, co.elastic.apm.agent.servlet.JavaxAsyncInstrumentation$JavaxStartAsyncInstrumentation, co.elastic.apm.agent.servlet.JakartaAsyncInstrumentation$JakartaStartAsyncInstrumentation, co.elastic.apm.agent.servlet.RequestStreamRecordingInstrumentation$GetInputStreamAdvice, co.elastic.apm.agent.servlet.adapter.JakartaServletApiAdapter, co.elastic.apm.agent.servlet.adapter.JavaxServletApiAdapter, co.elastic.apm.agent.servlet.ServletTransactionHelper, co.elastic.apm.agent.servlet.AsyncInstrumentation, co.elastic.apm.agent.servlet.JakartaServletInstrumentation, co.elastic.apm.agent.servlet.JakartaAsyncInstrumentation$JakartaStartAsyncInstrumentation$JakartaStartAsyncAdvice, co.elastic.apm.agent.servlet.JavaxAsyncInstrumentation$JavaxAsyncContextInstrumentation, co.elastic.apm.agent.servlet.JavaxRequestStreamRecordingInstrumentation, co.elastic.apm.agent.servlet.JakartaServletVersionInstrumentation$JakartaService$AdviceClass, co.elastic.apm.agent.servlet.AsyncInstrumentation$AsyncContextInstrumentation$AsyncContextStartAdvice, co.elastic.apm.agent.servlet.ServletVersionInstrumentation$Service, co.elastic.apm.agent.servlet.JakartaAsyncInstrumentation, co.elastic.apm.agent.servlet.helper.JavaxServletRequestHeaderGetter, co.elastic.apm.agent.servlet.helper.JakartaRecordingServletInputStreamWrapper, co.elastic.apm.agent.servlet.helper.JakartaServletRequestHeaderGetter, co.elastic.apm.agent.servlet.helper.JakartaApmAsyncListener, co.elastic.apm.agent.servlet.helper.package-info, co.elastic.apm.agent.servlet.helper.JakartaAsyncContextAdviceHelper$1, co.elastic.apm.agent.servlet.helper.JavaxApmAsyncListener, co.elastic.apm.agent.servlet.helper.JavaxAsyncContextAdviceHelper$1, co.elastic.apm.agent.servlet.helper.AsyncContextAdviceHelper, co.elastic.apm.agent.servlet.helper.AsyncConstants, co.elastic.apm.agent.servlet.helper.JavaxAsyncContextAdviceHelper, co.elastic.apm.agent.servlet.helper.AbstractServletRequestHeaderGetter, co.elastic.apm.agent.servlet.helper.JavaxAsyncContextAdviceHelper$ApmAsyncListenerAllocator, co.elastic.apm.agent.servlet.helper.JakartaAsyncContextAdviceHelper$JakartaApmAsyncListenerAllocator, co.elastic.apm.agent.servlet.helper.JavaxRecordingServletInputStreamWrapper, co.elastic.apm.agent.servlet.helper.JakartaAsyncContextAdviceHelper, co.elastic.apm.agent.servlet.JavaxServletVersionInstrumentation$JavaxService, co.elastic.apm.agent.servlet.JavaxServletInstrumentation, co.elastic.apm.agent.servlet.Constants$ServletImpl, co.elastic.apm.agent.servlet.JavaxUtil, co.elastic.apm.agent.servlet.JavaxServletVersionInstrumentation$JavaxService$AdviceClass, co.elastic.apm.agent.servlet.JavaxServletVersionInstrumentation$JavaxInit$AdviceClass, co.elastic.apm.agent.bci.classloading.LookupExposer]
2022-03-23 14:02:26,437 [main] DEBUG co.elastic.apm.agent.servlet.ServletServiceNameHelper - Inferring service name for class loader [TomcatEmbeddedWebappClassLoader
context: ROOT
delegate: true
----------> Parent Classloader:
org.springframework.boot.loader.LaunchedURLClassLoader@3c0e00a8
] based on servlet context path `application` and request context path ``
2022-03-23 14:02:26,514 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) matches class org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$StaticView
2022-03-23 14:02:26,517 [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)))))) and not(isAbstract())) matches public void org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration$StaticView.render(java.util.Map,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.lang.Exception
2022-03-23 14:02:26,589 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class org.springframework.core.task.SimpleAsyncTaskExecutor
2022-03-23 14:02:26,589 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class org.springframework.core.task.SimpleAsyncTaskExecutor
2022-03-23 14:02:26,589 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class org.springframework.core.task.SimpleAsyncTaskExecutor
2022-03-23 14:02:26,598 [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(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public void org.springframework.core.task.SimpleAsyncTaskExecutor.execute(java.lang.Runnable)
2022-03-23 14:02:26,599 [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(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public java.util.concurrent.Future org.springframework.core.task.SimpleAsyncTaskExecutor.submit(java.lang.Runnable)
2022-03-23 14:02:26,600 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Method match for instrumentation ExecutorCallableInstrumentation: (((name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.util.concurrent.Callable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public java.util.concurrent.Future org.springframework.core.task.SimpleAsyncTaskExecutor.submit(java.util.concurrent.Callable)
2022-03-23 14:02:26,686 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor$1
2022-03-23 14:02:26,686 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor$1
2022-03-23 14:02:26,686 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor$1
2022-03-23 14:02:26,694 [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(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public void org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor$1.execute(java.lang.Runnable)
2022-03-23 14:02:26,783 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class org.springframework.core.task.SyncTaskExecutor
2022-03-23 14:02:26,783 [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(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class org.springframework.core.task.SyncTaskExecutor
2022-03-23 14:02:26,783 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ExecutorInvokeAnyAllInstrumentation: (hasSuperType(erasure(name(equals(java.util.concurrent.Executor)))) and not(name(equals(org.apache.felix.resolver.ResolverImpl$DumbExecutor))) and not(name(contains(jetty))) and not(name(contains(tomcat))) and not(name(contains(jboss))) and not(name(contains(undertow))) and not(name(contains(netty))) and not(name(contains(vertx))) and not(name(startsWith(com.hazelcast))) and not((name(contains($Proxy)) or name(contains($$)) or name(contains($JaxbAccessor)) or name(contains(CGLIB)) or name(contains(EnhancerBy))))) matches class org.springframework.core.task.SyncTaskExecutor
2022-03-23 14:02:26,790 [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(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable)))))) or (name(equals(submit)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.Future))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(class java.lang.Object)))))) or (name(equals(schedule)) and returns(erasure(hasSuperType(erasure(is(interface java.util.concurrent.ScheduledFuture))))) and hasParameter(hasTypes(erasures(containing(is(interface java.lang.Runnable), is(long), is(class java.util.concurrent.TimeUnit))))))) and not(isAbstract())) matches public void org.springframework.core.task.SyncTaskExecutor.execute(java.lang.Runnable)
2022-03-23 14:02:26,944 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) matches class org.springframework.web.servlet.view.AbstractUrlBasedView
2022-03-23 14:02:26,948 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) matches class org.springframework.web.servlet.view.AbstractView
2022-03-23 14:02:26,951 [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)))))) and not(isAbstract())) 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
2022-03-23 14:02:26,954 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) matches class org.springframework.web.servlet.view.RedirectView
2022-03-23 14:02:26,960 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) matches interface org.springframework.web.servlet.SmartView
2022-03-23 14:02:26,963 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) matches class org.springframework.web.servlet.view.InternalResourceView
2022-03-23 14:02:26,966 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) matches class org.springframework.web.servlet.view.JstlView
2022-03-23 14:02:26,969 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) matches class org.springframework.web.servlet.view.AbstractCachingViewResolver$1
2022-03-23 14:02:26,971 [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)))))) and not(isAbstract())) matches public void org.springframework.web.servlet.view.AbstractCachingViewResolver$1.render(java.util.Map,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2022-03-23 14:02:26,979 [main] DEBUG co.elastic.apm.agent.bci.ElasticApmAgent - Type match for instrumentation ViewRenderInstrumentation: hasSuperType(erasure(name(equals(org.springframework.web.servlet.View)))) matches class org.springframework.web.servlet.view.ContentNegotiatingViewResolver$1
2022-03-23 14:02:26,982 [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)))))) and not(isAbstract())) matches public void org.springframework.web.servlet.view.ContentNegotiatingViewResolver$1.render(java.util.Map,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2022-03-23 14:02:27.440 INFO 20059 --- [ main] o.s.b.a.e.web.EndpointLinksResolver : Exposing 15 endpoint(s) beneath base path '/actuator'
2022-03-23 14:02:27.557 INFO 20059 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8081 (http) with context path ''
2022-03-23 14:02:27.578 INFO 20059 --- [ main] c.m.antifraud.AntiFraudApplication : Started AntiFraudApplication in 5.067 seconds (JVM running for 9.086)
2022-03-23 14:02:49,470 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Beginning scheduled configuration reload (interval is 30 sec)...
2022-03-23 14:02:49,470 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Finished scheduled configuration reload
2022-03-23 14:02:51,879 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 0)
2022-03-23 14:02:51,880 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Starting new request to https://08cc93c5d51a48798bd7b19a0430b946.apm.europe-west1.gcp.cloud.es.io/intake/v2/events
2022-03-23 14:02:51,938 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Scheduling request timeout in 10s
2022-03-23 14:02:51,938 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.util.ExecutorUtils - A new thread named `elastic-apm-request-timeout-timer` was created. The original context class loader of this thread (jdk.internal.loader.ClassLoaders$AppClassLoader@2c13da15) has been overridden
2022-03-23 14:02:51,938 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 1)
2022-03-23 14:02:51,938 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 2)
2022-03-23 14:02:51,938 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 3)
2022-03-23 14:02:51,938 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 4)
2022-03-23 14:02:51,938 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 5)
2022-03-23 14:02:52,468 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Reloading configuration from APM Server https://08cc93c5d51a48798bd7b19a0430b946.apm.europe-west1.gcp.cloud.es.io/config/v1/agents
2022-03-23 14:02:52,595 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Configuration did not change
2022-03-23 14:02:52,595 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Scheduling next remote configuration reload in 30s
2022-03-23 14:02:56,241 [elastic-apm-shared] DEBUG co.elastic.apm.agent.micrometer.MicrometerMetricsReporter - Reporting 79 meters
2022-03-23 14:02:56,260 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 6)
2022-03-23 14:02:56,260 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 7)
2022-03-23 14:02:56,260 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 8)
2022-03-23 14:02:56,260 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 9)
2022-03-23 14:02:56,260 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 10)
2022-03-23 14:02:56,260 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 11)
2022-03-23 14:02:56,260 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 12)
2022-03-23 14:02:56,261 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 13)
2022-03-23 14:02:56,261 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 14)
2022-03-23 14:02:56,261 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 15)
2022-03-23 14:02:56,261 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 16)
2022-03-23 14:02:56,261 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 17)
2022-03-23 14:02:56,261 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 18)
2022-03-23 14:02:56,261 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 19)
2022-03-23 14:02:56,261 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 20)
2022-03-23 14:02:56,261 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 21)
2022-03-23 14:02:56,261 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 22)
2022-03-23 14:02:56,261 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 23)
2022-03-23 14:02:56,261 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 24)
2022-03-23 14:02:56,262 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 25)
2022-03-23 14:02:56,262 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 26)
2022-03-23 14:02:56,262 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 27)
2022-03-23 14:02:56,262 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 28)
2022-03-23 14:02:56,262 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 29)
2022-03-23 14:02:56,262 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 30)
2022-03-23 14:02:56,262 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 31)
2022-03-23 14:02:56,262 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 32)
2022-03-23 14:03:01,949 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving WAKEUP event (sequence 33)
2022-03-23 14:03:01,949 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Request flush because the request timeout occurred
2022-03-23 14:03:01,950 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Flushing 7888 uncompressed 2024 compressed bytes
2022-03-23 14:03:19,466 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Beginning scheduled configuration reload (interval is 30 sec)...
2022-03-23 14:03:19,468 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Finished scheduled configuration reload
2022-03-23 14:03:21,874 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 34)
2022-03-23 14:03:21,874 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Starting new request to https://08cc93c5d51a48798bd7b19a0430b946.apm.europe-west1.gcp.cloud.es.io/intake/v2/events
2022-03-23 14:03:21,925 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Scheduling request timeout in 10s
2022-03-23 14:03:21,925 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 35)
2022-03-23 14:03:21,925 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 36)
2022-03-23 14:03:21,925 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 37)
2022-03-23 14:03:21,926 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 38)
2022-03-23 14:03:21,926 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 39)
2022-03-23 14:03:22,595 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Reloading configuration from APM Server https://08cc93c5d51a48798bd7b19a0430b946.apm.europe-west1.gcp.cloud.es.io/config/v1/agents
2022-03-23 14:03:22,677 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Configuration did not change
2022-03-23 14:03:22,678 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Scheduling next remote configuration reload in 30s
2022-03-23 14:03:26,241 [elastic-apm-shared] DEBUG co.elastic.apm.agent.micrometer.MicrometerMetricsReporter - Reporting 79 meters
2022-03-23 14:03:26,251 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 40)
2022-03-23 14:03:26,251 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 41)
2022-03-23 14:03:26,251 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 42)
2022-03-23 14:03:26,251 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 43)
2022-03-23 14:03:26,251 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 44)
2022-03-23 14:03:26,251 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 45)
2022-03-23 14:03:26,251 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 46)
2022-03-23 14:03:26,251 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 47)
2022-03-23 14:03:26,251 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 48)
2022-03-23 14:03:26,251 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 49)
2022-03-23 14:03:26,251 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 50)
2022-03-23 14:03:26,251 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 51)
2022-03-23 14:03:26,251 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 52)
2022-03-23 14:03:26,252 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 53)
2022-03-23 14:03:26,252 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 54)
2022-03-23 14:03:26,252 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 55)
2022-03-23 14:03:26,252 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 56)
2022-03-23 14:03:26,252 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 57)
2022-03-23 14:03:26,252 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 58)
2022-03-23 14:03:26,252 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 59)
2022-03-23 14:03:26,252 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 60)
2022-03-23 14:03:26,252 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 61)
2022-03-23 14:03:26,252 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 62)
2022-03-23 14:03:26,252 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 63)
2022-03-23 14:03:26,252 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 64)
2022-03-23 14:03:26,252 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 65)
2022-03-23 14:03:26,252 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 66)
2022-03-23 14:03:31,936 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving WAKEUP event (sequence 67)
2022-03-23 14:03:31,936 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Request flush because the request timeout occurred
2022-03-23 14:03:31,937 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Flushing 7891 uncompressed 2037 compressed bytes
2022-03-23 14:03:49,465 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Beginning scheduled configuration reload (interval is 30 sec)...
2022-03-23 14:03:49,467 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Finished scheduled configuration reload
2022-03-23 14:03:51,876 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 68)
2022-03-23 14:03:51,877 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Starting new request to https://08cc93c5d51a48798bd7b19a0430b946.apm.europe-west1.gcp.cloud.es.io/intake/v2/events
2022-03-23 14:03:51,923 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Scheduling request timeout in 10s
2022-03-23 14:03:51,923 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 69)
2022-03-23 14:03:51,923 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 70)
2022-03-23 14:03:51,923 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 71)
2022-03-23 14:03:51,923 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 72)
2022-03-23 14:03:51,924 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 73)
2022-03-23 14:03:52,678 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Reloading configuration from APM Server https://08cc93c5d51a48798bd7b19a0430b946.apm.europe-west1.gcp.cloud.es.io/config/v1/agents
2022-03-23 14:03:52,747 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Configuration did not change
2022-03-23 14:03:52,748 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Scheduling next remote configuration reload in 30s
2022-03-23 14:03:56,238 [elastic-apm-shared] DEBUG co.elastic.apm.agent.micrometer.MicrometerMetricsReporter - Reporting 79 meters
2022-03-23 14:03:56,241 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 74)
2022-03-23 14:03:56,241 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 75)
2022-03-23 14:03:56,241 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 76)
2022-03-23 14:03:56,241 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 77)
2022-03-23 14:03:56,241 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 78)
2022-03-23 14:03:56,241 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 79)
2022-03-23 14:03:56,241 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 80)
2022-03-23 14:03:56,241 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 81)
2022-03-23 14:03:56,241 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 82)
2022-03-23 14:03:56,241 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 83)
2022-03-23 14:03:56,241 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 84)
2022-03-23 14:03:56,241 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 85)
2022-03-23 14:03:56,242 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 86)
2022-03-23 14:03:56,242 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 87)
2022-03-23 14:03:56,242 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 88)
2022-03-23 14:03:56,242 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 89)
2022-03-23 14:03:56,242 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 90)
2022-03-23 14:03:56,242 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 91)
2022-03-23 14:03:56,242 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 92)
2022-03-23 14:03:56,242 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 93)
2022-03-23 14:03:56,242 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 94)
2022-03-23 14:03:56,242 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 95)
2022-03-23 14:03:56,242 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 96)
2022-03-23 14:03:56,242 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 97)
2022-03-23 14:03:56,242 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 98)
2022-03-23 14:03:56,242 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 99)
2022-03-23 14:03:56,242 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 100)
2022-03-23 14:04:01,931 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving WAKEUP event (sequence 101)
2022-03-23 14:04:01,931 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Request flush because the request timeout occurred
2022-03-23 14:04:01,932 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Flushing 7893 uncompressed 2038 compressed bytes
2022-03-23 14:04:19,465 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Beginning scheduled configuration reload (interval is 30 sec)...
2022-03-23 14:04:19,466 [elastic-apm-configuration-reloader] DEBUG co.elastic.apm.agent.impl.ElasticApmTracerBuilder - Finished scheduled configuration reload
2022-03-23 14:04:21,878 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 102)
2022-03-23 14:04:21,878 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Starting new request to https://08cc93c5d51a48798bd7b19a0430b946.apm.europe-west1.gcp.cloud.es.io/intake/v2/events
2022-03-23 14:04:21,931 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Scheduling request timeout in 10s
2022-03-23 14:04:21,931 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 103)
2022-03-23 14:04:21,931 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 104)
2022-03-23 14:04:21,931 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 105)
2022-03-23 14:04:21,931 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 106)
2022-03-23 14:04:21,931 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 107)
2022-03-23 14:04:22,753 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Reloading configuration from APM Server https://08cc93c5d51a48798bd7b19a0430b946.apm.europe-west1.gcp.cloud.es.io/config/v1/agents
2022-03-23 14:04:22,866 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Configuration did not change
2022-03-23 14:04:22,867 [elastic-apm-remote-config-poller] DEBUG co.elastic.apm.agent.configuration.ApmServerConfigurationSource - Scheduling next remote configuration reload in 30s
2022-03-23 14:04:26,241 [elastic-apm-shared] DEBUG co.elastic.apm.agent.micrometer.MicrometerMetricsReporter - Reporting 80 meters
2022-03-23 14:04:26,249 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 108)
2022-03-23 14:04:26,249 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 109)
2022-03-23 14:04:26,249 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 110)
2022-03-23 14:04:26,249 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 111)
2022-03-23 14:04:26,249 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 112)
2022-03-23 14:04:26,249 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 113)
2022-03-23 14:04:26,249 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 114)
2022-03-23 14:04:26,249 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 115)
2022-03-23 14:04:26,249 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 116)
2022-03-23 14:04:26,249 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 117)
2022-03-23 14:04:26,249 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 118)
2022-03-23 14:04:26,249 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 119)
2022-03-23 14:04:26,249 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 120)
2022-03-23 14:04:26,249 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 121)
2022-03-23 14:04:26,250 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 122)
2022-03-23 14:04:26,250 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 123)
2022-03-23 14:04:26,250 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 124)
2022-03-23 14:04:26,250 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 125)
2022-03-23 14:04:26,250 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 126)
2022-03-23 14:04:26,250 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 127)
2022-03-23 14:04:26,250 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 128)
2022-03-23 14:04:26,250 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 129)
2022-03-23 14:04:26,250 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 130)
2022-03-23 14:04:26,250 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 131)
2022-03-23 14:04:26,250 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 132)
2022-03-23 14:04:26,250 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 133)
2022-03-23 14:04:26,250 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 134)
2022-03-23 14:04:26,250 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 135)
2022-03-23 14:04:31,936 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving WAKEUP event (sequence 136)
2022-03-23 14:04:31,937 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Request flush because the request timeout occurred
2022-03-23 14:04:31,937 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Flushing 8099 uncompressed 2122 compressed bytes
2022-03-23 14:04:43,061 [elastic-apm-init-instrumentation-shutdown-hook] INFO co.elastic.apm.agent.bci.InstrumentationStatsLifecycleListener - Used instrumentation groups: [exception-handler, executor, executor-collection, fork-join, logback-correlation, logback-ecs, micrometer, slf4j-error, spring-mvc, spring-service-name, spring-view-render, ssl-context, urlconnection]
2022-03-23 14:04:43,075 [elastic-apm-init-instrumentation-shutdown-hook] DEBUG co.elastic.apm.agent.bci.InstrumentationStatsLifecycleListener - Total time spent matching: 1,433,900,207ns
| Advice name | Type ns | Method ns |
| SpringRestTemplateInstrumentation | 165,640,597 | 0 |
| ExecutorInstrumentation$ExecutorRunnableInstrumentation | 88,806,577 | 8,390,393 |
| JavaxServletInstrumentation | 51,112,920 | 670,828 |
| Slf4jLoggerErrorCapturingInstrumentation | 42,089,791 | 1,983,299 |
| JavaxFilterInstrumentation | 36,469,586 | 541,377 |
| WarmupInstrumentation | 31,310,553 | 1,495,770 |
| Log4j2LoggerErrorCapturingInstrumentation | 28,205,498 | 1,071,247 |
| JakartaServletVersionInstrumentation$JakartaInit | 27,908,595 | 0 |
| InitServiceNameInstrumentation$JavaxInitServiceNameInstrumentation | 26,798,870 | 1,025,680 |
| SpringTransactionNameInstrumentation | 26,150,751 | 1,162,342 |
| JavaxAsyncInstrumentation$JavaxStartAsyncInstrumentation | 21,442,606 | 0 |
| ConnectionInstrumentation | 20,589,013 | 0 |
| ApacheHttpClientInstrumentation | 18,405,851 | 0 |
| ForkJoinTaskInstrumentation | 17,617,045 | 469,186 |
| ViewRenderInstrumentation | 16,710,947 | 989,268 |
| SpringServiceNameInstrumentation | 16,577,137 | 819,306 |
| ExecutorInstrumentation$ExecutorInvokeAnyAllInstrumentation | 10,585,117 | 4,750,148 |
| LegacyApacheHttpClientInstrumentation | 14,753,815 | 0 |
| ExecutorInstrumentation$ExecutorCallableInstrumentation | 11,758,623 | 2,591,742 |
| ExecutorInstrumentation$ForkJoinPoolInstrumentation | 11,651,135 | 1,070,008 |
| ServletContainerInitializerServiceNameInstrumentation$JavaxInitServiceNameInstrumentation | 12,010,645 | 0 |
| Cassandra4Instrumentation | 9,799,197 | 0 |
| JavaxServletVersionInstrumentation$JavaxInit | 9,161,977 | 244,082 |
| JakartaServletVersionInstrumentation$JakartaService | 9,254,729 | 0 |
| JavaxServletVersionInstrumentation$JavaxService | 8,112,443 | 606,705 |
| JaxWsTransactionNameInstrumentation | 8,675,631 | 0 |
| HttpUrlConnectionInstrumentation$CreateSpanInstrumentation | 7,118,191 | 1,515,603 |
| Lettuce34StartSpanInstrumentation | 8,501,972 | 0 |
| Lettuce34StopSpanInstrumentation$OnCompleteExceptionally | 8,291,606 | 0 |
| LogbackLogReformattingInstrumentation$ReformattingInstrumentation | 7,767,181 | 316,310 |
| Lettuce34StopSpanInstrumentation$OnComplete | 8,072,458 | 0 |
| Lettuce34StopSpanInstrumentation$OnCancel | 8,055,905 | 0 |
| JavaxRequestStreamRecordingInstrumentation | 7,932,623 | 0 |
| ApacheHttpAsyncClientInstrumentation | 7,867,052 | 0 |
| HttpClientInstrumentation | 7,314,859 | 0 |
| HttpRequestHeadersInstrumentation | 7,148,329 | 0 |
| HibernateSearch5Instrumentation | 7,025,335 | 0 |
| CaptureTransactionInstrumentation | 6,974,596 | 0 |
| JavaxFilterChainInstrumentation | 6,829,743 | 0 |
| JakartaServerEndpointInstrumentation | 6,504,953 | 0 |
| Log4j2EcsReformattingInstrumentation$ShadingInstrumentation | 6,491,143 | 0 |
| AbstractAsyncHttpClientInstrumentation$AsyncHttpClientInstrumentation | 6,304,608 | 0 |
| JavaxJaxRsTransactionNameInstrumentation | 6,216,826 | 0 |
| StatementInstrumentation$ExecuteWithQueryInstrumentation | 6,154,933 | 0 |
| GrailsTransactionNameInstrumentation | 5,950,218 | 0 |
| Log4j1LogReformattingInstrumentation$ReformattingInstrumentation | 5,947,198 | 0 |
| LogbackLogReformattingInstrumentation$StopAppenderInstrumentation | 5,717,292 | 199,185 |
| KafkaProducerInstrumentation | 5,672,600 | 0 |
| ConsumerRecordsIteratorInstrumentation | 5,642,871 | 0 |
| TracedInstrumentation | 5,500,531 | 0 |
| KafkaProducerHeadersInstrumentation | 5,500,206 | 0 |
| JavalinInstrumentation | 5,495,875 | 0 |
| CaptureSpanInstrumentation | 5,459,633 | 0 |
| Quartz1JobTransactionNameInstrumentation | 5,390,709 | 0 |
| JakartaeeJaxRsTransactionNameInstrumentation | 5,359,663 | 0 |
| JmsMessageListenerInstrumentation | 5,350,580 | 0 |
| ConsumerRecordsRecordsInstrumentation | 5,347,614 | 0 |
| ChannelInstrumentation$BasicPublish | 5,324,997 | 0 |
| ServletContainerInitializerServiceNameInstrumentation$JakartaInitServiceNameInstrumentation | 5,302,390 | 0 |
| JmsMessageProducerInstrumentation$JmsMessageProducerNoDestinationInstrumentation | 5,292,177 | 0 |
| KafkaConsumerInstrumentation | 5,274,858 | 0 |
| SSLContextInstrumentation | 4,456,801 | 762,116 |
| JakartaFilterChainInstrumentation | 5,084,821 | 0 |
| JavaxServerEndpointInstrumentation | 5,073,322 | 0 |
| JsfLifecycleExecuteInstrumentation | 5,048,853 | 0 |
| ConsumerRecordsRecordListInstrumentation | 5,016,920 | 0 |
| HttpUrlConnectionInstrumentation$DisconnectInstrumentation | 4,607,385 | 388,844 |
| ApacheHttpAsyncClientRedirectInstrumentation | 4,980,319 | 0 |
| Cassandra3Instrumentation | 4,966,695 | 0 |
| JmsMessageProducerInstrumentation$JmsMessageProducerWithDestinationInstrumentation | 4,959,591 | 0 |
| JsfLifecycleRenderInstrumentation | 4,938,765 | 0 |
| SpringAmqpMessageListenerInstrumentation | 4,862,220 | 0 |
| JakartaServletInstrumentation | 4,830,857 | 0 |
| JmsMessageConsumerInstrumentation$ReceiveInstrumentation | 4,830,298 | 0 |
| JmsMessageConsumerInstrumentation$SetMessageListenerInstrumentation | 4,720,544 | 0 |
| JavalinHandlerLambdaInstrumentation | 4,644,472 | 0 |
| JakartaAsyncInstrumentation$JakartaStartAsyncInstrumentation | 4,611,476 | 0 |
| InitServiceNameInstrumentation$JakartaInitServiceNameInstrumentation | 4,610,268 | 0 |
| Log4j1LogReformattingInstrumentation$StopAppenderInstrumentation | 4,608,186 | 0 |
| JakartaeeJsfLifecycleRenderInstrumentation | 4,570,387 | 0 |
| JBossLogManagerCorrelationInstrumentation | 4,559,690 | 0 |
| JBossLoggingCorrelationInstrumentation | 4,550,566 | 0 |
| JakartaeeJsfLifecycleExecuteInstrumentation | 4,473,603 | 0 |
| JavaxAsyncInstrumentation$JavaxAsyncContextInstrumentation | 4,466,797 | 0 |
| JakartaAsyncInstrumentation$JakartaAsyncContextInstrumentation | 4,431,029 | 0 |
| SetMessageListenerInstrumentation | 4,411,073 | 0 |
| ChannelInstrumentation$BasicConsume | 4,399,217 | 0 |
| JakartaRequestStreamRecordingInstrumentation | 4,383,590 | 0 |
| JakartaFilterInstrumentation | 4,364,154 | 0 |
| SpringAmqpBatchMessageListenerInstrumentation | 4,301,327 | 0 |
| ChannelInstrumentation$BasicGet | 4,250,339 | 0 |
| MicrometerInstrumentation | 3,713,268 | 474,966 |
| ProcessStartInstrumentation | 3,820,116 | 276,103 |
| Log4j2ServiceNameInstrumentation | 4,075,628 | 0 |
| Quartz2JobTransactionNameInstrumentation | 3,911,194 | 0 |
| JedisInstrumentation | 3,888,595 | 0 |
| Log4j2EcsReformattingInstrumentation$StopAppenderInstrumentation | 3,854,502 | 0 |
| StatementInstrumentation$ExecuteUpdateWithQueryInstrumentation | 3,840,452 | 0 |
| ProcessExitInstrumentation$WaitFor | 3,398,050 | 419,264 |
| StatementInstrumentation$ExecuteUpdateNoQueryInstrumentation | 3,775,549 | 0 |
| CaptureExceptionInstrumentation | 3,729,628 | 0 |
| ElasticApmApiInstrumentation$StartTransactionInstrumentation | 3,676,664 | 0 |
| RedisConnectionInstrumentation | 3,645,758 | 0 |
| ScheduledTransactionNameInstrumentation | 3,627,398 | 0 |
| Log4j2LogCorrelationInstrumentation$Log4J2_6LogCorrelationInstrumentation | 3,610,900 | 0 |
| StatementInstrumentation$ExecuteBatchInstrumentation | 3,552,625 | 0 |
| LogbackLogCorrelationInstrumentation | 3,192,790 | 348,684 |
| LegacySpanInstrumentation$SetNameInstrumentation | 3,452,862 | 0 |
| ConnectionCommandInstrumentation | 3,359,518 | 0 |
| CommonsExecAsyncInstrumentation | 3,338,811 | 0 |
| ConnectionInstrumentation | 3,323,165 | 0 |
| Log4j2LogCorrelationInstrumentation$Log4J2_7PlusLogCorrelationInstrumentation | 3,248,330 | 0 |
| ChannelInstrumentation | 3,219,717 | 0 |
| ServletWrappingControllerTransactionNameInstrumentation | 3,176,757 | 0 |
| Log4j2EcsReformattingInstrumentation$OverridingInstrumentation | 3,139,746 | 0 |
| ActionProxyInstrumentation | 3,139,115 | 0 |
| ElasticApmApiInstrumentation$StartTransactionWithRemoteParentInstrumentation | 3,046,275 | 0 |
| ElasticsearchClientSyncInstrumentation | 2,998,710 | 0 |
| TimerTaskInstrumentation | 2,987,803 | 0 |
| ElasticsearchClientAsyncInstrumentation | 2,943,868 | 0 |
| AbstractSpanInstrumentation$SetOutcomeInstrumentation | 2,891,226 | 0 |
| HttpServerInstrumentation | 2,858,198 | 0 |
| StatementInstrumentation$AddBatchInstrumentation | 2,839,932 | 0 |
| ExceptionHandlerInstrumentation | 2,485,855 | 311,005 |
| ApmSpanInstrumentation$FinishInstrumentation | 2,793,124 | 0 |
| LegacySpanInstrumentation$SetTypeInstrumentation | 2,784,560 | 0 |
| AbstractSpanInstrumentation$DoCreateExitSpanInstrumentation | 2,783,110 | 0 |
| AbstractSpanInstrumentation$GetIdInstrumentation | 2,777,348 | 0 |
| StatementInstrumentation$ExecutePreparedStatementInstrumentation | 2,766,228 | 0 |
| RoutesInstrumentation | 2,739,479 | 0 |
| StatementInstrumentation$CloseStatementInstrumentation | 2,716,265 | 0 |
| Log4j1LogCorrelationInstrumentation | 2,711,868 | 0 |
| ServerCallHandlerInstrumentation | 2,707,367 | 0 |
| OkHttp3ClientInstrumentation | 2,696,922 | 0 |
| Lettuce5StartSpanInstrumentation | 2,678,992 | 0 |
| HttpClientAsyncInstrumentation | 2,661,255 | 0 |
| ElasticApmApiInstrumentation$CaptureExceptionInstrumentation | 2,577,259 | 0 |
| TransactionInstrumentation$SetUserInstrumentation | 2,563,370 | 0 |
| OkHttp3ClientAsyncInstrumentation | 2,546,637 | 0 |
| LegacySpanInstrumentation$IsSampledInstrumentation | 2,538,204 | 0 |
| AbstractSpanInstrumentation$SetStartTimestampInstrumentation | 2,505,006 | 0 |
| LegacySpanInstrumentation$AddTagInstrumentation | 2,487,493 | 0 |
| Lettuce5StopSpanInstrumentation$OnComplete | 2,485,851 | 0 |
| Lettuce5StopSpanInstrumentation$OnCompleteExceptionally | 2,476,340 | 0 |
| RequestHandlerInstrumentation | 2,452,086 | 0 |
| Log4j1LoggerErrorCapturingInstrumentation | 2,450,174 | 0 |
| ProcessExitInstrumentation$ExitValue | 2,043,240 | 401,451 |
| ApmSpanBuilderInstrumentation$CreateSpanInstrumentation | 2,421,495 | 0 |
| LegacySpanInstrumentation$DoCreateSpanInstrumentation | 2,419,338 | 0 |
| TransactionInstrumentation$SetFrameworkNameInstrumentation | 2,393,471 | 0 |
| ElasticApmApiInstrumentation$CurrentTransactionInstrumentation | 2,388,067 | 0 |
| OkHttpClientInstrumentation | 2,386,223 | 0 |
| ProcessExitInstrumentation$Destroy | 1,952,027 | 426,919 |
| TransactionInstrumentation$SetResultInstrumentation | 2,376,233 | 0 |
| ElasticApmApiInstrumentation$SetServiceInfoForClassLoaderInstrumentation | 2,350,679 | 0 |
| ElasticsearchClientAsyncInstrumentation | 2,331,180 | 0 |
| ScopeManagerInstrumentation$CurrentTraceContextInstrumentation | 2,311,545 | 0 |
| HttpContextInstrumentation | 2,307,979 | 0 |
| DelayedClientCallInstrumentation | 2,301,093 | 0 |
| ElasticApmApiInstrumentation$CurrentSpanInstrumentation | 2,288,014 | 0 |
| ApiScopeInstrumentation | 2,271,626 | 0 |
| LegacySpanInstrumentation$ActivateInstrumentation | 2,259,915 | 0 |
| ScopeManagerInstrumentation$ActivateInstrumentation | 2,257,252 | 0 |
| ApmSpanInstrumentation$GetTraceContextInstrumentation | 2,229,250 | 0 |
| AbstractSpanInstrumentation$InjectTraceHeadersInstrumentation | 2,224,866 | 0 |
| RequestStreamHandlerInstrumentation | 2,222,413 | 0 |
| OkHttpClientAsyncInstrumentation | 2,220,676 | 0 |
| LegacySpanInstrumentation$GetTraceIdInstrumentation | 2,201,710 | 0 |
| AbstractSpanInstrumentation$AddStringLabelInstrumentation | 2,186,658 | 0 |
| LegacySpanInstrumentation$CaptureExceptionInstrumentation | 2,167,470 | 0 |
| LegacySpanInstrumentation$GetIdInstrumentation | 2,166,244 | 0 |
| TransactionInstrumentation$EnsureParentIdInstrumentation | 2,164,798 | 0 |
| ElasticsearchClientSyncInstrumentation | 2,163,671 | 0 |
| ExecuteOperationsInstrumentation | 2,161,523 | 0 |
| AbstractSpanInstrumentation$GetTraceIdInstrumentation | 2,121,431 | 0 |
| LegacySpanInstrumentation$EndInstrumentation | 2,112,365 | 0 |
| AbstractSpanInstrumentation$SetTypesInstrumentation | 2,089,127 | 0 |
| AbstractSpanInstrumentation$CaptureExceptionInstrumentation | 2,084,674 | 0 |
| AbstractSpanInstrumentation$SetNameInstrumentation | 2,056,026 | 0 |
| AbstractSpanInstrumentation$SetTypeInstrumentation | 2,046,259 | 0 |
| AbstractSpanInstrumentation$EndInstrumentation | 2,045,260 | 0 |
| ScopeManagerInstrumentation$CurrentSpanInstrumentation | 2,041,731 | 0 |
| AbstractSpanInstrumentation$DoCreateSpanInstrumentation | 2,041,073 | 0 |
| AbstractSpanInstrumentation$LegacyCaptureExceptionInstrumentation | 2,038,547 | 0 |
| ApmSpanInstrumentation$LogInstrumentation | 2,018,830 | 0 |
| JedisSpanNameInstrumentation | 1,996,347 | 0 |
| ApmSpanInstrumentation$TagInstrumentation | 1,974,681 | 0 |
| AbstractSpanInstrumentation$AddNumberLabelInstrumentation | 1,954,064 | 0 |
| AbstractSpanInstrumentation$EndWithTimestampInstrumentation | 1,894,315 | 0 |
| SpanContextInstrumentation$BaggageItemsInstrumentation | 1,855,306 | 0 |
| AbstractSpanInstrumentation$IsSampledInstrumentation | 1,837,024 | 0 |
| Lettuce5StopSpanInstrumentation$OnCancel | 1,834,687 | 0 |
| AbstractSpanInstrumentation$InitializeInstrumentation | 1,829,158 | 0 |
| TransactionInstrumentation$SetServiceInfoInstrumentation | 1,822,593 | 0 |
| AbstractSpanInstrumentation$SetDestinationAddressInstrumentation | 1,812,232 | 0 |
| ApmSpanInstrumentation$SetOperationName | 1,809,419 | 0 |
| ExternalSpanContextInstrumentation$ToTraceIdInstrumentation | 1,796,837 | 0 |
| ElasticApmTracerInstrumentation | 1,796,329 | 0 |
| AbstractSpanInstrumentation$AddBooleanLabelInstrumentation | 1,783,701 | 0 |
| ApmScopeInstrumentation | 1,741,020 | 0 |
| ExternalSpanContextInstrumentation$ToSpanIdInstrumentation | 1,735,159 | 0 |
| AbstractSpanInstrumentation$ActivateInstrumentation | 1,715,813 | 0 |
| SpanContextInstrumentation$ToTraceIdInstrumentation | 1,683,613 | 0 |
| TransactionInstrumentation$UseServiceInfoForClassLoaderInstrumentation | 1,679,778 | 0 |
| TransactionInstrumentation$AddCustomContextInstrumentation | 1,641,328 | 0 |
| SpanContextInstrumentation$ToSpanIdInstrumentation | 1,636,644 | 0 |
| AbstractSpanInstrumentation$SetDestinationServiceInstrumentation | 1,498,765 | 0 |
2022-03-23 14:04:43,077 [elastic-apm-circuit-breaker] INFO co.elastic.apm.agent.impl.circuitbreaker.CircuitBreaker - Stopping the Circuit Breaker thread.
2022-03-23 14:04:43,086 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 137)
2022-03-23 14:04:43,086 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Starting new request to https://08cc93c5d51a48798bd7b19a0430b946.apm.europe-west1.gcp.cloud.es.io/intake/v2/events
2022-03-23 14:04:43,137 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Scheduling request timeout in 10s
2022-03-23 14:04:43,138 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 138)
2022-03-23 14:04:43,138 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 139)
2022-03-23 14:04:43,138 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 140)
2022-03-23 14:04:43,138 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 141)
2022-03-23 14:04:43,138 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 142)
2022-03-23 14:04:44,080 [elastic-apm-shared] DEBUG co.elastic.apm.agent.micrometer.MicrometerMetricsReporter - Reporting 0 meters
2022-03-23 14:04:44,080 [elastic-apm-shared] DEBUG co.elastic.apm.agent.micrometer.MicrometerMetricsReporter - Reporting 80 meters
2022-03-23 14:04:44,082 [elastic-apm-init-instrumentation-shutdown-hook] INFO co.elastic.apm.agent.impl.ElasticApmTracer - Tracer switched to STOPPED state
2022-03-23 14:04:44,082 [elastic-apm-init-instrumentation-shutdown-hook] DEBUG co.elastic.apm.agent.impl.ElasticApmTracer - Tracer stop stack trace:
java.lang.Throwable: Expected - for debugging purposes
at co.elastic.apm.agent.impl.ElasticApmTracer.stop(ElasticApmTracer.java:471) [elastic-apm-agent-1.30.0.jar:?]
at co.elastic.apm.agent.bci.ElasticApmAgent$2.run(ElasticApmAgent.java:261) [elastic-apm-agent-1.30.0.jar:?]
2022-03-23 14:04:44,083 [elastic-apm-init-instrumentation-shutdown-hook] INFO co.elastic.apm.agent.report.ApmServerReporter - dropped events because of full queue: 0
2022-03-23 14:04:44,089 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 143)
2022-03-23 14:04:44,089 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 144)
2022-03-23 14:04:44,089 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 145)
2022-03-23 14:04:44,089 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 146)
2022-03-23 14:04:44,089 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 147)
2022-03-23 14:04:44,089 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 148)
2022-03-23 14:04:44,089 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 149)
2022-03-23 14:04:44,089 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 150)
2022-03-23 14:04:44,089 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 151)
2022-03-23 14:04:44,090 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 152)
2022-03-23 14:04:44,090 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 153)
2022-03-23 14:04:44,090 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 154)
2022-03-23 14:04:44,090 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 155)
2022-03-23 14:04:44,090 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 156)
2022-03-23 14:04:44,090 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 157)
2022-03-23 14:04:44,090 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 158)
2022-03-23 14:04:44,090 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 159)
2022-03-23 14:04:44,090 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 160)
2022-03-23 14:04:44,090 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 161)
2022-03-23 14:04:44,090 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 162)
2022-03-23 14:04:44,090 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 163)
2022-03-23 14:04:44,090 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 164)
2022-03-23 14:04:44,090 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 165)
2022-03-23 14:04:44,091 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 166)
2022-03-23 14:04:44,091 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 167)
2022-03-23 14:04:44,091 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 168)
2022-03-23 14:04:44,091 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 169)
2022-03-23 14:04:44,091 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving JSON_WRITER event (sequence 170)
2022-03-23 14:04:44,091 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Receiving SHUTDOWN event (sequence 171)
2022-03-23 14:04:44,092 [elastic-apm-server-reporter] DEBUG co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Flushing 8094 uncompressed 2125 compressed bytes
2022-03-23 14:04:44,107 [elastic-apm-init-instrumentation-shutdown-hook] INFO co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Reported events: 0
2022-03-23 14:04:44,107 [elastic-apm-init-instrumentation-shutdown-hook] INFO co.elastic.apm.agent.report.IntakeV2ReportingEventHandler - Dropped events: 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment