Skip to content
This repository was archived by the owner on Dec 17, 2024. It is now read-only.

Commit 04f06dd

Browse files
committed
Release notes for v1.8.4
1 parent 3f35855 commit 04f06dd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,25 @@ ther pre-built packages) folder. Also it is highly recommended to refresh all th
1818
For that there's also a refresh_metrics_from_github.sh script provided. YAML based setups don't need any extra actions besides
1919
refreshing from Git or installing the new RPM / DEB / Tar packages.
2020

21+
## v1.8.4 [2021-02-12]
22+
23+
Main changes:
24+
25+
* TimescaleDB metric storage - cope with v2.0 breaking API changes and improve indexing.
26+
* New gatherer feature - ability to extract "psutil_*" metrics (CPU, disk usage etc) directly from OS. Use "--direct-os-stats" parameter to enable.
27+
* Gatherer improvement - make Graphite storage connections more resilient. @eshkinkot
28+
* Gatherer improvement - add number of total monitored and currently unreachable databases to the stats port output.
29+
* Metrics - introduce a new 'instance_up' metric with values \[0|1\] to help with SLA type "uptime percentage" calculations.
30+
* Metrics - correct wal_receiver.replay_lag_b datatype to int8. @eshkinkot
31+
* Metrics - 'replication' now supports also cascaded setups as pg_stat_replication has actually data on "cascading primaries".
32+
* Dashboards - on PG "Alert template" dash replace DB based "Available connections" with "Instance connections used %".
33+
* Docker - give Grafana some more time to roll out its DB schema migrations.
34+
* Docker - introduce an explicit supervisord startup script to better time the startup sequence (5s pauses between components).
35+
* Docker - component update to InfluxDB 1.8.4, Grafana 6.7.5, Go 1.5.8.
36+
* Docker - limit Python PIP to pre v21 versions as it was breaking the build.
37+
* K8s / Openshift - more and better Helm chart templates.
38+
39+
2140
## v1.8.3 [2020-12-23]
2241

2342
Main changes:

0 commit comments

Comments
 (0)