mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-21 16:01:03 +00:00
Version 1.4.0
This commit is contained in:
parent
eb41984597
commit
8bd1fcf4e8
3 changed files with 12 additions and 2 deletions
10
CHANGELOG
10
CHANGELOG
|
@ -28,3 +28,13 @@
|
||||||
[1.3.0]
|
[1.3.0]
|
||||||
* Update Prometheus to 2.24.1
|
* Update Prometheus to 2.24.1
|
||||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.24.0)
|
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.24.0)
|
||||||
|
|
||||||
|
[1.4.0]
|
||||||
|
* Update Prometheus to 2.25.0
|
||||||
|
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.25.0)
|
||||||
|
* Add optional name property to testgroup for better test failure output. #8440
|
||||||
|
* Add warnings into React Panel on the Graph page. #8427
|
||||||
|
* TSDB: Increase the number of buckets for the compaction duration metric. #8342
|
||||||
|
* Remote: Allow passing along custom remote_write HTTP headers. #8416
|
||||||
|
* Mixins: Scope grafana configuration. #8332
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"version": "1.3.0",
|
"version": "1.4.0",
|
||||||
"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.24.1</upstream>
|
This app packages Prometheus <upstream>2.25.0</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