Matt Ray
Matt Ray
There is no currency calculation being performed in OpenCost, we're simply recording what's exposed in the API for the value of the cost and recording it. The currency drop-down in...
@alileza this looks useful, thanks! I'll let @r2k1 comment on it since he provided the original CSV export functionality.
Thanks for the PR, it is quite a substantial change so I'm looping in other @opencost/opencost-maintainers for feedback
Thanks for the follow up, this isn't likely to be addressed by Kubecost since they don't use it but if someone provides a patch we'll get it merged
@Bharadwajshivam28 AFAIK no one is working on it. @r2k1 might know differently
Thanks for following up with the issue, PRs to the opencost-exporter.yaml and the Helm chart would get merged quickly
I'm escalating https://github.com/opencost/opencost/pull/2060 based on this Issue
Since #2060 was closed, is the right solution to use the ConfigMap in the Helm chart as described here? https://www.opencost.io/docs/configuration/on-prem I'm thinking we need to rewrite this page to have...
If you hit the Prometheus console or API you should see the same value in the [default.json](https://github.com/opencost/opencost/blob/develop/configs/default.json#L9) associated with the `pv_hourly_cost` For example, when I do the following ``` $...
@jagoner OpenCost scapes the metrics it needs directly from Kube State Metrics and cAdvisor and stores the results in Prometheus. So if your Prometheus did not have the https://raw.githubusercontent.com/opencost/opencost/develop/kubernetes/prometheus/extraScrapeConfigs.yaml applied...