You've already forked postgres_exporter
mirror of
https://github.com/prometheus-community/postgres_exporter.git
synced 2025-11-06 06:29:01 +03:00
Merge pull request #604 from alexrudd2/patch-1
Clarify default values for CLI flags
This commit is contained in:
@@ -48,13 +48,13 @@ This will build the docker image as `prometheuscommunity/postgres_exporter:${bra
|
|||||||
Path under which to expose metrics. Default is `/metrics`.
|
Path under which to expose metrics. Default is `/metrics`.
|
||||||
|
|
||||||
* `disable-default-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`
|
* `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`
|
* `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`
|
* `extend.query-path`
|
||||||
Path to a YAML file containing custom queries to run. Check out [`queries.yaml`](queries.yaml)
|
Path to a YAML file containing custom queries to run. Check out [`queries.yaml`](queries.yaml)
|
||||||
|
|||||||
Reference in New Issue
Block a user