TRACK YOUR USAGE.
Monitor bandwidth, build minutes, and storage. Understand your resource consumption and optimize costs.
USAGE METRICS
Track these key metrics to understand your resource consumption and plan capacity.
Bandwidth
Data transferred from the server to users. Includes static assets and API responses.
Build Minutes
Time spent building your projects. Includes dependency installation and compilation.
Storage
Total disk storage used by your applications and databases.
PLAN LIMITS
| Metric | Hobby | Pro | Enterprise |
|---|---|---|---|
| Bandwidth | 100 GB | 1 TB | Custom |
| Build Minutes | 100/mo | 6000/mo | Custom |
| Concurrent Builds | 1 | 3 | Custom |
NOTE: Exceeding limits on Pro plans incurs overage charges. Set up alerts to avoid unexpected costs.
VIEWING USAGE
View usage from the dashboard or via CLI.
# View current billing period usage
boottify billing usage
# View usage for a specific project
boottify billing usage --project my-project
# View usage by metric
boottify billing usage --metric bandwidth
# Export usage data
boottify billing usage --format json > usage.jsonUSAGE ALERTS
Set up alerts to be notified when approaching usage limits.
Email Alerts
Receive email notifications at 50%, 75%, and 90% of limits.
Webhook Alerts
Send usage alerts to custom webhook endpoints.
Spending Caps
Set maximum spending limits to prevent overages.
Plan Upgrade
Upgrade your plan when approaching limits.