We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4310988 commit 52972a6Copy full SHA for 52972a6
README.md
@@ -21,7 +21,7 @@ Get:
21
22
Run:
23
```
24
- postgresql_exporter --config {path to config file}
+ postgresql_exporter --config {path to the config file}
25
26
27
@@ -35,7 +35,7 @@ Run:
35
sslmode: {ssl mode}
36
workers: {number of parallel connections to use}
37
statementTimeout: {pg statement_timeout value for each connection}
38
- isNotPg: {true if the destination side is not postgresql}
+ isNotPg: {true if the destination side is not postgresql (e.g. pgbouncer/odyssey)}
39
labels:
40
{labels added to each metric in the "queryFiles"}
41
queryFiles:
0 commit comments