flashduty-knowledge-base 1.2.2 → 1.2.3-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/en.d.ts +1 -0
- package/dist/esm/en.js +120 -15
- package/dist/esm/zh.js +120 -12
- package/dist/iife/en.js +105 -0
- package/dist/iife/zh.js +110 -2
- package/dist/zh.d.ts +1 -0
- package/package.json +1 -1
package/dist/en.d.ts
CHANGED
package/dist/esm/en.js
CHANGED
|
@@ -469,7 +469,7 @@ Nightingale/Flashcat to Flashduty alert severity mapping:
|
|
|
469
469
|
|
|
470
470
|
</details>
|
|
471
471
|
|
|
472
|
-
`,
|
|
472
|
+
`,o=`---
|
|
473
473
|
title: "Prometheus Integration Guide"
|
|
474
474
|
description: "Push Prometheus alert events to Flashduty through AlertManager using webhooks. When an alert is triggered, it sends a trigger event to Flashduty, and when the alert recovers, it sends a recovery event."
|
|
475
475
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -651,7 +651,7 @@ Prometheus to Flashduty severity mapping:
|
|
|
651
651
|
|
|
652
652
|
|
|
653
653
|
|
|
654
|
-
`,
|
|
654
|
+
`,i=`---
|
|
655
655
|
title: "Grafana Integration"
|
|
656
656
|
description: "Sync Grafana alert events to Flashduty via webhook to achieve automated alert noise reduction."
|
|
657
657
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -3124,7 +3124,7 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
3124
3124
|
|2|Info|Info|
|
|
3125
3125
|
|
|
3126
3126
|
</div>
|
|
3127
|
-
`,
|
|
3127
|
+
`,L=`---
|
|
3128
3128
|
title: "AWS EventBridge Alert Events"
|
|
3129
3129
|
description: "Sync AWS EventBridge alert events to Flashduty via webhook for automated alert noise reduction"
|
|
3130
3130
|
date: "2024-08-20T10:00:00+08:00"
|
|
@@ -3226,7 +3226,7 @@ Choose this option when you need to route alerts to different channels based on
|
|
|
3226
3226
|
|
|
3227
3227
|
</div>
|
|
3228
3228
|
|
|
3229
|
-
`,
|
|
3229
|
+
`,_=`---
|
|
3230
3230
|
title: "Dynatrace Alert Events"
|
|
3231
3231
|
description: "Sync Dynatrace alert events to Flashduty via webhook to achieve automated alert noise reduction."
|
|
3232
3232
|
date: "2024-08-20T10:00:00+08:00"
|
|
@@ -4640,6 +4640,111 @@ Choose this method when you need to route alerts to different channels based on
|
|
|
4640
4640
|
</div>
|
|
4641
4641
|
|
|
4642
4642
|
`,q=`---
|
|
4643
|
+
title: "Huawei Cloud APM Alerts"
|
|
4644
|
+
description: "Sync Huawei Cloud APM alerts to Flashduty through webhook to achieve automatic alert noise reduction"
|
|
4645
|
+
date: "2024-07-05T10:00:00+08:00"
|
|
4646
|
+
url: "https://docs.flashcat.cloud/en/flashduty/huawei-apm-integration-guide"
|
|
4647
|
+
---
|
|
4648
|
+
|
|
4649
|
+
Sync Huawei Cloud APM alerts to Flashduty through webhook, to achieve automatic noise reduction of alerts.
|
|
4650
|
+
|
|
4651
|
+
<div class="hide">
|
|
4652
|
+
|
|
4653
|
+
## In Flashduty
|
|
4654
|
+
---
|
|
4655
|
+
You can get an integration push URL through the following 2 methods, choose one of them.
|
|
4656
|
+
|
|
4657
|
+
### Use dedicated integration
|
|
4658
|
+
|
|
4659
|
+
When you don't need to route alerts to different channels, choose this method, it's simpler.
|
|
4660
|
+
|
|
4661
|
+
<details>
|
|
4662
|
+
<summary>Expand</summary>
|
|
4663
|
+
|
|
4664
|
+
1. Go to Flashduty console, select **Channels**, enter the details page of a channel
|
|
4665
|
+
2. Select the **Integrations** tab, click **Add Integration** to enter the integration page
|
|
4666
|
+
3. Select **Huawei Cloud APM** integration, click **Save** to generate a card
|
|
4667
|
+
4. Click the generated card to view the **push URL**, copy it for later use. Done.
|
|
4668
|
+
|
|
4669
|
+
</details>
|
|
4670
|
+
|
|
4671
|
+
### Use shared integration
|
|
4672
|
+
|
|
4673
|
+
When you need to route alerts to different channels based on alert payload information, this method is preferred.
|
|
4674
|
+
|
|
4675
|
+
<details>
|
|
4676
|
+
<summary>Expand</summary>
|
|
4677
|
+
|
|
4678
|
+
1. Go to Flashduty console, select **Integration Center=>Alerts** to enter the integration selection page
|
|
4679
|
+
2. Select **Huawei Cloud APM** integration:
|
|
4680
|
+
- **Integration Name**: Define a name for the current integration
|
|
4681
|
+
3. Click **Save** and copy the newly generated **push URL** for later use
|
|
4682
|
+
4. Click **Create Route** to configure routing rules for the integration. You can match different alerts to different channels based on conditions, or set a default channel as a fallback, and adjust as needed later
|
|
4683
|
+
5. Done.
|
|
4684
|
+
|
|
4685
|
+
</details>
|
|
4686
|
+
</div>
|
|
4687
|
+
|
|
4688
|
+
## In Huawei Cloud
|
|
4689
|
+
---
|
|
4690
|
+
|
|
4691
|
+
<div class="md-block">
|
|
4692
|
+
|
|
4693
|
+
## I. Huawei Cloud APM Alert Push Configuration
|
|
4694
|
+
|
|
4695
|
+
### Create FlashDuty Alert Channel
|
|
4696
|
+
1. Log in to your Huawei Cloud console, search for \`SMN\` (Simple Message Notification) service and enter the corresponding product console
|
|
4697
|
+
2. Select \`Topic Management=>Topics\` from the left navigation bar
|
|
4698
|
+
3. Click \`Create Topic\`, enter \`FlashDuty\` in the topic name field and click confirm
|
|
4699
|
+
|
|
4700
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/huawei-lts-1.png" />
|
|
4701
|
+
|
|
4702
|
+
4. Back in the topic list, click \`Add Subscription\` in the newly created FlashDuty topic
|
|
4703
|
+
|
|
4704
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/huawei-lts-2.png" />
|
|
4705
|
+
|
|
4706
|
+
5. In the edit page, select \`HTTPS\` for protocol, enter the **integration push URL** for subscription endpoint and click confirm
|
|
4707
|
+
|
|
4708
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/huawei-lts-3.png" />
|
|
4709
|
+
|
|
4710
|
+
6. After adding, check if the subscription status shows **Confirmed** in the subscription list
|
|
4711
|
+
|
|
4712
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/huawei-lts-4.png" />
|
|
4713
|
+
|
|
4714
|
+
### Configure Application Monitoring Alerts
|
|
4715
|
+
|
|
4716
|
+
#### Step 1: Add Notification Configuration
|
|
4717
|
+
1. Log in to your \`Huawei Cloud APM\` console, under \`Application Monitoring=>Metrics\`, click \`Notification\`
|
|
4718
|
+
2. Select the corresponding region, click \`Add\`, and select the created \`FlashDuty\` topic
|
|
4719
|
+
3. Click \`Confirm\` to complete the configuration
|
|
4720
|
+
|
|
4721
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/en/hw/hw-apm-1.png" />
|
|
4722
|
+
|
|
4723
|
+
#### Step 2: Create Alert Policy
|
|
4724
|
+
1. Under \`Application Monitoring=>Metrics\`, select your application and click the \`Settings\` button
|
|
4725
|
+
2. Select \`Alarm Policy\`, click \`Add Custom Alarm Policy\` or edit an existing alarm policy
|
|
4726
|
+
3. In the \`Alarm Policy\` edit page, configure alert metrics and conditions according to your business needs
|
|
4727
|
+
4. In \`Notification Content\`, when referencing variables, it's recommended to use K:V format for easier alert parsing, such as host:\${hostInfo}
|
|
4728
|
+
5. In \`Notification Object\`, select the created \`FlashDuty\` notification channel
|
|
4729
|
+
6. Click \`Confirm\` to complete the configuration
|
|
4730
|
+
|
|
4731
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/en/hw/hw-apm-2.png" />
|
|
4732
|
+
|
|
4733
|
+
**Note:** The current integration configuration only supports application monitoring alerts, and does not fully support front-end monitoring, link tracking, and App monitoring alerts.
|
|
4734
|
+
</div>
|
|
4735
|
+
|
|
4736
|
+
## II. Status Mapping
|
|
4737
|
+
|
|
4738
|
+
<div class="md-block">
|
|
4739
|
+
|
|
4740
|
+
| Huawei Cloud APM | Flashduty | Severity |
|
|
4741
|
+
| ---------- | -------- | ---- |
|
|
4742
|
+
| CRITICAL | Critical | Critical |
|
|
4743
|
+
| COMMON | Info | Info |
|
|
4744
|
+
|
|
4745
|
+
</div>
|
|
4746
|
+
|
|
4747
|
+
`,O=`---
|
|
4643
4748
|
title: "Custom Change Event Integration Guide"
|
|
4644
4749
|
description: "Push change events from your own systems to Flashduty using standard protocols. Most incidents are caused by changes, and the correlation between changes and alerts helps quickly identify incident causes."
|
|
4645
4750
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -4696,7 +4801,7 @@ Labels are descriptions of events. You should enrich label content as much as po
|
|
|
4696
4801
|
|
|
4697
4802
|
</details>
|
|
4698
4803
|
|
|
4699
|
-
`,
|
|
4804
|
+
`,j=`---
|
|
4700
4805
|
title: "Jira Issue Events"
|
|
4701
4806
|
description: "Sync Jira Issue events to Flashduty via webhooks to collect change events."
|
|
4702
4807
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -4770,7 +4875,7 @@ Flashduty extracts the status.name information from the webhook payload by defau
|
|
|
4770
4875
|
Please contact Flashduty if you wish to modify this mapping.
|
|
4771
4876
|
|
|
4772
4877
|
</div>
|
|
4773
|
-
|
|
4878
|
+
`,$=`---
|
|
4774
4879
|
title: Contributing to our documentation — Meilisearch documentation
|
|
4775
4880
|
description: The Meilisearch documentation is open-source. Learn how to help make it even better.
|
|
4776
4881
|
sidebarDepth: 3
|
|
@@ -4905,7 +5010,7 @@ Once published, you can access the application via mobile/PC client. First-time
|
|
|
4905
5010
|
|Group Bot Webhook|Maximum 100 calls/minute|
|
|
4906
5011
|
|Sending messages to the same user or group|Maximum 5 calls/second|
|
|
4907
5012
|
|
|
4908
|
-
**Note:** Messages cannot be pushed normally when exceeding limits, please use notification channels reasonably
|
|
5013
|
+
**Note:** Messages cannot be pushed normally when exceeding limits, please use notification channels reasonably`,H=`---
|
|
4909
5014
|
title: "Dingtalk Integration"
|
|
4910
5015
|
description: "Integrate with Dingtalk custom application to receive and respond to alerts within Dingtalk"
|
|
4911
5016
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -5061,7 +5166,7 @@ After the application is released, you can access it via mobile/PC client. First
|
|
|
5061
5166
|
|Enterprise|5,500,000|60|1st of each month|
|
|
5062
5167
|
|
|
5063
5168
|
**Note:** Messages cannot be pushed normally after exceeding limits, please use notification channels reasonably
|
|
5064
|
-
`,
|
|
5169
|
+
`,B=`---
|
|
5065
5170
|
title: "WeCom Integration"
|
|
5066
5171
|
description: "Integrate WeCom third-party application to receive and respond to alerts within WeCom"
|
|
5067
5172
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -5140,7 +5245,7 @@ Integrate WeCom third-party application to receive and respond to alerts within
|
|
|
5140
5245
|
7. **Incident notification fails with \`WeCom License Not Activated\`?**
|
|
5141
5246
|
|
|
5142
5247
|
- Contact Flashduty customer service or dedicated support for license purchase and activation
|
|
5143
|
-
`,
|
|
5248
|
+
`,V=`---
|
|
5144
5249
|
title: "Slack Integration"
|
|
5145
5250
|
description: "Integrate with Slack to receive and respond to alerts within Slack"
|
|
5146
5251
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -5194,7 +5299,7 @@ Integrate with Slack to receive and respond to alerts within Slack.
|
|
|
5194
5299
|
|
|
5195
5300
|
8. **Slack App shows Other questions error**
|
|
5196
5301
|
- Try again, as this might be an unrecorded issue
|
|
5197
|
-
- If the error persists, contact customer support`,
|
|
5302
|
+
- If the error persists, contact customer support`,z=`---
|
|
5198
5303
|
title: "Microsoft Teams Integration"
|
|
5199
5304
|
description: "Integrate Microsoft Teams as a third-party application to receive and respond to alerts within Microsoft Teams"
|
|
5200
5305
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -5289,7 +5394,7 @@ Please check in Integration Center => Instant Messaging => Microsoft Teams under
|
|
|
5289
5394
|
Currently not supported
|
|
5290
5395
|
</details>
|
|
5291
5396
|
|
|
5292
|
-
`,
|
|
5397
|
+
`,K=`Configure alert webhooks to receive HTTP callbacks at your specified URL when alerts have specific actions (such as triggering or closing). The callback content includes the latest key information about the alert, allowing integration with your custom tools.
|
|
5293
5398
|
|
|
5294
5399
|
<span id="EventTypes"></span>
|
|
5295
5400
|
|
|
@@ -5457,7 +5562,7 @@ curl -X POST 'https://example.com/alert/webhook?a=a' \\
|
|
|
5457
5562
|
4. **Trusted IP whitelist for push sources?**
|
|
5458
5563
|
- {ip_whitelist}
|
|
5459
5564
|
- May be updated in the future, please check periodically
|
|
5460
|
-
`,
|
|
5565
|
+
`,Z=`Configure incident webhooks to receive HTTP callbacks at your specified URL when incidents have specific actions (such as triggering or closing). The callback content includes the latest key information about the incident, allowing integration with your custom tools.
|
|
5461
5566
|
|
|
5462
5567
|
<span id="EventTypes"></span>
|
|
5463
5568
|
|
|
@@ -5663,7 +5768,7 @@ curl -X POST 'https://example.com/incident/webhook?a=a' \\
|
|
|
5663
5768
|
|
|
5664
5769
|
4. **Trusted IP whitelist for push sources?**
|
|
5665
5770
|
- {ip_whitelist}
|
|
5666
|
-
- May be updated in the future, please check periodically`,
|
|
5771
|
+
- May be updated in the future, please check periodically`,J=`Custom incident actions allow you to quickly invoke external interfaces during incident troubleshooting for incident self-healing, information enrichment, and other custom operations.
|
|
5667
5772
|
|
|
5668
5773
|
## I. Creating Actions
|
|
5669
5774
|
|
|
@@ -5910,7 +6015,7 @@ When an incident occurs and is confirmed to be caused by a change, directly trig
|
|
|
5910
6015
|
|
|
5911
6016
|
### Update Status Page
|
|
5912
6017
|
|
|
5913
|
-
When an incident is confirmed to affect online services, trigger external status page updates to prompt`,
|
|
6018
|
+
When an incident is confirmed to affect online services, trigger external status page updates to prompt`,Q=`---
|
|
5914
6019
|
title: "Configure Notification Templates"
|
|
5915
6020
|
description: "Customize notification content through template configuration"
|
|
5916
6021
|
date: "2024-05-10T10:00:00+08:00"
|
|
@@ -6513,4 +6618,4 @@ If custom content is not set, the system default template will be used for notif
|
|
|
6513
6618
|
As shown below:
|
|
6514
6619
|
<img src="https://download.flashcat.cloud/flashduty/doc/en/fd/template-mail-1.png" width="800">
|
|
6515
6620
|
|
|
6516
|
-
`,
|
|
6621
|
+
`,X={CustomAlert:n,Email:t,N9e:a,Prometheus:o,Grafana:i,Zabbix:s,UptimeKuma:r,AliyunARMS:l,AliyunCmEvent:d,AliyunCm:c,AliyunSLS:e,AWSCW:e,AzureMonitor:h,BaiDuBCM:u,HuaWeiCES:g,InfluxDB:p,OpenFalcon:m,PagerDuty:f,TencentBK:y,TencentCLS:v,TencentCm:b,TencentEb:w,OceanBase:C,Graylog:k,Skywalking:I,Sentry:S,Jiankongbao:A,AWSEventBridge:L,Dynatrace:_,HuaweiyunLTS:F,GoogleCM:x,Zilliz:Y,Splunk:R,AppDynamics:T,SolarWinds:U,VolcEngineMetric:E,VolcEngineEvent:D,VolcEngineTLS:N,OpManager:P,Meraki:M,StateCloud:W,Guance:G,CustomChange:O,Jira:j,Lark:$,Dingtalk:H,Wecom:B,Slack:V,MicrosoftTeams:z,AlertWebhook:K,IncidentWebhook:Z,CustomAction:J,Templates:Q,HuaweiyunAPM:q};module.exports=X;
|
package/dist/esm/zh.js
CHANGED
|
@@ -4904,6 +4904,114 @@ url: "https://docs.flashcat.cloud/zh/flashduty/zilliz-integration-guide"
|
|
|
4904
4904
|
</div>
|
|
4905
4905
|
|
|
4906
4906
|
`,H=`---
|
|
4907
|
+
title: "华为云 APM 告警事件"
|
|
4908
|
+
description: "通过 webhook 的方式同步华为云 APM 告警事件到 Flashduty,实现告警事件自动化降噪处理"
|
|
4909
|
+
date: "2024-07-05T10:00:00+08:00"
|
|
4910
|
+
url: "https://docs.flashcat.cloud/zh/flashduty/huawei-apm-integration-guide"
|
|
4911
|
+
---
|
|
4912
|
+
|
|
4913
|
+
通过 webhook 的方式同步华为云 APM 告警事件到 Flashduty,实现告警事件自动化降噪处理。
|
|
4914
|
+
|
|
4915
|
+
<div class="hide">
|
|
4916
|
+
|
|
4917
|
+
## 在 Flashduty
|
|
4918
|
+
---
|
|
4919
|
+
您可通过以下2种方式,获取一个集成推送地址,任选其一即可。
|
|
4920
|
+
|
|
4921
|
+
### 使用专属集成
|
|
4922
|
+
|
|
4923
|
+
当您不需要将告警事件路由到不同的协作空间,优先选择此方式,更简单。
|
|
4924
|
+
|
|
4925
|
+
<details>
|
|
4926
|
+
<summary>展开</summary>
|
|
4927
|
+
|
|
4928
|
+
1. 进入 Flashduty 控制台,选择 **协作空间**,进入某个空间的详情页面
|
|
4929
|
+
2. 选择 **集成数据** tab,点击 **添加一个集成**,进入添加集成页面
|
|
4930
|
+
3. 选择 **华为云 APM** 集成,点击 **保存**,生成卡片。
|
|
4931
|
+
4. 点击生成的卡片,可以查看到 **推送地址**,复制备用,完成。
|
|
4932
|
+
|
|
4933
|
+
|
|
4934
|
+
</details>
|
|
4935
|
+
|
|
4936
|
+
### 使用共享集成
|
|
4937
|
+
|
|
4938
|
+
当您需要根据告警事件的 Payload 信息,将告警路由到不同的协作空间,优先选择此方式。
|
|
4939
|
+
|
|
4940
|
+
<details>
|
|
4941
|
+
<summary>展开</summary>
|
|
4942
|
+
|
|
4943
|
+
1. 进入 Flashduty 控制台,选择 **集成中心=>告警事件**,进入集成选择页面。
|
|
4944
|
+
2. 选择 **华为云 APM** 集成:
|
|
4945
|
+
- **集成名称**:为当前集成定义一个名称。
|
|
4946
|
+
3. 点击 **保存** 后,复制当前页面的新生成的 **推送地址** 备用。
|
|
4947
|
+
4. 点击 **创建路由**,为集成配置路由规则。您可以按条件匹配不同的告警到不同的协作空间,也可以直接设置默认协作空间作为兜底,后续再按需调整。
|
|
4948
|
+
5. 完成。
|
|
4949
|
+
|
|
4950
|
+
</details>
|
|
4951
|
+
</div>
|
|
4952
|
+
|
|
4953
|
+
## 在华为云 APM
|
|
4954
|
+
---
|
|
4955
|
+
|
|
4956
|
+
<div class="md-block">
|
|
4957
|
+
|
|
4958
|
+
|
|
4959
|
+
## 一、华为云 APM 告警推送配置
|
|
4960
|
+
|
|
4961
|
+
### 创建 FlashDuty 告警通道
|
|
4962
|
+
1. 登录您的华为云控制台,检索 \`SMN\` 消息通知服务产品,并进入对应产品控制台。
|
|
4963
|
+
2. 在左侧导航栏选择 \`主题管理=>主题\`。
|
|
4964
|
+
3. 点击 \`创建主题\`,在编辑页面中的主题名称处输入 \`FlashDuty\` 并点击确认。
|
|
4965
|
+
|
|
4966
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/huawei-lts-1.png" />
|
|
4967
|
+
|
|
4968
|
+
4. 回到主题列表后,在刚创建的 FlashDuty 主题中点击 \`添加订阅\`。
|
|
4969
|
+
|
|
4970
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/huawei-lts-2.png" />
|
|
4971
|
+
|
|
4972
|
+
5. 在编辑页面中,协议选择 \`HTTPS\`,订阅终端填写 **集成推送地址** 并点击确认。
|
|
4973
|
+
|
|
4974
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/huawei-lts-3.png" />
|
|
4975
|
+
|
|
4976
|
+
6. 添加完成后,可以在订阅列表中查看已添加的订阅状态是否为 **已确认**。
|
|
4977
|
+
|
|
4978
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/huawei-lts-4.png" />
|
|
4979
|
+
|
|
4980
|
+
### 配置应用监控告警
|
|
4981
|
+
|
|
4982
|
+
#### 步骤1:添加通知配置
|
|
4983
|
+
1. 登录您的 \`华为云 APM\` 控制台,在 \`应用监控=>指标\` 中,点击 \`通知配置\`。
|
|
4984
|
+
2. 选择对应的区域后,点击 \`新增\`,在主题处选择已创建的 \`FlashDuty\` 主题。
|
|
4985
|
+
3. 点击 \`确认\` 完成配置。
|
|
4986
|
+
|
|
4987
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/zh/hw/hw-apm-1.png" />
|
|
4988
|
+
|
|
4989
|
+
#### 步骤2:创建告警策略
|
|
4990
|
+
1. 在 \`应用监控=>指标\` 中,选择您的应用并点击 \`设置\` 按钮。
|
|
4991
|
+
2. 选择 \`告警策略\`,点击 \`新增自定义告警策略\` 或编辑已有的告警策略。
|
|
4992
|
+
3. 在 \`告警策略\` 编辑页面中,告警指标、告警条件等请按业务需要进行配置。
|
|
4993
|
+
4. \`告警内容\` 中在引用变量时,建议以K:V的格式进行配置,便于后续告警事件的解析,比如 host:\${hostInfo}。
|
|
4994
|
+
5. \`通知对象\` 中选择已创建的 \`FlashDuty\` 通知渠道。
|
|
4995
|
+
6. 点击 \`确认\` 完成配置。
|
|
4996
|
+
|
|
4997
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/zh/hw/hw-apm-2.png" />
|
|
4998
|
+
|
|
4999
|
+
**注意:** 当前集成配置仅支持应用监控告警,还未完全兼容前端监控、链路追踪、App监控告警。
|
|
5000
|
+
</div>
|
|
5001
|
+
|
|
5002
|
+
## 二、状态对照
|
|
5003
|
+
|
|
5004
|
+
<div class="md-block">
|
|
5005
|
+
|
|
5006
|
+
| 华为云 APM | Flashduty | 状态 |
|
|
5007
|
+
| ---------- | -------- | ---- |
|
|
5008
|
+
| 严重告警 | Critical | 严重 |
|
|
5009
|
+
| 轻微告警 | Info | 提醒 |
|
|
5010
|
+
|
|
5011
|
+
|
|
5012
|
+
</div>
|
|
5013
|
+
|
|
5014
|
+
`,O=`---
|
|
4907
5015
|
title: "自定义变更事件集成指引"
|
|
4908
5016
|
description: "通过标准协议推送自有系统变更事件到 Flashduty,大部分故障由变更导致,变更和告警事件联动有助于快速定位故障原因。"
|
|
4909
5017
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -4960,9 +5068,9 @@ Flashduty 已经适配部分常用工单、部署系统的 webhook 协议,对
|
|
|
4960
5068
|
|
|
4961
5069
|
</details>
|
|
4962
5070
|
|
|
4963
|
-
`,
|
|
4964
|
-
title: ""
|
|
4965
|
-
description: ""
|
|
5071
|
+
`,q=`---
|
|
5072
|
+
title: "Jira 事件集成指引"
|
|
5073
|
+
description: "通过 webhook 的方式同步 Jira Issue 事件到 Flashduty,实现变更事件收集。"
|
|
4966
5074
|
date: "2024-05-11T10:00:00+08:00"
|
|
4967
5075
|
url: "https://docs.flashcat.cloud/zh/flashduty/jira-integration-guide"
|
|
4968
5076
|
---
|
|
@@ -5034,7 +5142,7 @@ Flashduty 默认提取 webhook payload 中 status.name 信息,并按照下边
|
|
|
5034
5142
|
如您希望变更此映射关系,请联系 Flashduty。
|
|
5035
5143
|
|
|
5036
5144
|
</div>
|
|
5037
|
-
`,
|
|
5145
|
+
`,B=`---
|
|
5038
5146
|
title: Contributing to our documentation — Meilisearch documentation
|
|
5039
5147
|
description: The Meilisearch documentation is open-source. Learn how to help make it even better.
|
|
5040
5148
|
sidebarDepth: 3
|
|
@@ -5151,7 +5259,7 @@ sidebarDepth: 3
|
|
|
5151
5259
|
|
|
5152
5260
|
<img alt="drawing" width="800" src="https://download.flashcat.cloud/feishu-self-app-invite-to-chat.jpeg" />
|
|
5153
5261
|
<img src="https://download.flashcat.cloud/feishu-self-app-notify-rule.png" alt="drawing" width="800"/>
|
|
5154
|
-
`,
|
|
5262
|
+
`,G=`---
|
|
5155
5263
|
title: "钉钉集成"
|
|
5156
5264
|
description: "通过集成钉钉自建应用,实现在钉钉端内接收和响应告警的能力"
|
|
5157
5265
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -5302,7 +5410,7 @@ url: "https://docs.flashcat.cloud/zh/flashduty/dingtalk-integration-guide"
|
|
|
5302
5410
|
|
|
5303
5411
|
<img src="https://download.flashcat.cloud/dingtalk-self-app-notify-rule.png" alt="drawing" width="800"/>
|
|
5304
5412
|
|
|
5305
|
-
`,
|
|
5413
|
+
`,V=`---
|
|
5306
5414
|
title: "企业微信集成"
|
|
5307
5415
|
description: "通过集成企业微信第三方应用,实现在企业微信端内接收和响应告警的能力"
|
|
5308
5416
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -5382,7 +5490,7 @@ url: "https://docs.flashcat.cloud/zh/flashduty/wecom-integration-guide"
|
|
|
5382
5490
|
7. **故障通知失败,提示\`未开通企微许可\`?**
|
|
5383
5491
|
|
|
5384
5492
|
- 联系 Flashduty 客服或专属支持,为您购买开通
|
|
5385
|
-
`,
|
|
5493
|
+
`,K=`---
|
|
5386
5494
|
title: "Slack 集成"
|
|
5387
5495
|
description: "通过集成Slack第三方应用,实现在Slack内接收和响应告警的能力"
|
|
5388
5496
|
date: "2024-05-11T10:00:00+08:00"
|
|
@@ -5531,7 +5639,7 @@ Microsoft Teams 集成现处于 Beta 阶段,在关联前您需要先完成以
|
|
|
5531
5639
|
暂不支持
|
|
5532
5640
|
</details>
|
|
5533
5641
|
|
|
5534
|
-
`,
|
|
5642
|
+
`,J=`配置告警 Webhook,当告警发生特定操作(如触发、关闭)时,系统通过 HTTP 回调您配置的地址。回调内容将包含告警最新关键信息,您可以与自研工具进行集成。
|
|
5535
5643
|
|
|
5536
5644
|
<span id="EventTypes"></span>
|
|
5537
5645
|
|
|
@@ -5699,7 +5807,7 @@ curl -X POST 'https://example.com/alert/webhook?a=a' \\
|
|
|
5699
5807
|
4. **推送来源可信 IP 白名单?**
|
|
5700
5808
|
- {ip_whitelist}
|
|
5701
5809
|
- 未来可能会更新,请定期查验
|
|
5702
|
-
`,
|
|
5810
|
+
`,X=`配置故障 Webhook,当故障发生特定操作(如触发、关闭)时,系统通过 HTTP 回调您配置的地址。回调内容将包含故障最新关键信息,您可以与自研工具进行集成。
|
|
5703
5811
|
|
|
5704
5812
|
<span id="EventTypes"></span>
|
|
5705
5813
|
|
|
@@ -5906,7 +6014,7 @@ curl -X POST 'https://example.com/incident/webhook?a=a' \\
|
|
|
5906
6014
|
|
|
5907
6015
|
4. **推送来源可信 IP 白名单?**
|
|
5908
6016
|
- {ip_whitelist}
|
|
5909
|
-
- 未来可能会更新,请定期查验`,
|
|
6017
|
+
- 未来可能会更新,请定期查验`,Q=`配置故障 自定义操作,允许您在故障排查期间,快速调用外部接口,实现故障自愈、信息丰富等任何自定义操作。
|
|
5910
6018
|
|
|
5911
6019
|
## 一、创建操作
|
|
5912
6020
|
|
|
@@ -6165,7 +6273,7 @@ curl -X POST 'https://example.com/incident/action?a=a' \\
|
|
|
6165
6273
|
|
|
6166
6274
|
2. **推送来源可信 IP 白名单?**
|
|
6167
6275
|
- {ip_whitelist}
|
|
6168
|
-
- 未来可能会更新,请定期查验`,
|
|
6276
|
+
- 未来可能会更新,请定期查验`,Y=`---
|
|
6169
6277
|
title: "配置通知模版"
|
|
6170
6278
|
description: "通过自定义配置模版,可以实现个性化通知内容的需求"
|
|
6171
6279
|
date: "2024-05-10T10:00:00+08:00"
|
|
@@ -6995,4 +7103,4 @@ CloseTime | int64 | 否 | 关闭时间,EndTime 为告警恢复时间,CloseTi
|
|
|
6995
7103
|
<img src="https://download.flashcat.cloud/flashduty/changelog/20230720/email_render.png" alt="drawing" style="display: block; margin: 0 auto;" width="500"/>
|
|
6996
7104
|
|
|
6997
7105
|
|
|
6998
|
-
`,
|
|
7106
|
+
`,nn={CustomAlert:n,Email:t,N9e:e,Prometheus:a,Grafana:i,Zabbix:s,UptimeKuma:l,AliyunARMS:d,AliyunCmEvent:o,AliyunCm:r,AliyunSLS:c,AWSCW:u,AzureMonitor:h,BaiDuBCM:m,HuaWeiCES:p,InfluxDB:g,OpenFalcon:y,PagerDuty:f,TencentBK:b,TencentCLS:v,TencentCm:w,TencentEb:_,OceanBase:k,Graylog:F,Skywalking:x,Sentry:T,Jiankongbao:L,AWSEventBridge:A,Dynatrace:S,HuaweiyunLTS:C,GoogleCM:I,Splunk:D,AppDynamics:P,SolarWinds:M,VolcEngineMetric:N,VolcEngineEvent:$,VolcEngineTLS:E,OpManager:R,Meraki:W,Zilliz:U,StateCloud:z,Guance:j,CustomChange:O,Jira:q,Lark:B,Dingtalk:G,Wecom:V,Slack:K,MicrosoftTeams:Z,AlertWebhook:J,IncidentWebhook:X,CustomAction:Q,Templates:Y,HuaweiyunAPM:H};module.exports=nn;
|
package/dist/iife/en.js
CHANGED
|
@@ -6513,4 +6513,109 @@ If custom content is not set, the system default template will be used for notif
|
|
|
6513
6513
|
As shown below:
|
|
6514
6514
|
<img src="https://download.flashcat.cloud/flashduty/doc/en/fd/template-mail-1.png" width="800">
|
|
6515
6515
|
|
|
6516
|
+
`,HuaweiyunAPM:`---
|
|
6517
|
+
title: "Huawei Cloud APM Alerts"
|
|
6518
|
+
description: "Sync Huawei Cloud APM alerts to Flashduty through webhook to achieve automatic alert noise reduction"
|
|
6519
|
+
date: "2024-07-05T10:00:00+08:00"
|
|
6520
|
+
url: "https://docs.flashcat.cloud/en/flashduty/huawei-apm-integration-guide"
|
|
6521
|
+
---
|
|
6522
|
+
|
|
6523
|
+
Sync Huawei Cloud APM alerts to Flashduty through webhook, to achieve automatic noise reduction of alerts.
|
|
6524
|
+
|
|
6525
|
+
<div class="hide">
|
|
6526
|
+
|
|
6527
|
+
## In Flashduty
|
|
6528
|
+
---
|
|
6529
|
+
You can get an integration push URL through the following 2 methods, choose one of them.
|
|
6530
|
+
|
|
6531
|
+
### Use dedicated integration
|
|
6532
|
+
|
|
6533
|
+
When you don't need to route alerts to different channels, choose this method, it's simpler.
|
|
6534
|
+
|
|
6535
|
+
<details>
|
|
6536
|
+
<summary>Expand</summary>
|
|
6537
|
+
|
|
6538
|
+
1. Go to Flashduty console, select **Channels**, enter the details page of a channel
|
|
6539
|
+
2. Select the **Integrations** tab, click **Add Integration** to enter the integration page
|
|
6540
|
+
3. Select **Huawei Cloud APM** integration, click **Save** to generate a card
|
|
6541
|
+
4. Click the generated card to view the **push URL**, copy it for later use. Done.
|
|
6542
|
+
|
|
6543
|
+
</details>
|
|
6544
|
+
|
|
6545
|
+
### Use shared integration
|
|
6546
|
+
|
|
6547
|
+
When you need to route alerts to different channels based on alert payload information, this method is preferred.
|
|
6548
|
+
|
|
6549
|
+
<details>
|
|
6550
|
+
<summary>Expand</summary>
|
|
6551
|
+
|
|
6552
|
+
1. Go to Flashduty console, select **Integration Center=>Alerts** to enter the integration selection page
|
|
6553
|
+
2. Select **Huawei Cloud APM** integration:
|
|
6554
|
+
- **Integration Name**: Define a name for the current integration
|
|
6555
|
+
3. Click **Save** and copy the newly generated **push URL** for later use
|
|
6556
|
+
4. Click **Create Route** to configure routing rules for the integration. You can match different alerts to different channels based on conditions, or set a default channel as a fallback, and adjust as needed later
|
|
6557
|
+
5. Done.
|
|
6558
|
+
|
|
6559
|
+
</details>
|
|
6560
|
+
</div>
|
|
6561
|
+
|
|
6562
|
+
## In Huawei Cloud
|
|
6563
|
+
---
|
|
6564
|
+
|
|
6565
|
+
<div class="md-block">
|
|
6566
|
+
|
|
6567
|
+
## I. Huawei Cloud APM Alert Push Configuration
|
|
6568
|
+
|
|
6569
|
+
### Create FlashDuty Alert Channel
|
|
6570
|
+
1. Log in to your Huawei Cloud console, search for \`SMN\` (Simple Message Notification) service and enter the corresponding product console
|
|
6571
|
+
2. Select \`Topic Management=>Topics\` from the left navigation bar
|
|
6572
|
+
3. Click \`Create Topic\`, enter \`FlashDuty\` in the topic name field and click confirm
|
|
6573
|
+
|
|
6574
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/huawei-lts-1.png" />
|
|
6575
|
+
|
|
6576
|
+
4. Back in the topic list, click \`Add Subscription\` in the newly created FlashDuty topic
|
|
6577
|
+
|
|
6578
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/huawei-lts-2.png" />
|
|
6579
|
+
|
|
6580
|
+
5. In the edit page, select \`HTTPS\` for protocol, enter the **integration push URL** for subscription endpoint and click confirm
|
|
6581
|
+
|
|
6582
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/huawei-lts-3.png" />
|
|
6583
|
+
|
|
6584
|
+
6. After adding, check if the subscription status shows **Confirmed** in the subscription list
|
|
6585
|
+
|
|
6586
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/huawei-lts-4.png" />
|
|
6587
|
+
|
|
6588
|
+
### Configure Application Monitoring Alerts
|
|
6589
|
+
|
|
6590
|
+
#### Step 1: Add Notification Configuration
|
|
6591
|
+
1. Log in to your \`Huawei Cloud APM\` console, under \`Application Monitoring=>Metrics\`, click \`Notification\`
|
|
6592
|
+
2. Select the corresponding region, click \`Add\`, and select the created \`FlashDuty\` topic
|
|
6593
|
+
3. Click \`Confirm\` to complete the configuration
|
|
6594
|
+
|
|
6595
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/en/hw/hw-apm-1.png" />
|
|
6596
|
+
|
|
6597
|
+
#### Step 2: Create Alert Policy
|
|
6598
|
+
1. Under \`Application Monitoring=>Metrics\`, select your application and click the \`Settings\` button
|
|
6599
|
+
2. Select \`Alarm Policy\`, click \`Add Custom Alarm Policy\` or edit an existing alarm policy
|
|
6600
|
+
3. In the \`Alarm Policy\` edit page, configure alert metrics and conditions according to your business needs
|
|
6601
|
+
4. In \`Notification Content\`, when referencing variables, it's recommended to use K:V format for easier alert parsing, such as host:\${hostInfo}
|
|
6602
|
+
5. In \`Notification Object\`, select the created \`FlashDuty\` notification channel
|
|
6603
|
+
6. Click \`Confirm\` to complete the configuration
|
|
6604
|
+
|
|
6605
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/en/hw/hw-apm-2.png" />
|
|
6606
|
+
|
|
6607
|
+
**Note:** The current integration configuration only supports application monitoring alerts, and does not fully support front-end monitoring, link tracking, and App monitoring alerts.
|
|
6608
|
+
</div>
|
|
6609
|
+
|
|
6610
|
+
## II. Status Mapping
|
|
6611
|
+
|
|
6612
|
+
<div class="md-block">
|
|
6613
|
+
|
|
6614
|
+
| Huawei Cloud APM | Flashduty | Severity |
|
|
6615
|
+
| ---------- | -------- | ---- |
|
|
6616
|
+
| CRITICAL | Critical | Critical |
|
|
6617
|
+
| COMMON | Info | Info |
|
|
6618
|
+
|
|
6619
|
+
</div>
|
|
6620
|
+
|
|
6516
6621
|
`};n.FlashDocsEn=u})(window);
|
package/dist/iife/zh.js
CHANGED
|
@@ -4961,8 +4961,8 @@ Flashduty 已经适配部分常用工单、部署系统的 webhook 协议,对
|
|
|
4961
4961
|
</details>
|
|
4962
4962
|
|
|
4963
4963
|
`,Jira:`---
|
|
4964
|
-
title: ""
|
|
4965
|
-
description: ""
|
|
4964
|
+
title: "Jira 事件集成指引"
|
|
4965
|
+
description: "通过 webhook 的方式同步 Jira Issue 事件到 Flashduty,实现变更事件收集。"
|
|
4966
4966
|
date: "2024-05-11T10:00:00+08:00"
|
|
4967
4967
|
url: "https://docs.flashcat.cloud/zh/flashduty/jira-integration-guide"
|
|
4968
4968
|
---
|
|
@@ -6995,4 +6995,112 @@ CloseTime | int64 | 否 | 关闭时间,EndTime 为告警恢复时间,CloseTi
|
|
|
6995
6995
|
<img src="https://download.flashcat.cloud/flashduty/changelog/20230720/email_render.png" alt="drawing" style="display: block; margin: 0 auto;" width="500"/>
|
|
6996
6996
|
|
|
6997
6997
|
|
|
6998
|
+
`,HuaweiyunAPM:`---
|
|
6999
|
+
title: "华为云 APM 告警事件"
|
|
7000
|
+
description: "通过 webhook 的方式同步华为云 APM 告警事件到 Flashduty,实现告警事件自动化降噪处理"
|
|
7001
|
+
date: "2024-07-05T10:00:00+08:00"
|
|
7002
|
+
url: "https://docs.flashcat.cloud/zh/flashduty/huawei-apm-integration-guide"
|
|
7003
|
+
---
|
|
7004
|
+
|
|
7005
|
+
通过 webhook 的方式同步华为云 APM 告警事件到 Flashduty,实现告警事件自动化降噪处理。
|
|
7006
|
+
|
|
7007
|
+
<div class="hide">
|
|
7008
|
+
|
|
7009
|
+
## 在 Flashduty
|
|
7010
|
+
---
|
|
7011
|
+
您可通过以下2种方式,获取一个集成推送地址,任选其一即可。
|
|
7012
|
+
|
|
7013
|
+
### 使用专属集成
|
|
7014
|
+
|
|
7015
|
+
当您不需要将告警事件路由到不同的协作空间,优先选择此方式,更简单。
|
|
7016
|
+
|
|
7017
|
+
<details>
|
|
7018
|
+
<summary>展开</summary>
|
|
7019
|
+
|
|
7020
|
+
1. 进入 Flashduty 控制台,选择 **协作空间**,进入某个空间的详情页面
|
|
7021
|
+
2. 选择 **集成数据** tab,点击 **添加一个集成**,进入添加集成页面
|
|
7022
|
+
3. 选择 **华为云 APM** 集成,点击 **保存**,生成卡片。
|
|
7023
|
+
4. 点击生成的卡片,可以查看到 **推送地址**,复制备用,完成。
|
|
7024
|
+
|
|
7025
|
+
|
|
7026
|
+
</details>
|
|
7027
|
+
|
|
7028
|
+
### 使用共享集成
|
|
7029
|
+
|
|
7030
|
+
当您需要根据告警事件的 Payload 信息,将告警路由到不同的协作空间,优先选择此方式。
|
|
7031
|
+
|
|
7032
|
+
<details>
|
|
7033
|
+
<summary>展开</summary>
|
|
7034
|
+
|
|
7035
|
+
1. 进入 Flashduty 控制台,选择 **集成中心=>告警事件**,进入集成选择页面。
|
|
7036
|
+
2. 选择 **华为云 APM** 集成:
|
|
7037
|
+
- **集成名称**:为当前集成定义一个名称。
|
|
7038
|
+
3. 点击 **保存** 后,复制当前页面的新生成的 **推送地址** 备用。
|
|
7039
|
+
4. 点击 **创建路由**,为集成配置路由规则。您可以按条件匹配不同的告警到不同的协作空间,也可以直接设置默认协作空间作为兜底,后续再按需调整。
|
|
7040
|
+
5. 完成。
|
|
7041
|
+
|
|
7042
|
+
</details>
|
|
7043
|
+
</div>
|
|
7044
|
+
|
|
7045
|
+
## 在华为云 APM
|
|
7046
|
+
---
|
|
7047
|
+
|
|
7048
|
+
<div class="md-block">
|
|
7049
|
+
|
|
7050
|
+
|
|
7051
|
+
## 一、华为云 APM 告警推送配置
|
|
7052
|
+
|
|
7053
|
+
### 创建 FlashDuty 告警通道
|
|
7054
|
+
1. 登录您的华为云控制台,检索 \`SMN\` 消息通知服务产品,并进入对应产品控制台。
|
|
7055
|
+
2. 在左侧导航栏选择 \`主题管理=>主题\`。
|
|
7056
|
+
3. 点击 \`创建主题\`,在编辑页面中的主题名称处输入 \`FlashDuty\` 并点击确认。
|
|
7057
|
+
|
|
7058
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/huawei-lts-1.png" />
|
|
7059
|
+
|
|
7060
|
+
4. 回到主题列表后,在刚创建的 FlashDuty 主题中点击 \`添加订阅\`。
|
|
7061
|
+
|
|
7062
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/huawei-lts-2.png" />
|
|
7063
|
+
|
|
7064
|
+
5. 在编辑页面中,协议选择 \`HTTPS\`,订阅终端填写 **集成推送地址** 并点击确认。
|
|
7065
|
+
|
|
7066
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/huawei-lts-3.png" />
|
|
7067
|
+
|
|
7068
|
+
6. 添加完成后,可以在订阅列表中查看已添加的订阅状态是否为 **已确认**。
|
|
7069
|
+
|
|
7070
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/huawei-lts-4.png" />
|
|
7071
|
+
|
|
7072
|
+
### 配置应用监控告警
|
|
7073
|
+
|
|
7074
|
+
#### 步骤1:添加通知配置
|
|
7075
|
+
1. 登录您的 \`华为云 APM\` 控制台,在 \`应用监控=>指标\` 中,点击 \`通知配置\`。
|
|
7076
|
+
2. 选择对应的区域后,点击 \`新增\`,在主题处选择已创建的 \`FlashDuty\` 主题。
|
|
7077
|
+
3. 点击 \`确认\` 完成配置。
|
|
7078
|
+
|
|
7079
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/zh/hw/hw-apm-1.png" />
|
|
7080
|
+
|
|
7081
|
+
#### 步骤2:创建告警策略
|
|
7082
|
+
1. 在 \`应用监控=>指标\` 中,选择您的应用并点击 \`设置\` 按钮。
|
|
7083
|
+
2. 选择 \`告警策略\`,点击 \`新增自定义告警策略\` 或编辑已有的告警策略。
|
|
7084
|
+
3. 在 \`告警策略\` 编辑页面中,告警指标、告警条件等请按业务需要进行配置。
|
|
7085
|
+
4. \`告警内容\` 中在引用变量时,建议以K:V的格式进行配置,便于后续告警事件的解析,比如 host:\${hostInfo}。
|
|
7086
|
+
5. \`通知对象\` 中选择已创建的 \`FlashDuty\` 通知渠道。
|
|
7087
|
+
6. 点击 \`确认\` 完成配置。
|
|
7088
|
+
|
|
7089
|
+
<img alt="drawing" width="600" src="https://download.flashcat.cloud/flashduty/doc/zh/hw/hw-apm-2.png" />
|
|
7090
|
+
|
|
7091
|
+
**注意:** 当前集成配置仅支持应用监控告警,还未完全兼容前端监控、链路追踪、App监控告警。
|
|
7092
|
+
</div>
|
|
7093
|
+
|
|
7094
|
+
## 二、状态对照
|
|
7095
|
+
|
|
7096
|
+
<div class="md-block">
|
|
7097
|
+
|
|
7098
|
+
| 华为云 APM | Flashduty | 状态 |
|
|
7099
|
+
| ---------- | -------- | ---- |
|
|
7100
|
+
| 严重告警 | Critical | 严重 |
|
|
7101
|
+
| 轻微告警 | Info | 提醒 |
|
|
7102
|
+
|
|
7103
|
+
|
|
7104
|
+
</div>
|
|
7105
|
+
|
|
6998
7106
|
`};n.FlashDocsZh=t})(window);
|
package/dist/zh.d.ts
CHANGED