Skip to content

Releases: electrolux-oss/kubernetes-cost-exporter

v1.0.5 - 20240719

22 Jul 08:35
822abb3
Compare
Choose a tag to compare

[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

10 Jul 12:53
ea1c543
Compare
Choose a tag to compare

[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

14 Mar 09:40
3a28fad
Compare
Choose a tag to compare

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

v1.0.2 - 20231212

12 Dec 09:55
6e094dd
Compare
Choose a tag to compare

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

v1.0.1 - 20230814

14 Aug 10:45
ce22856
Compare
Choose a tag to compare

[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

14 Jul 07:48
Compare
Choose a tag to compare
  • [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