From d9a081d6d98a36b0416bdd2c25da1996ae3b4faf Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Mon, 2 Aug 2021 11:43:20 -0700 Subject: [PATCH] Remove misplaced and duplicated phrase in README Signed-off-by: Alex Vandiver --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13875fca..8bcbe1b8 100644 --- a/README.md +++ b/README.md @@ -186,8 +186,8 @@ The -extend.query-path command-line argument specifies a YAML file containing ad Some examples are provided in [queries.yaml](queries.yaml). ### Disabling default metrics -To work with non-officially-supported postgres versions you can try disabling (e.g. 8.2.15) -or a variant of postgres (e.g. Greenplum) you can disable the default metrics with the `--disable-default-metrics` +To work with non-officially-supported postgres versions (e.g. 8.2.15), +or variants of postgres (e.g. Greenplum), you can disable the default metrics with the `--disable-default-metrics` flag. This removes all built-in metrics, and uses only metrics defined by queries in the `queries.yaml` file you supply (so you must supply one, otherwise the exporter will return nothing but internal statuses and not your database).