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.
2 parents c7e0794 + bd58443 commit d0015ceCopy full SHA for d0015ce
1 file changed
README.md
@@ -3,7 +3,7 @@
3
This repository provides a `dovecot_exporter` utility that can be used
4
to scrape statistics from Dovecot and export them as Prometheus metrics.
5
It extracts the metrics that are exposed by
6
-[Dovecot's stats module](https://wiki2.dovecot.org/Statistics) by
+[Dovecot's stats module](https://wiki2.dovecot.org/Statistics/Old) by
7
connecting to UNIX socket `/var/run/dovecot/stats` and serves them as
8
Prometheus metrics over TCP port 9166.
9
@@ -37,4 +37,4 @@ dovecot_user_write_count{user="foo@example.com"} 4906
37
```
38
39
The interpretation of these metrics is described on
40
-[the Dovecot wiki](https://wiki2.dovecot.org/Statistics#Statistics_gathered).
+[the Dovecot wiki](https://wiki2.dovecot.org/Statistics/Old#Statistics_gathered).
0 commit comments