mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-21 16:01:03 +00:00
Version 1.26.0
This commit is contained in:
parent
caf26e1e6d
commit
cdc5e1325e
2 changed files with 16 additions and 2 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
@ -377,3 +377,17 @@
|
|||
* [BUGFIX] PromQL Engine: Include query parsing in active-query tracking. #12418
|
||||
* [BUGFIX] TSDB: Handle TOC parsing failures. #10623
|
||||
|
||||
[1.26.0]
|
||||
* Update Prometheus to 2.47.0
|
||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.47.0)
|
||||
* [FEATURE] Web: Add OpenTelemetry (OTLP) Ingestion endpoint. #12571 #12643
|
||||
* [FEATURE] Scraping: Optionally limit detail on dropped targets, to save memory. #12647
|
||||
* [ENHANCEMENT] TSDB: Write head chunks to disk in the background to reduce blocking. #11818
|
||||
* [ENHANCEMENT] PromQL: Speed up aggregate and function queries. #12682
|
||||
* [ENHANCEMENT] PromQL: More efficient evaluation of query with timestamp(). #12579
|
||||
* [ENHANCEMENT] API: Faster streaming of Labels to JSON. #12598
|
||||
* [ENHANCEMENT] Agent: Memory pooling optimisation. #12651
|
||||
* [ENHANCEMENT] TSDB: Prevent storage space leaks due to terminated snapshots on shutdown. #12664
|
||||
* [ENHANCEMENT] Histograms: Refactoring and optimisations. #12352 #12584 #12596 #12711 #12054
|
||||
* [ENHANCEMENT] Histograms: Add histogram_stdvar and histogram_stddev functions. #12614
|
||||
* [ENHANCEMENT] Remote-write: add http.resend_count tracing attribute. #12676
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"version": "1.25.0",
|
||||
"upstreamVersion": "2.46.0",
|
||||
"version": "1.26.0",
|
||||
"upstreamVersion": "2.47.0",
|
||||
"id": "io.prometheus.cloudronapp",
|
||||
"title": "Prometheus Server",
|
||||
"author": "Prometheus Developers",
|
||||
|
|
Loading…
Reference in a new issue