Closed AlexanderWert closed 2 years ago
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 improve the cost/benefit ratio of this feature.
span_stack_trace_min_duration
Reasoning:
As explained in https://github.com/elastic/apm/pull/585#issuecomment-1021371791, we'll only change the default for Node.js for now.
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 improve the cost/benefit ratio of this feature.Reasoning:
Status