We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccda37e commit a571ffdCopy full SHA for a571ffd
1 file changed
README.md
@@ -7,6 +7,11 @@ It extracts the metrics that are exposed by
7
connecting to UNIX socket `/var/run/dovecot/stats` and serves them as
8
Prometheus metrics over TCP port 9166.
9
10
+A list of command line flags supported by this utility can be obtained
11
+by looking at this exporter's `main()` function. Do note that all
12
+command line flags require two leading dashes (e.g.,
13
+`--dovecot.scopes`).
14
+
15
The metrics provided by this exporter look like this:
16
17
```
0 commit comments