Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ class APMJvmOptions {
"metrics_interval", "120s",
"breakdown_metrics", "false",
"central_config", "false",
"transaction_sample_rate", "0.2"
"transaction_sample_rate", "0.2",
// Don't collect stacktraces for spans, typically these are of little use as
// always pointing to APMTracer.stopTrace invoked from TaskManager
"stack_trace_limit", "0"
);
// end::noformat

Expand Down