mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-23 08:51:01 +00:00
Bump version
This commit is contained in:
parent
ae25b7ae47
commit
bab4c57f84
2 changed files with 7 additions and 2 deletions
|
@ -547,3 +547,8 @@
|
||||||
* [ENHANCEMENT] Rules: Add rule_group_last_restore_duration_seconds metric to measure the time it takes to restore a rule group. #13974
|
* [ENHANCEMENT] Rules: Add rule_group_last_restore_duration_seconds metric to measure the time it takes to restore a rule group. #13974
|
||||||
* [ENHANCEMENT] OTLP: Improve remote write format translation performance by using label set hashes for metric identifiers instead of string based ones. #14006 #13991
|
* [ENHANCEMENT] OTLP: Improve remote write format translation performance by using label set hashes for metric identifiers instead of string based ones. #14006 #13991
|
||||||
* [ENHANCEMENT] TSDB: Optimize querying with regexp matchers. #13620
|
* [ENHANCEMENT] TSDB: Optimize querying with regexp matchers. #13620
|
||||||
|
|
||||||
|
[1.32.1]
|
||||||
|
* Update Prometheus to 2.53.1
|
||||||
|
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.53.1)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "1.32.0",
|
"version": "1.32.1",
|
||||||
"upstreamVersion": "2.53.0",
|
"upstreamVersion": "2.53.1",
|
||||||
"id": "io.prometheus.cloudronapp",
|
"id": "io.prometheus.cloudronapp",
|
||||||
"title": "Prometheus Server",
|
"title": "Prometheus Server",
|
||||||
"author": "Prometheus Developers",
|
"author": "Prometheus Developers",
|
||||||
|
|
Loading…
Reference in a new issue