Merge pull request #2886 from spotify/cost-insights-comparable-metrics

Cost insights comparable metrics
This commit is contained in:
Ryan Vazquez
2020-10-16 12:05:24 -04:00
committed by GitHub
27 changed files with 503 additions and 450 deletions
+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