Added
CloudAnalytics report features
2 days ago
Added the following features:
- Cost forecast on create/update: POST /analytics/v1/reports and
PATCH /analytics/v1/reports/{id} now acceptconfig.forecastSettings, so you can add cost forecasting (history window, future horizon, totals or grouping mode) when you create or update a report. - Limit by period-over-period change: Report config now supports
limitByChange(with relatedlimitAggregation/metricFilter.operandoptions), so you can keep rows whose metric change meets a percentage or absolute threshold, alongside existing metric and group limits.