Files
backstage/plugins/cost-insights/CHANGELOG.md
T
github-actions[bot] fefb0e18e0 Version Packages
2020-11-24 10:17:02 +00:00

4.4 KiB

@backstage/plugin-cost-insights

0.4.1

Patch Changes

  • 8e6728e25: fix product icon configuration
  • c93a14b49: truncate large percentages > 1000%
  • Updated dependencies [475fc0aaa]
    • @backstage/core@0.3.2

0.4.0

Minor Changes

  • 4040d4fcb: remove cost insights currency feature flag

Patch Changes

  • 1722cb53c: Added configuration schema
  • 17a9f48f6: remove excessive margin from cost overview banner
  • f360395d0: UI improvements: Increase width of first column in product entity dialog table UI improvement: Display full cost amount in product entity dialog table
  • 259d848ee: Fix savings/excess display calculation
  • Updated dependencies [1722cb53c]
    • @backstage/core@0.3.1
    • @backstage/test-utils@0.1.3

0.3.0

Minor Changes

  • 0703edee0: rename: Tooltip -> BarChartTooltip rename: TooltipItem -> BarChartTooltipItem Deprecate BarChartData in favor of BarChartOptions Export BarChartLegend component Update BarChart props to accept options prop Deprecate ProductCost type in favor of Entity. Update CostInsightsApi

Patch Changes

0.2.0

Minor Changes

  • cab473771: This PR adds Spotify's Cost Insights Tool. Cost Insights explains costs from cloud services in an understandable way, using software terms familiar to your engineers. This tool helps you and your team make trade-offs between cost optimization efforts and your other priorities.

    Cost Insights features:

    Daily cost graph by team or billing account Cost comparison against configurable business metrics Insights panels for configurable cloud products your company uses Cost alerts and recommendations Selectable time periods for month over month, or quarter over quarter cost comparison Conversion of cost growth into average engineer cost (configurable) to help optimization trade-off decisions

    plugin-cost-insights

    This PR adds the Cost Insights frontend React plugin with a defined CostInsightsApi. We include an example client with static data in the expected format. This API should talk with a cloud billing backend that aggregates billing data from your cloud provider.

    Fixes #688 💵

  • bb48b9833: Added getLastCompleteBillingDate to the CostInsightsApi to reason about completeness of billing data

  • 6a84cb072: Enable custom alert types in Cost Insights

  • e7d4ac7ce: - 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
  • 0e67c6b40: Remove product filters from query parameters

Patch Changes