Hello,
Starting from v1.14.0 Java APM Agent creates in the temporary folder the following files:
/tmp/apm-activation-events-*.bin
/tmp/apm-traces-*.jfr
They are created regardless of the whether profiling is enabled/disabled.
Is there any setting I missed that may switch it off.
I have found the PR (https://github.com/elastic/apm-agent-java/pull/1350), which is not officially released, but it is only about configuring the directory where to store such files.
Any help would be appreciated.