I want to collect native threads information through APM. APM configuration tracks only Transactions and not java threads. As per documentation, i need to enable async-profiler as below. Added these in elasticapm.properties file.
profiling_inferred_spans_enabled=true
profiling_inferred_spans_sampling_interval=50ms
profiling_inferred_spans_min_duration=250ms
profiling_inferred_spans_logging_enabled=true
profiling_inferred_spans_lib_directory=/opt/async-profiler-2.9-linux-x64/build/libasyncProfiler.so
I have started my app with below startup arguments..
-javaagent:/opt/trade/elastic-apm-agent.jar -Delastic.apm.service_name=TAETFDemoApp -Delastic.apm.server_url=http://xxxxxx:8200 -Delastic.apm.config_file=/opt/trade/elasticapm.properties
Able to capture all transactions data, still not able to get native threads and cpu profiling details? Any help would be appreciated?
I have started my app with below startup arguments..
-javaagent:/opt/trade/elastic-apm-agent.jar -Delastic.apm.service_name=TAETFDemoApp -Delastic.apm.server_url=http://xxxxxx:8200 -Delastic.apm.config_file=/opt/trade/elasticapm.properties
Able to capture all transactions data, still not able to get native threads and cpu profiling details? Any help would be appreciated?