mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-27 19:00:59 +00:00
Version 1.9.6
This commit is contained in:
parent
0b75472e6a
commit
2caf79c441
3 changed files with 8 additions and 2 deletions
|
@ -139,3 +139,9 @@
|
||||||
* [BUGFIX] Scrape: Restart scrape loops when __scrape_interval__ is changed. #9551
|
* [BUGFIX] Scrape: Restart scrape loops when __scrape_interval__ is changed. #9551
|
||||||
* [BUGFIX] TSDB: Fix memory leak in samples deletion. #9151
|
* [BUGFIX] TSDB: Fix memory leak in samples deletion. #9151
|
||||||
* [BUGFIX] UI: Use consistent margin-bottom for all alert kinds. #9318
|
* [BUGFIX] UI: Use consistent margin-bottom for all alert kinds. #9318
|
||||||
|
|
||||||
|
[1.9.6]
|
||||||
|
* Update Prometheus to 2.31.1
|
||||||
|
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.31.1)
|
||||||
|
* Fix a panic when the experimental discovery manager receive targets during a reload
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.9.5",
|
"version": "1.9.6",
|
||||||
"id": "io.prometheus.cloudronapp",
|
"id": "io.prometheus.cloudronapp",
|
||||||
"title": "Prometheus Server",
|
"title": "Prometheus Server",
|
||||||
"author": "Erik Tadevosyan",
|
"author": "Erik Tadevosyan",
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
This app packages Prometheus <upstream>2.31.0</upstream>
|
This app packages Prometheus <upstream>2.31.1</upstream>
|
||||||
|
|
||||||
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
|
||||||
|
|
Loading…
Reference in a new issue