Merge pull request #3576 from backstage/cost-insights-entity-breakdowns

[Cost Insights] Add support for multiple types of entity cost breakdown
This commit is contained in:
Tim
2020-12-07 09:49:24 -07:00
committed by GitHub
19 changed files with 912 additions and 627 deletions
@@ -0,0 +1,7 @@
---
'@backstage/plugin-cost-insights': minor
---
Add support for multiple types of entity cost breakdown.
This change is backwards-incompatible with plugin-cost-insights 0.3.x; the `entities` field on Entity returned in product cost queries changed from `Entity[]` to `Record<string, Entity[]`.