You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the Organisation usage charts show the numbers for the previous 30 days. We are making changes in the PR linked above to send customers alerts when they hit certain thresholds of their API calls limits. Based on this, we'll need to add information to this screen which shows the data for the current billing period.
I suggest that we add some kind of switcher which allows you to switch between current billing period and then the previous 30 days. The charts should display exactly the same, but the numbers should change (in 99% of cases).
The text was updated successfully, but these errors were encountered:
@zachaysan I can explain how the downsampling works in Influx - there are several downsampling stages so its important you are querying the right bucket if timeliness of data is important.
The endpoint at /api/v1/organisations/{organisation_pk}/usage-data accepts the query parameter period=current_billing_period|previous_billing_period|90_day_period.
Note that only paid organisations should have access to the billing period specific periods.
Conversation for context: #3340 (review).
Currently the Organisation usage charts show the numbers for the previous 30 days. We are making changes in the PR linked above to send customers alerts when they hit certain thresholds of their API calls limits. Based on this, we'll need to add information to this screen which shows the data for the current billing period.
I suggest that we add some kind of switcher which allows you to switch between current billing period and then the previous 30 days. The charts should display exactly the same, but the numbers should change (in 99% of cases).
The text was updated successfully, but these errors were encountered: