Matt Ray

Results 314 comments of Matt Ray

Could you please upgrade to 1.110.0 to see if the issue persists? There have been quite a few updates since that release.

That's really strange. ``` kubectl get pv -A ``` doesn't return a PV that's used by OpenCost? What about ``` curl -G http://localhost:9003/assets -d window=7d | jq ``` Do you...

That's really odd. I'll raise it with Kubecost Engineering to see if anyone has suggestions.

Closing https://github.com/prometheus-community/helm-charts/pull/4291 in favor of this PR.

If you're familiar with Go already, you'll probably want to follow the `agent` path in the Cobra OpenCost CLI which provides only metrics exporting. https://github.com/opencost/opencost/blob/develop/pkg/cmd/agent/agent.go I'm not sure how easy...

It sounds like you're looking for multi-aggregation? It's supported in the API but not the UI (yet) https://github.com/opencost/opencost-ui/issues/9

I discussed adding support with the OVHCloud team at KubeCon EU earlier this year and they expressed interest, but they haven't followed up. I'm not familiar with OVHCloud's billing, but...

The URL pattern you're requesting is for Kubecost, not OpenCost. The OpenCost URL should be http://localhost:9090/allocation?window=6d&aggregate=namespace&step=1d&accumulate=false Note that "model" and "/compute" have been removed.

This sounds worthwhile, @AjayTripathy could we get this looked at for the next release?

I believe this is fixed in https://github.com/opencost/opencost/commit/7975c9fdbaf42adb95f803dff4a1a93fa3b6f009 which will be included in the next release, hopefully next week.