Configuration |
Description |
Default |
bgtransaction.tracking.enabled |
- Enabling this option, APM Insight agent starts tracking background transactions
- All transactions other than HTTP are considered as background transactions
|
Default value: true |
bgtransaction.trace.enabled |
- Enabling this option, the agent collects traces for slow background transactions, provided bgtransaction.tracking.enabled is set to true
|
Default value: true |
bgtransaction.trace.threshold |
- Traces will be collected for background transactions whose response time have crossed the specified threshold value, provided bgtransaction.trace.enabled is set to true
|
Default value: 5 (seconds) |
bgtransaction.tracking.request.interval |
- Sampling factor for background transactions
- If value is set to 1, agent tracks every transaction. If value is set to n, agent tracks 1 in n transactions of same kind
|
Default value: 1 (request) |