mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-21 16:01:03 +00:00
Version 1.10.0
This commit is contained in:
parent
b5caa0c191
commit
c2925f1e4a
3 changed files with 5 additions and 2 deletions
|
@ -149,3 +149,6 @@
|
|||
* Update Prometheus to 2.31.1
|
||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.31.1)
|
||||
|
||||
[1.10.0]
|
||||
* Update Prometheus to 2.32.0
|
||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.32.0)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.9.7",
|
||||
"version": "1.10.0",
|
||||
"id": "io.prometheus.cloudronapp",
|
||||
"title": "Prometheus Server",
|
||||
"author": "Erik Tadevosyan",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Prometheus <upstream>2.31.1</upstream>
|
||||
This app packages Prometheus <upstream>2.32.0</upstream>
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue