elastic / apm

Elastic Application Performance Monitoring - resources and general issue tracking for Elastic APM.
https://www.elastic.co/apm
Apache License 2.0
384 stars 114 forks source link

[META 586] Spec: Increase default span_stack_trace_min_duration #587

Closed AlexanderWert closed 2 years ago

AlexanderWert commented 2 years ago

issue details

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: