Version 1.16.0
This commit is contained in:
parent
4945dfd4e9
commit
69330a92e2
2 changed files with 11 additions and 2 deletions
|
@ -235,3 +235,12 @@
|
||||||
* TSDB: Memory optimizations. #10873 #10874
|
* TSDB: Memory optimizations. #10873 #10874
|
||||||
* TSDB: Reduce sleep time when reading WAL. #10859 #10878
|
* TSDB: Reduce sleep time when reading WAL. #10859 #10878
|
||||||
* OAuth2: Add appropriate timeouts and User-Agent header. #11020
|
* OAuth2: Add appropriate timeouts and User-Agent header. #11020
|
||||||
|
|
||||||
|
[1.16.0]
|
||||||
|
* Update Prometheus to 2.38.0
|
||||||
|
* [Full changelog](https://github.com/prometheus/prometheus/releases/tag/v2.38.0)
|
||||||
|
* Web: Add a /api/v1/format_query HTTP API endpoint that allows pretty-formatting PromQL expressions. #11036 #10544 #11005
|
||||||
|
* UI: Add support for formatting PromQL expressions in the UI. #11039
|
||||||
|
* DNS SD: Support MX records for discovering targets. #10099
|
||||||
|
* Templates: Add toTime() template function that allows converting sample timestamps to Go time.Time values. #10993
|
||||||
|
* PromQL: When a query panics, also log the query itself alongside the panic message. #10995
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"version": "1.15.0",
|
"version": "1.16.0",
|
||||||
"upstreamVersion": "2.37.0",
|
"upstreamVersion": "2.38.0",
|
||||||
"id": "io.prometheus.cloudronapp",
|
"id": "io.prometheus.cloudronapp",
|
||||||
"title": "Prometheus Server",
|
"title": "Prometheus Server",
|
||||||
"author": "Erik Tadevosyan",
|
"author": "Erik Tadevosyan",
|
||||||
|
|
Loading…
Reference in a new issue