Skip to main content
Version: 3.7.0

dataCollection

đŸ“„ī¸ Database Collection Configuration

The Database Collection Configuration feature is primarily used to set collection rules for SQL/NoSQL statements in both relational and non-relational databases. By configuring parameters such as the truncation threshold for SQL/NoSQL statement length and the threshold for obtaining execution plans for slow SQL calls in relational databases, this feature enables the collection of database operation statements to meet needs like performance analysis and problem troubleshooting. Simultaneously, it avoids potential negative impacts on system performance caused by collecting excessively long statements or over-collecting execution plans, thereby achieving a balance between data collection and system performance. This module supports both custom collection rules and default collection rule configurations, with custom rules taking precedence over default rules.

đŸ“„ī¸ traceconfiguration

The Call Chain Collection Configuration is a functional module used to set collection rules for call chain data in the system. By configuring parameters such as collection mode, collection rate, and maximum number of collected spans, it can precisely control the collection behavior of call chain data. While ensuring the acquisition of valid call chain information for problem troubleshooting and performance analysis, it also balances system resource consumption reasonably, avoiding excessive pressure on the normal operation of the system due to over-collection.