mirror of
https://git.cloudron.io/cloudron/prometheus-server-app.git
synced 2024-11-21 16:01:03 +00:00
Version 1.4.1
This commit is contained in:
parent
f8dd03292c
commit
14a1225312
3 changed files with 8 additions and 2 deletions
|
@ -38,3 +38,9 @@
|
|||
* Remote: Allow passing along custom remote_write HTTP headers. #8416
|
||||
* Mixins: Scope grafana configuration. #8332
|
||||
|
||||
[1.4.1]
|
||||
* Update Prometheus to 2.25.2
|
||||
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.25.2)
|
||||
* Fix the ingestion of scrapes when the wall clock changes, e.g. on suspend
|
||||
* Enable basicAuth so it can work with apps like grafana
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "1.4.0",
|
||||
"version": "1.4.1",
|
||||
"id": "io.prometheus.cloudronapp",
|
||||
"title": "Prometheus Server",
|
||||
"author": "Erik Tadevosyan",
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
This app packages Prometheus <upstream>2.25.0</upstream>
|
||||
This app packages Prometheus <upstream>2.25.2</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