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

Implement persistent volumes in Azure #236

Open
Tracked by #95
Pokom opened this issue Jul 9, 2024 · 0 comments
Open
Tracked by #95

Implement persistent volumes in Azure #236

Pokom opened this issue Jul 9, 2024 · 0 comments

Comments

@Pokom
Copy link
Contributor

Pokom commented Jul 9, 2024

The initial implementation for azure focused on CPU and memory. Cloudcost Exporter also needs to emit metrics for persistent volumes within AKS clusters. A loose set of steps to achieve this are

  1. Update azure.PriceStore struct to have a map for storage
  2. Extend PriceStore.PopulatePriceStore method to parse out persistent volume metrics(if feasible!)
  3. Create method on PriceStore to fetch the price of a persistent volume
  4. Create a disk store that emulates machine store functionality and gets all disks
  5. Create new metrics to represent Storage
  6. Collect and export storage metrics in aks Collect method
  7. Update aks docs to include new metrics

Useful docs

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

No branches or pull requests

1 participant