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

Alarm

PDF
フォーカスモード
フォントサイズ
最終更新日: 2024-11-01 21:05:15

1. EventBridge is supported only in some regions. How do I process alarm events in other regions?

Alarm events from all regions can be received and processed by EventBridge, as the alarm events generated by businesses in different regions will be delivered to the Tencent Cloud service event bus in the Guangzhou region in a unified manner. You can manage all events delivered by services in different regions in this event bus.

2. Will global monitoring be performed on instances under the current account in the event alarm scenario?

EventBridge can report all instance alarm events, which are actively pushed by businesses. Once an alarm is triggered, it will be automatically sent to EventBridge over the default linkage. You can also configure filter rules and delivery targets in the EventBridge console to determine how to process the delivered events. The process is as follows:



3. How is EventBridge billed?

For Tencent Cloud service event delivery and alarm push event processing, the Tencent Cloud service event bus in EventBridge will be free of charge. If you connect EventBridge to and use other Tencent Cloud services such as SCF and CKafka in the downstream, you will be charged according to the billing rules of the corresponding services. For more information, see Purchase Guide.
Note:
For CLS delivery targets, we provide a free tier of 1 GB per 30 days for log storage to help you manage and trace back event alarm messages.

4. How do I bind an alarm instance?

In an EventBridge Linkage, the events of all instances in all regions are reported automatically by default, and you don't need to manually bind the instances. However, you can configure event rules to determine which events from which instances need to be pushed.
Event rule examples:
Receiving all events Set source to cvm.cloud.tencent, which indicates to receive and deliver all alarm events from CVM:
{
"source":"cvm.cloud.tencent"
}
Receiving specified events Only "ping unreachable" events from CVM are delivered. All other events will be discarded.
{
"source":"cvm.cloud.tencent",
"type":"cvm:ErrorEvent:PingUnreachable"
}
Receiving events from the specified instance Receive and deliver events of the CVM instance "ins-XXX" only. Other events are discarded.
{
"source":"cvm.cloud.tencent",
"subject":"ins-xxxxxx"
}

5. How do I configure the thresholds supported by Cloud Monitor in the EventBridge console?

You can migrate only event alarms to EventBridge. Thresholds are metric alarms and still managed in the Cloud Monitor console.




6. Why can't I receive Tencent Cloud service exception alarms after migration from Cloud Monitor to EventBridge?

Typical causes are as follows:
No alarm rule is configured on the Cloud Monitor side, or a new alarm recipient needs to be configured:
Check that you have configured an alarm rule for the Tencent Cloud service event bus (only available in the Guangzhou region). For more information, see Alarm Policy Configuration.
The alarm rule is configured for a custom event bus instead of the Tencent Cloud service event bus:
Cloud Monitor and CloudAudit events generated by Tencent Cloud services can be received only by the Tencent Cloud service event bus. Therefore, you must configure a Tencent Cloud service alarm rule for the Tencent Cloud service event bus.
The written event pattern has an error:
For more information, see Event Pattern.
The event length is too long, causing push failure in some channels:
For SMS message delivery, a notification message can contain up to 500 characters. For phone delivery, a notification message can contain up to 350 characters. If fields such as the instance name are too long, notification messages may fail to be sent due to excessive length. You are advised to configure multiple delivery channels at the same time.

7. How do I view the alarm message history?

The linkage tracing feature is added to EventBridge to help you better trace and backtrack the event delivery history. For how to use the feature, see Linkage Tracing.

ヘルプとサポート

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

フィードバック