From b10a7b7d3b4862961a41d9bc916a85a696b85ccc Mon Sep 17 00:00:00 2001 From: Alex <52292902+alexrudd2@users.noreply.github.com> Date: Tue, 18 Jan 2022 11:57:25 -0600 Subject: [PATCH] Clarify default values for CLI flags Reference here: https://grafana.com/docs/agent/latest/configuration/integrations/postgres-exporter-config/ Also, matches the environment variables section. Signed-off-by: Alex Ruddick --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fa247631..4d722a22 100644 --- a/README.md +++ b/README.md @@ -48,13 +48,13 @@ This will build the docker image as `prometheuscommunity/postgres_exporter:${bra Path under which to expose metrics. Default is `/metrics`. * `disable-default-metrics` - Use only metrics supplied from `queries.yaml` via `--extend.query-path`. + Use only metrics supplied from `queries.yaml` via `--extend.query-path`. Default is `false`. * `disable-settings-metrics` - Use the flag if you don't want to scrape `pg_settings`. + Use the flag if you don't want to scrape `pg_settings`. Default is `false`. * `auto-discover-databases` - Whether to discover the databases on a server dynamically. + Whether to discover the databases on a server dynamically. Default is `false`. * `extend.query-path` Path to a YAML file containing custom queries to run. Check out [`queries.yaml`](queries.yaml)