Skip to content

Commit 968de5f

Browse files
authored
Merge pull request #604 from alexrudd2/patch-1
Clarify default values for CLI flags
2 parents 922d2aa + b10a7b7 commit 968de5f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ This will build the docker image as `prometheuscommunity/postgres_exporter:${bra
4848
Path under which to expose metrics. Default is `/metrics`.
4949

5050
* `disable-default-metrics`
51-
Use only metrics supplied from `queries.yaml` via `--extend.query-path`.
51+
Use only metrics supplied from `queries.yaml` via `--extend.query-path`. Default is `false`.
5252

5353
* `disable-settings-metrics`
54-
Use the flag if you don't want to scrape `pg_settings`.
54+
Use the flag if you don't want to scrape `pg_settings`. Default is `false`.
5555

5656
* `auto-discover-databases`
57-
Whether to discover the databases on a server dynamically.
57+
Whether to discover the databases on a server dynamically. Default is `false`.
5858

5959
* `extend.query-path`
6060
Path to a YAML file containing custom queries to run. Check out [`queries.yaml`](queries.yaml)

0 commit comments

Comments
 (0)