You: What should I monitor on my production database?
Agent: I'll analyze your database for monitoring recommendations.
Based on your 45 tables, here are the top recommendations:
Freshness (8 tables need monitoring):
1. gold.orders - updates hourly, suggest 2h threshold
2. gold.customers - updates daily, suggest 26h threshold
3. gold.payments - updates every 30m, suggest 1h threshold
Metrics (5 tables need row count tracking):
1. gold.orders - 2.3M rows, high-traffic table
2. gold.events - 15M rows, event stream
3. gold.transactions - 890K rows, financial data
Coverage score: 35/100 (Protected tier)
To reach Verified (50+), add freshness to 8 tables.
Want me to set these up? I can use /armor:monitor to enable them.