Skip to content

Commit 1128a87

Browse files
authored
feat(cockpit): add monthly usage (scaleway#2834)
1 parent 6c779aa commit 1128a87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

api/cockpit/v1/cockpit_sdk.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -738,6 +738,9 @@ type DataSource struct {
738738

739739
// Region: region of the data source.
740740
Region scw.Region `json:"region"`
741+
742+
// CurrentMonthUsage: usage of the month in bytes.
743+
CurrentMonthUsage *scw.Size `json:"current_month_usage"`
741744
}
742745

743746
// GrafanaProductDashboard: Grafana dashboard.

0 commit comments

Comments
 (0)