From d9435b4c80bce5abbe0d56212d7f54a52634db62 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 24 Aug 2021 13:26:11 +0200 Subject: [PATCH] Fix typos in README Signed-off-by: Magnus Hagander --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 13875fca6..fa247631c 100644 --- a/README.md +++ b/README.md @@ -126,10 +126,10 @@ The following environment variables configure the exporter: Use only metrics supplied from `queries.yaml`. Value can be `true` or `false`. Default is `false`. * `PG_EXPORTER_DISABLE_SETTINGS_METRICS` - Use the flag if you don't want to scrape `pg_settings`. Value can be `true` or `false`. Defauls is `false`. + Use the flag if you don't want to scrape `pg_settings`. Value can be `true` or `false`. Default is `false`. * `PG_EXPORTER_AUTO_DISCOVER_DATABASES` - Whether to discover the databases on a server dynamically. Value can be `true` or `false`. Defauls is `false`. + Whether to discover the databases on a server dynamically. Value can be `true` or `false`. Default is `false`. * `PG_EXPORTER_EXTEND_QUERY_PATH` Path to a YAML file containing custom queries to run. Check out [`queries.yaml`](queries.yaml)