Overview
Observability: Boards, Logs & Analytics covers how to build dashboards and read logs, and Analytics API: Custom Metric Queries covers pulling that same data programmatically — but both of those are things you have to go look at. This page covers the piece that comes to you: Sulus's monitoring system, which continuously watches your assistants in the background and alerts your team the moment something crosses a threshold you define, without anyone needing to check a dashboard.
The monitoring system has four building blocks that work together:
| Building block | What it does |
|---|---|
| Monitor | The top-level configuration: defines what to watch, which assistants to target, and when to evaluate |
| Trigger | Runs on a schedule and evaluates call data against a threshold you define |
| Issue | Created automatically when a trigger's threshold is exceeded |
| Notifier | The alert channel — email, Slack, or webhook — that delivers the notification |
If you only need to watch spend, Spending Limits & Cost Monitoring already walks through that specific case (a Monitor set to the Infrastructure category with a Cost metric). This page covers the general system underneath it — the other three monitor categories, schedule-based triggers, and the full API path for building a monitor from scratch.