mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
[CI] No longer collect APM span stack traces (#93263)
Signed-off-by: Tyler Smalley <tyler.smalley@elastic.co>
This commit is contained in:
parent
7bd1f6fd4c
commit
b8ab42dcd9
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue