mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-23 08:51:01 +00:00
Version 1.28.1
This commit is contained in:
parent
fdc45b56d1
commit
37c0353055
2 changed files with 8 additions and 3 deletions
|
@ -454,4 +454,9 @@
|
||||||
* [FEATURE] API: Add `exclude_alerts` query parameter to /api/v1/rules to only return recording rules. #12999
|
* [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] 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
|
* [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.28.1]
|
||||||
|
* Update Prometheus to 2.49.1
|
||||||
|
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.49.1)
|
||||||
|
* [BUGFIX] TSDB: Fixed a wrong q= value in scrape accept header #13313
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "1.28.0",
|
"version": "1.28.1",
|
||||||
"upstreamVersion": "2.49.0",
|
"upstreamVersion": "2.49.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