Write Spec for:
Stack trace capturing is relatively expensive in terms of performance.
Currently, the recommended default threshold for span_stack_trace_min_duration is 5ms.
This value should be changed to 500ms to improve the cost/benefit ratio of this feature.
Spec PR: https://github.com/elastic/apm/pull/585
Write Spec for: Stack trace capturing is relatively expensive in terms of performance. Currently, the recommended default threshold for
span_stack_trace_min_duration
is 5ms. This value should be changed to 500ms to improve the cost/benefit ratio of this feature.Reasoning: