Understanding the Usage Summary on the Dashboard #27479
PLyn
announced in
Troubleshooting
Replies: 1 comment 2 replies
-
The database thing seems odd. If I delete my projects first day of billing period then as days go on the average size they used should decrease? Your edge function makes more sense as the billing page says it is MAX edge functions during the period. Database size says Average size during period. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Organization Usage Metrics
This discussion explains your organization's usage metrics, which can be found here: https://supabase.com/dashboard/org/_/usage.
These metrics are calculated based on all the projects under the organization that meet these criteria:
This may be confusing for users looking at only what metrics are being used for currently active projects.
Database Size Example
Using the database size as an example, suppose we have the following projects under the organization:
If the user decides to delete Projects A and B during the current billing cycle, the average database usage will be 2 GB for the current billing cycle, even though only a 0.5 GB database is currently active.
As of now, even if your project was just active for a few days, we take the average database size for those active days, which may lead to high usage when creating and deleting many projects within a billing cycle. We're working on a better billing model to cover these cases.
Edge Functions Example
Consider another example with edge functions. Suppose we have these projects under the organization:
If Project E with its 7 functions is deleted during the current billing cycle, the average Edge Function count for this billing cycle on the dashboard will still be 12 functions.
Other Metrics
It is a little more tricky to understand metrics like realtime and egress due to being more complex to track usage compared to Database size or Function count. However, they will account for usage from all projects that are active or were active during your current billing cycle as well.
Metrics still look weird or incorrect?
If the numbers from inactive projects carry over to the next billing cycle and no new usage has occurred, something might be wrong.
If this is the case, or if you are unsure why any usage appears the way it does for any reason, you should reach out to Support on the dashboard here: https://supabase.com/dashboard/support/new.
Beta Was this translation helpful? Give feedback.
All reactions