> For the complete documentation index, see [llms.txt](https://docs.replex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.replex.io/changelog/aggregator.md).

# 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
