Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.
Original topic: 如何将集群的告警发送到飞书或者钉钉?
I checked the official documentation and forums, but couldn’t find any related tutorials.
- From my preliminary understanding, it seems that you can configure alert notifications through Grafana or Alertmanager?
- How exactly do you configure it? What are the configuration parameters and rules? Are there any recommended tutorials?
Refer to the practices of other students:
This is the official one:
Thanks a lot, how come I didn’t find it? 
The alerting function is provided by Alertmanager. You should mainly search for the keyword “Alertmanager.” This is not a standard feature provided by TiDB itself, so it is mentioned less in the official documentation. However, you can change your approach and search for the implementation of “Alertmanager + webhook,” which might yield new insights.