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

Overview

PDF
フォーカスモード
フォントサイズ
最終更新日: 2024-11-01 20:45:28

Introduction

Cloud service monitoring events generated on Tencent Cloud Observability Platform are important events that occur in the lifecycle and operation of various Tencent Cloud services and the underlying infrastructure and services. Tencent Cloud Observability Platform provides a centralized access for querying and statistically analyzing the events, which helps you associate resources and review exceptions, and supports your monitoring and OPS on the cloud.
Information sources of cloud service monitoring events are system logs and monitoring metrics of underlying service modules, which ensures the accuracy and value of the information.
Tencent Cloud Observability Platform has been fully integrated with EventBridge. After you activate EventBridge, all cloud service monitoring events will be automatically delivered to the Tencent Cloud service event bus.

Event Format

Taking a "ping unreachable" event generated by CVM as an example, the standard format for delivering the event to EventBridge is as follows:
{
"specversion":"1.0",
"id":"13a3f42d-7258-4ada-da6d-023a333b4662",
"source":"${ProductName}.cloud.tencent",
"type":"cvm:ErrorEvent:ping_unreachable",
"subject":"${resource ID}",
"time": 1615430559146,
"region":"ap-guangzhou",
"resource":[
"qcs::eb:ap-guangzhou:uid1250000000:eventbusid/eventruleid"
],
"datacontenttype":"application/json;charset=utf-8",
"tags":{
"key1":"value1",
"key2":"value2"
},
"status":"1",
"data":{
"appId":"1250000011",
"instanceId":"ins-sjdksjk",
"projectId":"11",
"dimensions":{
"ip":"127.0.0.1"
},
"additionalMsg":{
"IP":"something unnormal"
}
}
}

Event Sources

Based on event information sources, causes, characteristics, and forms, cloud service monitoring events are divided into two categories:
Events generated by resource instances and products (such as CVM instances) that are purchased and used by customers in Tencent Cloud. These events are directly or indirectly triggered by customers during use. They belong to specific resource instances. Customers can control and manage them. Resource instances affected by and associated with events can be explicitly determined.
Events generated by the underlying platform infrastructure and services that support Tencent Cloud services, such as Virtual Machine Manager (VMM) that supports CVM at the virtualization layer and the underlying physical machines, networks, and storage modules. These events are generated or caused by the infrastructure and services of Tencent Cloud, and are not the result of customer behavior. They belong to services. Customers cannot control events, which instead can only be handled by Tencent Cloud. Services or product modules affected by and associated with events can be determined, but the affected and associated resource instances cannot always be determined.

Event List

The following table describes cloud service monitoring events generated by the underlying platform infrastructure and services.
Event Type
Event
Caused By
Impact
Issues
CVM storage issue
CVM infrastructure storage module
The I/O performance of the CVM instance decreases, and data read/write exceptions occur.
Issues
CVM network connection issue
CVM infrastructure network
The speed of the CVM instance network slows down, or the network is disconnected.
Issues
CVM running exception
CVM infrastructure
The CVM instance bears a high load or crashes, causing service unavailability.


ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック