File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 )
You can’t perform that action at this time.
0 commit comments