Skip to content

Commit 8d6d304

Browse files
authored
Merge pull request #565 from alexmv/patch-1
Remove misplaced and duplicated phrase in README
2 parents 9944679 + d9a081d commit 8d6d304

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ The -extend.query-path command-line argument specifies a YAML file containing ad
186186
Some examples are provided in [queries.yaml](queries.yaml).
187187

188188
### Disabling default metrics
189-
To work with non-officially-supported postgres versions you can try disabling (e.g. 8.2.15)
190-
or a variant of postgres (e.g. Greenplum) you can disable the default metrics with the `--disable-default-metrics`
189+
To work with non-officially-supported postgres versions (e.g. 8.2.15),
190+
or variants of postgres (e.g. Greenplum), you can disable the default metrics with the `--disable-default-metrics`
191191
flag. This removes all built-in metrics, and uses only metrics defined by queries in the `queries.yaml` file you supply
192192
(so you must supply one, otherwise the exporter will return nothing but internal statuses and not your database).
193193

0 commit comments

Comments
 (0)