The APM Insight OpenTelemetry Collector Configuration helps you fine tune the configuration for tracking web based transactions. These settings can be configured managed through configuration profiles and stored in JSON format.
These settings can be configured using the edit option available in the web client.
The APM Insight OpenTelemetry Collector configuration profile is categorized into the following:
| Name | Key | Description | Default value |
|---|---|---|---|
| Obfuscate SQL Parameters | transaction.trace.sql.parametrize |
| True |
| Skip Transactions | skip.transactions |
| None |
| Group similar transactions | transaction.grouping |
| None |
| Exclude Grouping in Transaction Names | transaction.keyword.skip.grouping |
| None |
| Group transactions by Prefix | transaction.prefix.grouping |
| None |
| Group similar transactions by position | transaction.grouping.by.position |
| None |
| Name | Key | Description | Default value |
|---|---|---|---|
| Enable Transaction Tracing | transaction.trace.enabled |
| True |
| Transaction Trace Threshold | transaction.trace.threshold |
| 2 (seconds) |
| Name | Key | Description | Default value |
|---|---|---|---|
| Track background transactions | bgtransaction.tracking.enabled |
| True |
| Capture traces | bgtransaction.trace.enabled |
| True |
| Transaction trace threshold | bgtransaction.trace.threshold |
| 5 (seconds) |
It allows us to track crucial metrics such as response times, resource utilization, error rates, and transaction performance. The real-time monitoring alerts promptly notify us of any issues or anomalies, enabling us to take immediate action.
Reviewer Role: Research and Development