prometheus-server-app/CHANGELOG

27 lines
875 B
Plaintext
Raw Normal View History

2020-11-11 00:37:37 +00:00
[0.1.0]
* Initial version
2020-11-11 03:45:15 +00:00
[0.2.0]
* Fix app title
2020-11-11 20:38:42 +00:00
[0.3.0]
* Fix first run command
2020-12-11 05:41:06 +00:00
[1.0.0]
* Initial stable version
2021-02-21 02:14:48 +00:00
[1.1.0]
* Use base image v3
2021-02-21 02:32:24 +00:00
[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