Skip to content

Commit 5caa7a2

Browse files
authored
chore(edge_services): add unit to cache usage doc (scaleway#2302)
1 parent cb65c6d commit 5caa7a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

api/edge_services/v1alpha1/edge_services_sdk.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1228,10 +1228,10 @@ type GetBillingResponse struct {
12281228
// ExtraPipelinesCost: cost to date (this month) of pipelines not included in the subscription plan.
12291229
ExtraPipelinesCost *scw.Money `json:"extra_pipelines_cost"`
12301230

1231-
// CurrentPlanCacheUsage: total amount of data egressed from the cache (this month), included in the active subscription plan.
1231+
// CurrentPlanCacheUsage: total amount of data egressed from the cache in gigabytes from the beginning of the month, included in the active subscription plan.
12321232
CurrentPlanCacheUsage uint64 `json:"current_plan_cache_usage"`
12331233

1234-
// ExtraCacheUsage: total amount of data egressed from cache (this month), not included in the active subscription plan.
1234+
// ExtraCacheUsage: total amount of extra data egressed from cache in gigabytes from the beginning of the month, not included in the active subscription plan.
12351235
ExtraCacheUsage uint64 `json:"extra_cache_usage"`
12361236

12371237
// ExtraCacheCost: cost to date (this month) of the data egressed from the cache that is not included in the active subscription plan.

0 commit comments

Comments
 (0)