mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2025-06-08 04:48:47 +00:00
Version 1.2.0
This commit is contained in:
parent
9beddae148
commit
e1a6fa7e78
3 changed files with 13 additions and 2 deletions
11
CHANGELOG
11
CHANGELOG
|
@ -13,3 +13,14 @@
|
||||||
[1.1.0]
|
[1.1.0]
|
||||||
* Use base image v3
|
* 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,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.1.0",
|
"version": "1.2.0",
|
||||||
"id": "io.prometheus.cloudronapp",
|
"id": "io.prometheus.cloudronapp",
|
||||||
"title": "Prometheus Server",
|
"title": "Prometheus Server",
|
||||||
"author": "Erik Tadevosyan",
|
"author": "Erik Tadevosyan",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Prometheus <upstream>2.22.0</upstream>
|
This app packages Prometheus <upstream>2.23.0</upstream>
|
||||||
|
|
||||||
Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system.
|
Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system.
|
||||||
It collects metrics from configured targets at given intervals, evaluates rule expressions, displays
|
It collects metrics from configured targets at given intervals, evaluates rule expressions, displays
|
||||||
|
|
Loading…
Reference in a new issue