File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -186,8 +186,8 @@ The -extend.query-path command-line argument specifies a YAML file containing ad
186
186
Some examples are provided in [ queries.yaml] ( queries.yaml ) .
187
187
188
188
### 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 `
191
191
flag. This removes all built-in metrics, and uses only metrics defined by queries in the ` queries.yaml ` file you supply
192
192
(so you must supply one, otherwise the exporter will return nothing but internal statuses and not your database).
193
193
You can’t perform that action at this time.
0 commit comments