How does APM decides when does it needs to trace the java methods using java agent. Can those value be finetuned so that we can get even more trace informations?
Check out this part of the docs: https://www.elastic.co/guide/en/apm/agent/java/current/java-method-monitoring.html
Let me know if you have any further questions.
There's a setting for both the agent (transaction_max_spans) and the UI (xpack.apm.ui.maxTraceItems).
