This repository was archived by the owner on Dec 17, 2024. It is now read-only.
File tree 1 file changed +19
-0
lines changed
1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,25 @@ ther pre-built packages) folder. Also it is highly recommended to refresh all th
18
18
For that there's also a refresh_metrics_from_github.sh script provided. YAML based setups don't need any extra actions besides
19
19
refreshing from Git or installing the new RPM / DEB / Tar packages.
20
20
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
+
21
40
## v1.8.3 [ 2020-12-23]
22
41
23
42
Main changes:
You can’t perform that action at this time.
0 commit comments