Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Record compute group costs (Azure) #93

Merged
merged 4 commits into from
Jan 15, 2021

Conversation

timalces
Copy link
Contributor

@timalces timalces commented Jan 7, 2021

Aims to resolve #89

  • For Azure projects only, records costs for each 'compute group'
  • Compute groups are defined by the tag "compute_group" => "groupname"
  • Resources must also have the "type" => "compute" tag
  • Does not include data out costs
  • Costs for each compute group are recorded in their own CostLog with the scope of their 'groupname', for use by the cloud-cost-visualiser. They are not added to the reporter text/slack output
  • Also updates how compute costs are identified, namely by using the compute tag, rather than comparing to instance logs

@timalces timalces force-pushed the enh/record-compute-groups-azure branch from d062b18 to a7d9d7a Compare January 11, 2021 11:04
@timalces timalces changed the title WIP - Record compute group costs (Azure) Record compute group costs (Azure) Jan 11, 2021
@VoxSecundus VoxSecundus merged commit 77ac8ed into master Jan 15, 2021
@VoxSecundus VoxSecundus deleted the enh/record-compute-groups-azure branch January 15, 2021 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Record costs for each compute node group (Azure)
2 participants