Added

CloudAnalytics report features

Added the following features:

  • Cost forecast on create/update: POST /analytics/v1/reports and PATCH /analytics/v1/reports/{id} now accept config.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 related limitAggregation / metricFilter.operand options), so you can keep rows whose metric change meets a percentage or absolute threshold, alongside existing metric and group limits.