File tree 1 file changed +3
-3
lines changed
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
48
48
Path under which to expose metrics. Default is ` /metrics ` .
49
49
50
50
* ` 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 ` .
52
52
53
53
* ` 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 ` .
55
55
56
56
* ` 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 ` .
58
58
59
59
* ` extend.query-path `
60
60
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