# 监控告警

## 智能监控

方舟会在每日0时自动计算所有事件过去12周的历史波动区间并与过去一天的实际值进行比较，如果波动超出一定的范围则会进行提醒。

![智能告警 - 查看告警详情](/files/-LvAGAatKBtyZv30OpgW)

详见：

{% content-ref url="/pages/-LrDiriquMZOmREYc-QF" %}
[智能监控](/features/project-manegement/monitoring/intelligent-monitoring.md)
{% endcontent-ref %}

## 自定义监控

如果希望更灵活配置监控条件可以使用自定义监控。

与智能监控对比，你可以设定事件具体的属性、可以选择告警时间以及将指标的绝对值作为告警条件。

![](/files/-LvAG4xtrbDQmq7rrt71)

详见：

{% content-ref url="/pages/-LaQG6TxuNhLF1LABbER" %}
[自定义监控](/features/project-manegement/monitoring/monitoring.md)
{% endcontent-ref %}

## 智能监控 vs 自定义监控

|          | 智能监控                                             | 自定义监控       |
| -------- | ------------------------------------------------ | ----------- |
| **监控方式** | 自动监控                                             | 手动设置        |
| **监控范围** | 所有启用事件的次数和用户数                                    | 指定事件更多的计算方式 |
| **指标设定** | 不含维度                                             | 可设定维度       |
| **计算时间** | 每日0点提醒                                           | 自定时间        |
| **对比区间** | 与过往12周平均值的预测区间对比                                 | 与指定值对比      |
| **阈值设定** | <p>严格：+/=10%</p><p>中等：+/-30%</p><p>宽松：+/-50%</p> | 自行设定百分比，绝对值 |
| **告警方式** | 站内消息、邮件                                          | 站内消息、邮件     |
| **告警范围** | <p>管理员控制全局开关</p><p>个人控制自己的开关</p>                 | 指定邮件接收人     |
| **告警详情** | 事件分析                                             | 事件分析        |

{% hint style="info" %}
以上内容没有解答我的问题？[点击我来反馈](https://support.qq.com/products/118522/) 🚀
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://arkdocs.analysys.cn/features/project-manegement/monitoring.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
