tencent cloud

Tencent Cloud Observability Platform

Release Notes and Announcements
Release Notes
Product Introduction
Overview
Strengths
Basic Features
Basic Concepts
Use Cases
Use Limits
Purchase Guide
Tencent Cloud Product Monitoring
Application Performance Management
Mobile App Performance Monitoring
Real User Monitoring
Cloud Automated Testing
Prometheus Monitoring
Grafana
EventBridge
PTS
Quick Start
Monitoring Overview
Instance Group
Tencent Cloud Product Monitoring
Application Performance Management
Real User Monitoring
Cloud Automated Testing
Performance Testing Service
Prometheus Getting Started
Grafana
Dashboard Creation
EventBridge
Alarm Service
Cloud Product Monitoring
Tencent Cloud Service Metrics
Operation Guide
CVM Agents
Cloud Product Monitoring Integration with Grafana
Troubleshooting
Practical Tutorial
Application Performance Management
Product Introduction
Access Guide
Operation Guide
Practical Tutorial
Parameter Information
FAQs
Mobile App Performance Monitoring
Overview
Operation Guide
Access Guide
Practical Tutorial
Tencent Cloud Real User Monitoring
Product Introduction
Operation Guide
Connection Guide
FAQs
Cloud Automated Testing
Product Introduction
Operation Guide
FAQs
Performance Testing Service
Overview
Operation Guide
Practice Tutorial
JavaScript API List
FAQs
Prometheus Monitoring
Product Introduction
Access Guide
Operation Guide
Practical Tutorial
Terraform
FAQs
Grafana
Product Introduction
Operation Guide
Guide on Grafana Common Features
FAQs
Dashboard
Overview
Operation Guide
Alarm Management
Console Operation Guide
Troubleshooting
FAQs
EventBridge
Product Introduction
Operation Guide
Practical Tutorial
FAQs
Report Management
FAQs
General
Alarm Service
Concepts
Monitoring Charts
CVM Agents
Dynamic Alarm Threshold
CM Connection to Grafana
Documentation Guide
Related Agreements
Application Performance Management Service Level Agreement
APM Privacy Policy
APM Data Processing And Security Agreement
RUM Service Level Agreement
Mobile Performance Monitoring Service Level Agreement
Cloud Automated Testing Service Level Agreement
Prometheus Service Level Agreement
TCMG Service Level Agreements
PTS Service Level Agreement
PTS Use Limits
Cloud Monitor Service Level Agreement
API Documentation
History
Introduction
API Category
Making API Requests
Monitoring Data Query APIs
Alarm APIs
Legacy Alert APIs
Notification Template APIs
TMP APIs
Grafana Service APIs
Event Center APIs
TencentCloud Managed Service for Prometheus APIs
Monitoring APIs
Data Types
Error Codes
Glossary

Application Configuration

PDF
Focus Mode
Font Size
Last updated: 2025-03-25 16:20:53

Directions

2. In the left sidebar, select Application Performance Management > System Configuration to enter the Application Configuration page.
3. Select the target business system and target application from the drop-down list.
4. Modify the application configuration for the following group categories.
Metric configuration: Used to customize the processing rules and display form of metric data, including the following configuration items:
Configuration Item
Description
API filtering
Filter out unwanted APIs by API name, for example: operationName(.*?), operation(*). Multiple rules are separated by commas.
error type filtering
The error types that are filtered will not be counted in the error analysis. Please enter the error types to be filtered according to the regular expression, and separate multiple error types with commas.
HTTP status code filtering
The HTTP status codes that are filtered will not be counted in the error analysis. By default, HTTP status codes greater than 400 are considered errors. Please separate multiple HTTP status codes with commas.
URL convergence
After enabling, the system will aggregate and display the same type of APIs based on the customized convergence rule regular expressions and convergence threshold.
Convergence threshold
This parameter specifies the minimum quantity for URL convergence. For example, if the threshold is 100, convergence will be performed when the number of APIs in line with the regex reaches 100.
Convergence rule regex
Customize URL convergence rules with regular expressions. For example, if the number of APIs whose first half is /service/demo/ exceeds 100, aggregate and display such APIs. Then the convergence threshold should be filled in as 100, and the convergence rule regular expression is /service/demo/(.*?).
Exclusion rule regex
This parameter excludes specified URLs from convergence. For example, to exclude URLs starting with service/demo/example from convergence, the regex should be /service/demo/example/(.*?).
Log association: Supports configuration items such as Log region, Logset, and Log topic, used to associate the request link with the Cloud Log Service (CLS), which can override the configuration in the business system. For more information on link log association analysis, please refer to Query Associated Logs in Link Details.
Application Security: Supports switches for application security feature items such as Component Vulnerability Scanning and SQL Injection Analysis, which can override the configuration in the business system.
Dashboard Association: Used to associate and display the Cloud Monitor Dashboard in the application details, which can override the configuration in the business system. For more information on Dashboard association, please refer to Prometheus Data Integration and Dashboard Association Display.
Probe configuration: Only applicable to the Tencent Cloud enhanced version of OpenTelemetry Java Agent. After modifying the probe configuration, the system will push the configuration items to the probe, and the application does not need to be restarted.
Configuration Item
Description
Probe master switch
Data reporting can be temporarily disabled through the master switch for the probe. Once disabled, the application will no longer incur APM fees, and there is no need to restart the application. If you need to permanently disable data reporting, please uninstall the probe to avoid unnecessary performance overhead.
Note:
This feature is only supported by probes of version 1.16-20241031 and above.

Enable method stack snapshots

If an API call duration frequently exceeds the slow call monitoring threshold, it may automatically generate a method stack execution snapshot. You can filter out calls with method stack snapshots on the Distributed Tracing page. On the Trace details page, if a call includes a method stack snapshot, the method stack snapshot button, will be displayed; click it to view the execution details of the local method stack.
Note:
This feature is only supported by probes of version 1.16-20240831 and above.
API filtering
For matched APIs, the probe will not report relevant link data. Please enter the APIs to be filtered according to the regular expression, and separate multiple APIs with commas.
Note:
This feature is only supported by probes of version 1.16-20240328 and above.

Help and Support

Was this page helpful?

Help us improve! Rate your documentation experience in 5 mins.

Feedback