From 2080fa5f918608c66a9616ba8de5e7fe51542f14 Mon Sep 17 00:00:00 2001 From: Kaarel Moppel Date: Mon, 11 Feb 2019 20:08:21 +0200 Subject: [PATCH] Releasing 1.5.1 --- CHANGELOG.md | 15 +++++++++++++++ ENV_VARIABLES.md | 1 + 2 files changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7af79510..5b207ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,21 @@ or a specific version ```docker run -d -p 3000:3000 -p 8080:8080 --name pw2 cybertec/pgwatch2:x.y.z``` +## v1.5.1 [2019-02-11] + +* Gatherer fix - 'continous discovery' worked only in YAML mode +* Metrics fix - pre 9.2 'backends' SQL was incorrect +* Gatherer improvement - 'auto-create helpers' (if "checked") applied to all found DBs now +* Gatherer improvement - "funny" DB names (spaces etc) can be now monitored also with Postgres as storage DB +* Gatherer improvement - issue a warning instead of crash when AES encrypted password does not match required format +* Gatherer improvement - add ability to generate encrypted passwords e.g. for YAML usage, via --aes-gcm-password-to-encrypt param +* Web UI improvement - allow changing password type from plain to AES and vice-versa without re-entering password +* Metrics change - restrict metric names to alphanumerics and underscores. All built-in metrics were already obeying that practice +* Metrics improvement - add a 'create extension if not exists pg_stat_statements' to the get_stat_statements helper SQL +* Docker image with Postgres metrics storage - possible to enable also the "metric-dbname-time" storage model via PW2_PG_SCHEMA_TYPE env. var +* Readme - explanations to available "DB type" options + + ## v1.5.0 [2019-01-24] * New feature - Support Postgres as metrics storage DB (--pg-schema-type, --pg-metric-store-conn-str, --pg-retention-days) diff --git a/ENV_VARIABLES.md b/ENV_VARIABLES.md index d7f614b2..63b67939 100644 --- a/ENV_VARIABLES.md +++ b/ENV_VARIABLES.md @@ -5,6 +5,7 @@ NB! Some variables influence multiple components. Command line parameters overri ## Docker image specific - **NOTESTDB** When set, the config DB won't be added to monitoring as "test". Default: - +- **PW2_PG_SCHEMA_TYPE** Enables to choose different metric storage models for the "pgwatch2-postgres" image - [metric-time|metric-dbname-time]. Default: metric-time ## Gatherer daemon