Could you help with setting up async profiler to use with APM Java agent.
I have following properties added
profiling_inferred_spans_enabled=true
profiling_inferred_spans_sampling_interval=50ms
profiling_inferred_spans_min_duration=150ms
profiling_inferred_spans_logging_enabled=true
Do i need to download asyncprofiler latest version and add it container with following?
profiling_inferred_spans_lib_directory=/opt/async-profiler-2.9-linux-x64/build/libasyncProfiler.so
Thanks
Senthil