Skip to content

Commit

Permalink
[CI] No longer collect APM span stack traces (elastic#93263)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
  • Loading branch information
Tyler Smalley authored and kibanamachine committed Mar 3, 2021
1 parent 2519f56 commit 7f55b8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/kbn-apm-config-loader/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ const getDefaultConfig = (isDistributable: boolean): ApmAgentConfig => {
globalLabels: {},
centralConfig: false,
metricsInterval: isDistributable ? '120s' : '30s',
captureSpanStackTraces: false,
transactionSampleRate: process.env.ELASTIC_APM_TRANSACTION_SAMPLE_RATE
? parseFloat(process.env.ELASTIC_APM_TRANSACTION_SAMPLE_RATE)
: 1.0,
Expand Down

0 comments on commit 7f55b8b

Please sign in to comment.