opencost
opencost copied to clipboard
Cost monitoring for Kubernetes workloads and cloud costs
Open source projects with established governance need to have a means for discussing and contributing new features publicly. We will need to update the [GOVERNANCE.md](https://github.com/opencost/opencost/blob/develop/GOVERNANCE.md#proposal-process) accordingly and likely create some...
What I'm expected: After I setup the environment variable "EXPORT_CSV_FILE" I expected a daily csv report into AWS s3 bucket but Actually has not created or uploaded anything on the...
**Describe the bug** I tried to customize the cost in aws.json file and created a configmap with data aws.json and mounted it to opencost deployment. Now I can see customized...
**Describe the bug** I need to deploy the opencost onto an existing namespace with the cluster and the requirement is that the opencost needs to fetch cost metrics from only...
**Is your feature request related to a problem? Please describe.** I would like to download a daily CSV via API(there is already this function in the Opencost UI) with the...
Opencost exposes a few `*_allocation` [metrics](https://www.opencost.io/docs/prometheus#available-metrics), these metrics seem to provide an identical data to that of KSM's `kube_pod_container_resource_requests` metric, except with less labels. A couple of examples: CPU ![Screen...
## What does this PR change? * ensures all current GCP regions are supported ## Does this PR relate to any other PRs? * Inspired by https://github.com/opencost/opencost/pull/2237 ## How will...
**Describe the bug** When the PVC is used by multiple pods at different times, its cost calculation is incorrect. **To Reproduce** Steps to reproduce the behavior: 1. Time 1:00 create...
### Is your feature request related to a problem? Please describe. Currently, OpenCost provides valuable insights into Kubernetes usage data. It would be great to add support for showing the...
**Describe the bug** I notice that on startup, opencost warms and maintains a 1 day day cache. However, looking at the code, I believe the endpoints utilizing the cache have...