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

Usage

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2024-11-01 20:00:35

What is the UIN passed in during SDK initialization?

Unique Identity Number (UIN) is a unique user ID provided by the Aegis SDK. RUM doesn't verify the UIN and only uses it as an index for log query. During development, you can enter the user ID provided by your business or information such as open-id and uuid as long as it facilitates query.

Why does custom speed test support data only between 0 and 60000?

In the logic of custom speed test, RUM calculates the mean and median values of any data reported by users and displays them. Since the volume of dirty data generated on the server is unknown, even a small amount of it can have a huge impact on the actual user data. Therefore, RUM restricts the user data on the server to values between 0 and 60000.

Which field does RUM use to calculate the UV?

The Aegis SDK generates an aid for each user (device) as a unique ID, which is stored in localStorage in the browser for calculating the UV. aid is not affected by the login state and will be updated only when the user clears the browser cache.

Why doesn't RUM use the user UIN to calculate the UV?

The UIN cannot be used to calculate the UV if the current user is not logged in. It is unreliable as a value specified during development since it cannot unify the state before and after user login.

What is an API request log?

An API request log records the request and response content of a user API. Generally, such logs are reported only by used in the allowlist; however, if a JavaScript error occurs when a user is using an API, the API information of the user in the previous period of time will also be reported to the server to help you locate and analyze the problem.

How is FMP calculated?

RUM listens on the first screen DOM changes within 3 seconds after a page is opened and takes the time when the number of DOM changes reaches the highest as the time when the first screen framework rendering is completed. (setTimeout is used to start first screen element collection 3 seconds after SDK initialization. As JavaScript is executed in a single-thread environment, the collection time point may be more than 3 seconds after SDK initialization.)

How is the DOM parsing time in the performance data calculated?

It is the time between domInteractive and domLoading in the PerformanceTiming API.

Is the user time or service time used when RUM collects data? How long is the delay?

The service time is used. The displayed time is around 1–2 seconds after the reported time, and log search may have a delay of 1–2 minutes.

도움말 및 지원

문제 해결에 도움이 되었나요?

피드백