apm-agent-php icon indicating copy to clipboard operation
apm-agent-php copied to clipboard

Allow customize stacktrace

Open JoniJnm opened this issue 3 years ago • 0 comments

The elastic guide says:

Elastic APM agents collect stacktrace information under certain circumstances. This can be very helpful in identifying issues in your code, but it also comes with an overhead at collection time and increases the storage usage.

Stack trace collection settings are managed in each agent.

But PHP APM agent doesn't allow to customize the stacktrace as other agent do

  • https://www.elastic.co/guide/en/apm/agent/php/current/configuration.html
  • https://www.elastic.co/guide/en/apm/agent/java/current/config-stacktrace.html#config-stack-trace-limit

At least stack_trace_limit would be nice

JoniJnm avatar Aug 09 '22 10:08 JoniJnm