mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-21 16:01:03 +00:00
Version 1.28.0
This commit is contained in:
parent
9e0ce7b948
commit
92f2285572
2 changed files with 15 additions and 2 deletions
13
CHANGELOG.md
13
CHANGELOG.md
|
@ -442,3 +442,16 @@
|
||||||
* [BUGFIX] TSDB: Make the wlog watcher read segments synchronously when not tailing. #13224
|
* [BUGFIX] TSDB: Make the wlog watcher read segments synchronously when not tailing. #13224
|
||||||
* [BUGFIX] Agent: Participate in notify calls (fixes slow down in remote write handling introduced in 2.45). #13223
|
* [BUGFIX] Agent: Participate in notify calls (fixes slow down in remote write handling introduced in 2.45). #13223
|
||||||
|
|
||||||
|
[1.28.0]
|
||||||
|
* Update Prometheus to 2.49.0
|
||||||
|
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.49.0)
|
||||||
|
* [FEATURE] Promtool: Add --run flag promtool test rules command. #12206
|
||||||
|
* [FEATURE] SD: Add support for NS records to DNS SD. #13219
|
||||||
|
* [FEATURE] UI: Add heatmap visualization setting in the Graph tab, useful histograms. #13096 #13371
|
||||||
|
* [FEATURE] Scraping: Add `scrape_config.enable_compression` (default true) to disable gzip compression when scraping the target. #13166
|
||||||
|
* [FEATURE] PromQL: Add a promql-experimental-functions feature flag containing some new experimental PromQL functions. #13103 NOTE: More experimental functions might be added behind the same feature flag in the future. Added functions:
|
||||||
|
* [FEATURE] SD: Add `__meta_linode_gpus` label to Linode SD. #13097
|
||||||
|
* [FEATURE] API: Add `exclude_alerts` query parameter to /api/v1/rules to only return recording rules. #12999
|
||||||
|
* [FEATURE] TSDB: --storage.tsdb.retention.time flag value is now exposed as a `prometheus_tsdb_retention_limit_seconds` metric. #12986
|
||||||
|
* [FEATURE] Scraping: Add ability to specify priority of scrape protocols to accept during scrape (e.g. to scrape Prometheus proto format for certain jobs). This can be changed by setting `global.scrape_protocols` and `scrape_config.scrape_protocols`. #12738
|
||||||
|
*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "1.27.1",
|
"version": "1.28.0",
|
||||||
"upstreamVersion": "2.48.1",
|
"upstreamVersion": "2.49.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