add changeset

This commit is contained in:
Ryan Vazquez
2020-10-16 11:23:04 -04:00
parent 6dba5f6b60
commit e7d4ac7ce3
+10
View File
@@ -0,0 +1,10 @@
---
'@backstage/plugin-cost-insights': minor
---
- getProjectDailyCost and getGroupDailyCost no longer accept a metric as a parameter
- getDailyMetricData added to API for fetching daily metric data for given interval
- dailyCost removed as configurable metric
- default field added to metric configuration for displaying comparison metric data in top panel
- Metric.kind can no longer be null
- MetricData type added