mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-12-04 06:16:32 +00:00
Version 1.32.0
This commit is contained in:
parent
1e38e1b3a7
commit
58acd897fc
2 changed files with 9 additions and 2 deletions
|
@ -540,3 +540,10 @@
|
||||||
* [BUGFIX] API: Stop building response for /api/v1/series/ when the API request was cancelled. #13766
|
* [BUGFIX] API: Stop building response for /api/v1/series/ when the API request was cancelled. #13766
|
||||||
* [BUGFIX] promtool: Fix panic on promtool tsdb analyze --extended when no native histograms are present. #13976
|
* [BUGFIX] promtool: Fix panic on promtool tsdb analyze --extended when no native histograms are present. #13976
|
||||||
|
|
||||||
|
[1.32.0]
|
||||||
|
* Update Prometheus to 2.53.0
|
||||||
|
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.53.0)
|
||||||
|
* [FEATURE] Rules: Add new option query_offset for each rule group via rule group configuration file and rule_query_offset as part of the global configuration to have more resilience for remote write delays. #14061 #14216 #14273
|
||||||
|
* [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] TSDB: Optimize querying with regexp matchers. #13620
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "1.31.0",
|
"version": "1.32.0",
|
||||||
"upstreamVersion": "2.52.0",
|
"upstreamVersion": "2.53.0",
|
||||||
"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