# Aggregator

## 1.0.8 - 2021-08-25

* Fix bug in aggregating past metrics.

Docker Image: `docker.replex.io/replex/aggregator:1.0.8`

## 1.0.7 - 2021-08-23

* Bug fix in aggregation.

Docker Image: `docker.replex.io/replex/aggregator:1.0.7`

## 1.0.6 - 2021-08-23

* Performance improvements in aggregations.
* Other bug fixes and improvements.

Docker Image: `docker.replex.io/replex/aggregator:1.0.6`

## 1.0.5 - 2021-06-01

* Add support for GPU costs.
* Record database growth over time.
* Bug fixes and improvements.

Docker Image: `docker.replex.io/replex/aggregator:1.0.5`

## 1.0.4 - 2021-04-20

* Bug fixes and improvements

Docker Image: `docker.replex.io/replex/aggregator:1.0.4`

## 1.0.3 - 2021-02-22

* Fix budget PVC cost aggregation.

Docker Image: `docker.replex.io/replex/aggregator:1.0.3`

## 1.0.2 - 2020-12-18

* Bug fixes and improvements

Docker Image: `docker.replex.io/replex/aggregator:1.0.2`

## 1.0.1

* Bug fixes and improvements

Docker Image: `docker.replex.io/replex/aggregator:1.0.1`

## 1.0.0

* Adds pod metric aggregation.
* Adds disk metric aggregation.
* Adds control plane metric aggregation.
* Adds a new optional environment variables: `HOURLY_INTERVAL_MINUTES` and `DAILY_INTERVAL_MINUTES` to configure hourly and daily aggregation intervals. Set to positive number to specify minutes.
* Adds pod metric aggregation.
* Adds a new optional environment variable: `LOG_LEVEL` to configure the logging level. Set to positive number to specify log level.
* Aggregating node, container and pvc metrics on a hourly and daily base.
* Adds optional `SERVER_HOST` environment variable for budgets

Docker Image: `docker.replex.io/replex/aggregator:1.0.0`


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.replex.io/changelog/aggregator.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
