Skip to main content

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.

đŸ“„ī¸ Call Chain Collection Configuration

The Call Chain Collection Configuration is used to set collection rules for call chain data in the system. By configuring parameters such as collection mode, collection rate, maximum number of collected spans per trace, and request parameters, you 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 normal system operation due to over-collection.