What Counts as an Active Monitor
Each individual monitor counts toward your limit:- Each freshness schedule = 1 monitor
- Each data quality metric (row count, null %, distinct count, etc.) = 1 monitor
- Each validity rule (regex, allowed values, format checks) = 1 monitor
- Each referential integrity check (orphan detection) = 1 monitor
Key Rules
- Per-item counting - Each monitor counts separately toward your limit
- Multiple monitors on one table - A table with 1 freshness + 5 metrics + 3 validity rules = 9 monitors
- Removing monitors reduces your count - Delete a metric or schedule and your count decreases by 1
- Cross-database - Monitors from all your connected databases count toward one shared limit
What’s Free (Unlimited)
The following features are free and do not count toward your monitor limit:| Feature | Description |
|---|---|
| Schema discovery | Discovering tables and columns in your databases |
| Schema drift monitoring | Alerts when schema changes are detected |
| AI descriptions & tags | Auto-generated documentation for your data |
| Alert destinations | Slack, email, PagerDuty, webhooks configuration |
Checking Your Usage
Go to Settings → Billing to see:- Current monitors in use vs. your plan limit
- Breakdown by feature type (freshness, data quality, validity)
- Which tables have monitors
- Which databases they belong to
Approaching Your Limit
When you reach 80% of your monitor limit, you’ll see a warning in the billing settings. To add more monitors, you can:- Remove unused monitors - Delete metrics or schedules you no longer need
- Upgrade your plan - Higher tiers include more monitors at a lower per-monitor cost
Example
If you’re on the Starter plan (20 monitors) and you:- Add freshness schedule to
orderstable → 1/20 monitors used - Add 3 data quality metrics to
orders→ 4/20 monitors used (1 freshness + 3 metrics) - Add freshness to
customerstable → 5/20 monitors used - Add 2 validity rules to
customers→ 7/20 monitors used - Delete freshness from
orders→ 6/20 monitors used - Delete 1 metric from
orders→ 5/20 monitors used
