# Pushgateway

## 1.5.10 - 2021-08-23

* Add currency support.
* Improve error handling in metrics queue.
* Numerous bug fixes and improvements.

Docker Image: `docker.replex.io/replex/pushgateway:1.5.10`

## 1.5.9 - 2021-06-23

* Bug fixes and improvements for Alibaba.
* Improvements for disks attached to AWS nodes.
* Extends support for AWS storage class types.

Docker Image: `docker.replex.io/replex/pushgateway:1.5.9`

## 1.5.8 - 2021-06-16

* Adds AWS IOPS billing support.
* Bug fixes.

Docker Image: `docker.replex.io/replex/pushgateway:1.5.8`

## 1.5.7 - 2021-06-01

* Bug fixes and improvements.

Docker Image: `docker.replex.io/replex/pushgateway:1.5.7`

## 1.5.6 - 2021-04-20

* Bug fixes and improvements.

Docker Image: `docker.replex.io/replex/pushgateway:1.5.6`

## 1.5.5 - 2021-03-29

* Bug fixes and improvements.

Docker Image: `docker.replex.io/replex/pushgateway:1.5.5`

## 1.5.4 - 2021-02-22

* Adds Alibaba support.
* Removes the environment variables `PRIVATE_KEY_FILE` and `PUBLIC_KEY_FILE`. To use a key file, now use the path with the prefix `file:` as the key. Example: `file:path/to/file.pem`.
* Bug fixes and improvements.

Docker Image: `docker.replex.io/replex/pushgateway:1.5.4`

## 1.5.3 - 2020-12-18

* Bug fixes and improvements

Docker Image: `docker.replex.io/replex/pushgateway:1.5.3`

## 1.5.2

* Adds version to exposed metrics.
* Adds Billing integration logic.
* Adds Billing API integration.
* Fix archive metrics when saving failed.
* Improved error handling for `/push` route.
* Adds spot instances support.
* Adds billing status support.
* Adds reserved instance support.
* Adds local node disk support.
* Adds GCP sustained-use discounts support.
* Adds Azure pricing discount support.
* Adds control plane cost support.
* Improved node utilization calculations.

Docker Image: `docker.replex.io/replex/pushgateway:1.5.2`

## 1.5.1 - 2020-07-09

* Adds a new optional environment variable: `METRICS_ARCHIVE` to set the name of the Google Cloud storage bucket to archive metrics. Can be set to `disable` to disable this feature. Default disabled.
* Fix wrong pod metric assignment.

Docker Image: `docker.replex.io/replex/pushgateway:1.5.1`

## 1.5.0 - 2020-06-26

* Adds Azure pricing support.
* Adds a new environment variable: `PRICING_API_MODE` to specify which pricing information's are being synced. Set to``all`, `disable`` or any number of ``[`gcp`, `azure`, `aws`, `custom`]`` comma-separated.
* Adds custom instances handling for GCP.
* Fix Azure storage pricing.
* Adds cluster-based custom pricing.
* Adds support for cluster and metrics provider version.

Docker Image: `docker.replex.io/replex/pushgateway:1.5.0`

## 1.4.1 - 2020-04-16

* Adds a new environment variables: `PRICING_CPU_CORE_HOUR, PRICING_RAM_GB_HOUR, PRICING_STORAGE_GB_HOUR` to set default prices for CPU, Memory and Storage.

Docker Image: `docker.replex.io/replex/pushgateway:1.4.1`

## 1.4.0 - 2020-04-16

* Adds support for custom pricing.
* Adds currency support.
* Adds a new environment variable: `PRICING_API_KEY` to set pricing API key.

Docker Image: `docker.replex.io/replex/pushgateway:1.4.0`

## 1.3.0 - 2020-03-19

* Fix pvc hourly cost calculation.
* Adds default pvc pricing for AWS and GCP cloud provider.

Docker Image: `docker.replex.io/replex/pushgateway:1.3.0`

## 1.2.3 - 2020-03-04


---

# 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/pushgateway.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.
