Skip to content

Commit

Permalink
Added changeset for backstage#2637
Browse files Browse the repository at this point in the history
  • Loading branch information
taras committed Oct 2, 2020
1 parent 3e25450 commit cab4737
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .changeset/2637.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
'@backstage/plugin-cost-insights': minor
'@backstage/plugin-explore': minor
---

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](https://user-images.githubusercontent.com/3030003/94430416-e166d380-0161-11eb-891c-9ce10187683e.gif)

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 💵

0 comments on commit cab4737

Please sign in to comment.