Add support for multiple types of entity cost breakdown

This commit is contained in:
Tim Hansen
2020-12-04 09:12:29 -07:00
parent f3b24a94a2
commit e3071a0d49
19 changed files with 933 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[]`.