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

Glossary

PDF
포커스 모드
폰트 크기
마지막 업데이트 시간: 2024-01-27 17:33:16

AppID

An AppID of a Tencent Cloud account is the application ID that has a unique correspondence with the account ID, which will be used by some Tencent Cloud services.

Data Granularity

A data granularity refers to a statistical period in Tencent Cloud Observability Platform. Timestamp data represents the result of aggregating all data collected in the specified data granularity. Data granularity is defined in seconds. Tencent Cloud Observability Platform currently supports data granularities of 10 seconds, 60 seconds, and 300 seconds. When calling a Tencent Cloud Observability Platform API, you can specify the data granularity through the period parameter. When the GetMonitorData API is called to get monitoring data, the values of period, startTime, and endTime parameters determine the amount of data to be returned. For example, calling this API with the default values of all parameters will return the statistics for every 300 seconds in the last hour, i.e., a total of 12 data points. Data granularities are also important for alarms. When creating an alarm trigger condition, you need to set the data granularity and period for the alarm rule. Different granularities and periods indicate different alarm judgment durations.

Statistical Method

Time dimension

Time dimension is a statistical method used when Tencent Cloud Observability Platform metric data is aggregated from fine to rough granularities. Generally, it can be Sum, Max, Min, Avg, or Last. For example, a metric has data of the following granularities: 10 seconds, 60 seconds, and 300 seconds. The time dimension statistical method determines how to calculate 1 piece of data of the 60-second granularity by using 6 pieces of data of the 10-second granularity, and how to calculate 1 piece of data of the 300-second granularity by using 5 pieces of data of the 60-second granularity. A metric supports a maximum of 5 levels of calculation: 10 seconds, 1 minute, 5 minutes, 1 hour, and 1 day. Each level of calculation uses the same statistic method.

Object dimension

Object dimension refers to a statistical method used to aggregate the specific monitoring metric data of multiple instances into total data. Statistical methods of this type generally include Sum, Max, Min, and Avg. When you want to calculate the total data of a metric of all servers in a cluster, the object dimension statistical method determines how to aggregate the data of all servers in the cluster. For example, to calculate the average CPU utilization of the cluster, the aggregation method is Avg; to calculate the total bandwidth of the cluster, the aggregation method is Sum.

Dimension

A dimension is a key-value pair that uniquely identifies a monitored object. A metric is meaningful only after the dimension value is determined. Dimensions are useful for designing the aggregate structure for statistics. For example, two dimension values of server IP and proc_name (process name) can identify monitored object A (IP=1.1.1.1&proc_name=test). When you input metric data of a cloud service into Tencent Cloud Observability Platform, you need to specify appropriate dimensions (dimensions are preset for metrics that are preconfigured by the system). An error occurs if an undefined dimension is used for retrieval.

Metric

Metric is a fundamental concept in Tencent Cloud Observability Platform. A metric represents a time-ordered set of data points sent to Tencent Cloud Observability Platform. You can retrieve the statistics of those data points in time series. A metric can be seen as a variable to monitor, and the data points represent the values of that variable over time. For example, the CPU utilization of a CVM instance is a metric, and the capacity utilization of a TencentDB instance is another metric.
Metric data can come from any product, application, or service. For example, a metric can be the CPU utilization of a CVM instance or the process latency of a user service. The metric is uniquely defined by a name, a namespace, and one or more dimensions. Each data point has a timestamp and an optional unit of measure. When a request is made for metric data stored in Tencent Cloud Observability Platform, the returned data stream will be identified by namespace, metric name, and dimension.

도움말 및 지원

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

피드백