opencost
opencost copied to clipboard
Cost monitoring for Kubernetes workloads and cloud costs
**Describe the bug** This has been raised as a bug, but it is likely not a bug—rather, a lack of understanding on our part. We are using OpenCost and it...
**Azure Pricing Configuration: Assign the billing EnrollmentReader role to a service principal** **Issue: Failed to refresh the Token for request to https://management.azure.com/subscriptions//providers/Microsoft.Commerce/RateCard?%!f(MISSING)i** **Error in pricing download query from API** **To...
**Is your feature request related to a problem? Please describe.** OpenCost currently lacks support for Oracle Cloud Infrastructure (OCI) on its Cloud Cost feature, which makes it challenging for OCI...
Hello Team: I am trying to install install opencost on EKS cluster ~ 80 nodes. I have installed prometheus on to the cluster . Post that i have installed opencost...
**Is your feature request related to a problem? Please describe.** We have a cloud native learning platform ("Hobbyfarm") that spins um virtual machines via a terraform operator that listens to...
**Describe the bug** When I to download the azure price sheet following the tutorial https://www.opencost.io/docs/configuration/azure, I'm confronted with following error: ``` Error downloading Azure price sheet: getting download URL: beginning...
**Describe the bug** This query is being consistently executed: https://github.com/opencost/opencost/blob/55d77f1de56d47ecadd6f3bd38c76e8fb9a4136a/pkg/costmodel/cluster.go#L896. Because it selects `node_cpu_seconds_total` from _all_ servers, it means that it leads to huge load on the metrics stack. Consider...
**Describe the bug** The OpenCost export jobs intermittently fail when running with Prometheus configured for sharding. The OpenCost scrape job is assigned to a specific Prometheus pod, causing successful exports...
**Describe the bug** Here are the results of get PV ```yaml Reclaim Policy: Delete Access Modes: RWO VolumeMode: Filesystem Capacity: 48828125Ki ``` ```golang var ( // Regular expression to get...
**Describe the bug** We're using Last9 Levitate (similar to Prometheus) to pull cluster data required for building cost. OpenCost is able to fetch the required info from Last9, but Last9...