Skip to content

Commit 0977e96

Browse files
author
Julien Pivotto
authored
Merge pull request #573 from mhagander/typofixes
Fix typos in README
2 parents 57719ba + d9435b4 commit 0977e96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -126,10 +126,10 @@ The following environment variables configure the exporter:
126126
Use only metrics supplied from `queries.yaml`. Value can be `true` or `false`. Default is `false`.
127127

128128
* `PG_EXPORTER_DISABLE_SETTINGS_METRICS`
129-
Use the flag if you don't want to scrape `pg_settings`. Value can be `true` or `false`. Defauls is `false`.
129+
Use the flag if you don't want to scrape `pg_settings`. Value can be `true` or `false`. Default is `false`.
130130

131131
* `PG_EXPORTER_AUTO_DISCOVER_DATABASES`
132-
Whether to discover the databases on a server dynamically. Value can be `true` or `false`. Defauls is `false`.
132+
Whether to discover the databases on a server dynamically. Value can be `true` or `false`. Default is `false`.
133133

134134
* `PG_EXPORTER_EXTEND_QUERY_PATH`
135135
Path to a YAML file containing custom queries to run. Check out [`queries.yaml`](queries.yaml)

0 commit comments

Comments
 (0)