Skip to content

Releases: electrolux-oss/kubernetes-cost-exporter

v1.0.5 - 20240719

Choose a tag to compare

@gluckzhang gluckzhang released this 22 Jul 08:35
822abb3

[BREAKING_CHANGE] The exporter will use Kubecost's model/allocation/summary endpoint from now on. Please make sure Kubecost v2.x is deployed*

* We tested the release using Kubecost v2.3 only

v1.0.4 - 20240710

Choose a tag to compare

@gluckzhang gluckzhang released this 10 Jul 12:53
ea1c543

[FEATURE] Multiple aggregations are supported by providing -a (or --aggregate) several times*
[IMPROVEMENT] Better error-handling and logging, output an info-level message when the metric is successfully updated

* For example, using -a namespace -a deployment -a pod as a part of the arguments enables the exporter to query the costs aggregated by namespace+deployment+pod and expose these dimensions as different labels

v1.0.3 - 20240314

Choose a tag to compare

@gluckzhang gluckzhang released this 14 Mar 09:40
3a28fad

[FIX] Metric labels should be cleaned up whenever new cost data is fetched

v1.0.2 - 20231212

Choose a tag to compare

@gluckzhang gluckzhang released this 12 Dec 09:55
6e094dd

[FEATURE] Make the metric name configurable (use -n or --name, the default value is kubernetes_daily_cost_usd)

v1.0.1 - 20230814

Choose a tag to compare

@gluckzhang gluckzhang released this 14 Aug 10:45
ce22856

[CHANGE] Change the metric name to kubernetes_daily_cost_usd to make it more descriptive
[DOC] Add a sample output together with some explanations

v1.0.0 - 20230713

Choose a tag to compare

@gluckzhang gluckzhang released this 14 Jul 07:48
  • [FEATURE] Query cost data from Kubecost and expose them as Prometheus metrics
  • [FEATURE] Configurable aggregation level (e.g., namespace or cluster)
  • [FEATURE] Additional labels to the exposed cost metrics