Version 1.13.0
This commit is contained in:
parent
51a23dd65d
commit
28481cec26
3 changed files with 17 additions and 2 deletions
13
CHANGELOG
13
CHANGELOG
|
@ -181,3 +181,16 @@
|
||||||
* Update Prometheus to 2.33.5
|
* Update Prometheus to 2.33.5
|
||||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.33.5)
|
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.33.5)
|
||||||
|
|
||||||
|
[1.13.0]
|
||||||
|
* Update Prometheus to 2.34.0
|
||||||
|
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.34.0)
|
||||||
|
* TSDB: Disable the chunk write queue by default and allow configuration with the experimental flag --storage.tsdb.head-chunks-write-queue-size. #10425
|
||||||
|
* HTTP SD: Add a failure counter. #10372
|
||||||
|
* Azure SD: Set Prometheus User-Agent on requests. #10209
|
||||||
|
* Uyuni SD: Reduce the number of logins to Uyuni. #10072
|
||||||
|
* Scrape: Log when an invalid media type is encountered during a scrape. #10186
|
||||||
|
* Scrape: Accept application/openmetrics-text;version=1.0.0 in addition to version=0.0.1. #9431
|
||||||
|
* Remote-read: Add an option to not use external labels as selectors for remote read. #10254
|
||||||
|
* UI: Optimize the alerts page and add a search bar. #10142
|
||||||
|
* UI: Improve graph colors that were hard to see. #10179
|
||||||
|
* Config: Allow escaping of $ with $$ when using environment variables with external labels. #10129
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "1.12.0",
|
"version": "1.13.0",
|
||||||
"upstreamVersion": "2.33.5",
|
"upstreamVersion": "2.34.0",
|
||||||
"id": "io.prometheus.cloudronapp",
|
"id": "io.prometheus.cloudronapp",
|
||||||
"title": "Prometheus Server",
|
"title": "Prometheus Server",
|
||||||
"author": "Erik Tadevosyan",
|
"author": "Erik Tadevosyan",
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
## About
|
||||||
|
|
||||||
Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system.
|
Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system.
|
||||||
It collects metrics from configured targets at given intervals, evaluates rule expressions, displays
|
It collects metrics from configured targets at given intervals, evaluates rule expressions, displays
|
||||||
the results, and can trigger alerts when specified conditions are observed.
|
the results, and can trigger alerts when specified conditions are observed.
|
||||||
|
|
Loading…
Reference in a new issue