prometheus-server-app/CHANGELOG
Girish Ramakrishnan b6526ddc76 Version 1.3.0
2021-02-20 18:37:31 -08:00

31 lines
996 B
Plaintext

[0.1.0]
* Initial version
[0.2.0]
* Fix app title
[0.3.0]
* Fix first run command
[1.0.0]
* Initial stable version
[1.1.0]
* Use base image v3
[1.2.0]
* Update prometheus to 2.23.0
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.23.0)
* UI: Make the React UI default. #8142
* Remote write: The following metrics were removed/renamed in remote write. #6815
* Remote: Do not collect non-initialized timestamp metrics. #8060
* Remote write: Added a metric prometheus_remote_storage_max_samples_per_send for remote write. #8102
* TSDB: Make the snapshot directory name always the same length. #8138
* TSDB: Create a checkpoint only once at the end of all head compactions. #8067
* TSDB: Avoid Series API from hitting the chunks. #8050
* TSDB: Cache label name and last value when adding series during compactions making compactions faster. #8192
[1.3.0]
* Update Prometheus to 2.24.1
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.24.0)