Skip to content

Instantly share code, notes, and snippets.

View georgepopovici's full-sized avatar

George Popovici georgepopovici

View GitHub Profile
@georgepopovici
georgepopovici / apm_agent_log
Last active March 10, 2021 10:34
APM Agent log file
2021-03-10 08:24:21,688 [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 (sun.misc.Launcher$AppClassLoader@18b4aac2) has been overridden
2021-03-10 08:24:21,689 [main] TRACE co.elastic.apm.agent.util.ExecutorUtils - Stack trace related to thread creation:
java.lang.Throwable: null
at co.elastic.apm.agent.util.ExecutorUtils.logThreadCreation(ExecutorUtils.java:105) [?:?]
at co.elastic.apm.agent.util.ExecutorUtils$SingleNamedThreadFactory.newThread(ExecutorUtils.java:94) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.<init>(ThreadPoolExecutor.java:619) [?:1.8.0_282]
at java.util.concurrent.ThreadPoolExecutor.addWorker(ThreadPoolExecutor.java:932) [?:1.8.0_282]
at java.util.concurrent.ThreadPoolExecutor.ensurePrestart(ThreadPoolExecutor.java:1603) [?:1.8.0_282]
at java.util.concurrent.ScheduledThreadPoolExecutor.delayedExecute(ScheduledThreadPoolExecutor.java:334) [?:1.8.0_2