mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-21 16:01:03 +00:00
Version 1.22.0
This commit is contained in:
parent
c7cbc6d0c2
commit
c4bcb378c4
2 changed files with 15 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -317,4 +317,17 @@
|
|||
* Update Prometheus to 2.43.1
|
||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.43.1)
|
||||
|
||||
[1.22.0]
|
||||
* Update Prometheus to 2.44.0
|
||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.44.0)
|
||||
* [CHANGE] Remote-write: Raise default samples per send to 2,000. #12203
|
||||
* [FEATURE] Remote-read: Handle native histograms. #12085, #12192
|
||||
* [FEATURE] Promtool: Health and readiness check of prometheus server in CLI. #12096
|
||||
* [FEATURE] PromQL: Add query_samples_total metric, the total number of samples loaded by all queries. #12251
|
||||
* [ENHANCEMENT] Storage: Optimise buffer used to iterate through samples. #12326
|
||||
* [ENHANCEMENT] Scrape: Reduce memory allocations on target labels. #12084
|
||||
* [ENHANCEMENT] PromQL: Use faster heap method for topk() / bottomk(). #12190
|
||||
* [ENHANCEMENT] Rules API: Allow filtering by rule name. #12270
|
||||
* [ENHANCEMENT] Native Histograms: Various fixes and improvements. #11687, #12264, #12272
|
||||
* [ENHANCEMENT] UI: Search of scraping pools is now case-insensitive. #12207
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": "1.21.1",
|
||||
"upstreamVersion": "2.43.1",
|
||||
"version": "1.22.0",
|
||||
"upstreamVersion": "2.44.0",
|
||||
"id": "io.prometheus.cloudronapp",
|
||||
"title": "Prometheus Server",
|
||||
"author": "Prometheus Developers",
|
||||
|
|
Loading…
Reference in a new issue