Skip to content

Clarify default values for CLI flags #604

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 19, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down