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

Add Maturity section to README #418

Merged
merged 1 commit into from
Jan 29, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,6 @@
Cloud Cost exporter is a designed to collect cost data from cloud providers and export the data in Prometheus format.
The cost data can then be combined with usage data from tools such as stackdriver, yace, and promitor to measure the spend of resources at a granular level.

> [!WARNING]
> This project is in the early stages of development and is subject to change.
> Grafana Labs builds and maintains this project as part of our commitment to the open-source community, but we do not provide support for it.
> In its current state, the exporter exports rates for resources and not the total spend.
> We intend to opensource recording rules we use internally to measure the spend of resources.
> For a better understanding of how we view measuring costs, view a talk given at [KubeCon NA 2023](https://youtu.be/8eiLXtL3oLk?si=wm-43ZQ9Fr51wS4a&t=1)

## Goals

The goal of this project is to provide a consistent interface for collecting the rate of cost data from multiple cloud providers and exporting the data in Prometheus format.
Expand Down Expand Up @@ -62,6 +55,16 @@ Check out the follow docs for metrics:
- azure
- [aks](docs/metrics/azure/aks.md)

## Maturity

This project is in the early stages of development and is subject to change.
Grafana Labs builds and maintains this project as part of our commitment to the open-source community, but we do not provide support for it.
In its current state, the exporter exports rates for resources and not the total spend.

For a better understanding of how we view measuring costs, view a talk given at [KubeCon NA 2023](https://youtu.be/8eiLXtL3oLk?si=wm-43ZQ9Fr51wS4a&t=1)

In the future, we intend to opensource recording rules we use internally to measure the spend of resources.

## Contributing

Grafana Labs is always looking to support new contributors!
Expand Down