Usage & Quotas
Each plan includes monthly quotas for log ingestion and AI analyses.
Checking your usage
Section titled “Checking your usage”Go to your dashboard Settings and scroll to the Billing section. Usage meters show your current month’s consumption for:
- Logs ingested — total log entries received this billing period
- AI analyses — number of Claude analyses generated this period
What counts as a log
Section titled “What counts as a log”Each call to auralog.debug(), auralog.info(), auralog.warn(), auralog.error(), or auralog.fatal() counts as one log. Automatically captured errors and console entries also count.
What counts as an analysis
Section titled “What counts as an analysis”Each AI analysis generated by Claude counts against your quota. This includes both reactive analyses (triggered by errors) and scheduled reviews.
Approaching your limit
Section titled “Approaching your limit”When you reach 80% of your monthly quota, you’ll see a warning in the dashboard. When you hit the limit:
- Logs — additional logs are rejected until the next billing period.
- Analyses — errors are still ingested but won’t trigger new analyses until the next period.
Consider upgrading your plan if you regularly hit limits. Usage resets at the start of each billing cycle.