Alerters allow you to send messages to chat services (like Slack, Discord, Mattermost, etc.) from within your pipelines. This is useful to immediately get notified when failures happen, for general monitoring/reporting, and also for building human-in-the-loop ML.Documentation Index
Fetch the complete documentation index at: https://zenml.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Alerter Flavors
Currently, the SlackAlerter is the only available alerter integration. However, it is straightforward to extend ZenML and build an alerter for other chat services.| Alerter | Flavor | Integration | Notes |
|---|---|---|---|
| Slack | slack | slack | Interacts with a Slack channel |
| Custom Implementation | custom | Extend the alerter abstraction and provide your own implementation |