- Minor code improvements to conform with current standards. Functionality unchanged.
- Added
deprecated
field to policy metadata. Functionality is unchanged.
- Updated policy to use new source for currency information. Policy functionality is unchanged.
- Deprecated: This policy is no longer being updated. Please see policy README for more information.
- Updated policy README file with a deeper explanation of how the GCP recommender works and the roles required to use it.
- Modified the number of GCP recommender API calls that can be done before waiting to prevent a quota limit error: 100 request per minute.
- Added
Lookback Period In Days
incident field.
- Updated policy metadata to facilitate scraping of incidents for Recommendations dashboard
- Updated incident export to facilitate scraping of incidents for Recommendations dashboard
- Fix: Duplicated entries from incident report were removed.
- Fixed the values shown at
cpuMaximum
,cpuMinimum
andcpuAverage
:
At version 2.5 we changed the way we calculated the CPU utilization, we retrieved the average of utilization of each day and then we selected the maximum average as the maximum and the minimum average as the minimum, now we show the actual maximum and minimum of the CPU utilization thanks to a change in our GCP MQL query.
- Modified to make this policy run faster by using aggregated GCP API endpoints.
- Modified
sys_log
definition to disablers_cm.audit_entry.create
outside Flexera NAM - Replaced references
github.com/rightscale/policy_templates
andgithub.com/flexera/policy_templates
withgithub.com/flexera-public/policy_templates
- remove duplicate data fields for subscriptionID and subscriptionName
- added project name/id/number fields and moved account versions to end
- Fixed missing savings field
- Initial Release