Skip to main content
The agent is only half the equation. Your PostgreSQL instance needs to keep up with the write volume. Here’s what we recommend based on your traffic.

Small traffic — up to 50K requests/day

ComponentRecommendation
Agent1 instance
PostgreSQLShared, 2 vCPU, 1GB RAM
Disk estimate~2GB/month
ExamplesDigitalOcean $15/mo, Supabase free tier, AWS RDS db.t3.micro

Medium traffic — 50K to 500K requests/day

ComponentRecommendation
Agent1-2 instances
PostgreSQLDedicated, 4 vCPU, 4GB RAM
Disk estimate~10-30GB/month
ExamplesDigitalOcean $60/mo, AWS RDS db.t3.medium

High traffic — 500K to 5M requests/day

ComponentRecommendation
Agent2-4 instances + PgBouncer
PostgreSQL8+ vCPU, 16GB+ RAM, SSD
Disk estimate~50-200GB/month
ExamplesAWS RDS db.r6g.xlarge, DigitalOcean $120+/mo
These are conservative estimates. Actual storage depends on your payload sizes, how many monitoring modules you enable, and your data clearing schedule.