Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dovecot-exporter
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
thirdparty
dovecot-exporter
Commits
d0015cea
Unverified
Commit
d0015cea
authored
6 years ago
by
Ed Schouten
Committed by
GitHub
6 years ago
Browse files
Options
Downloads
Plain Diff
Merge pull request #7 from jelmer/wikilinks
Update wiki links.
parents
c7e07942
bd58443e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-2
2 additions, 2 deletions
README.md
with
2 additions
and
2 deletions
README.md
+
2
−
2
View file @
d0015cea
...
@@ -3,7 +3,7 @@
...
@@ -3,7 +3,7 @@
This repository provides a
`dovecot_exporter`
utility that can be used
This repository provides a
`dovecot_exporter`
utility that can be used
to scrape statistics from Dovecot and export them as Prometheus metrics.
to scrape statistics from Dovecot and export them as Prometheus metrics.
It extracts the metrics that are exposed by
It extracts the metrics that are exposed by
[
Dovecot's stats module
](
https://wiki2.dovecot.org/Statistics
)
by
[
Dovecot's stats module
](
https://wiki2.dovecot.org/Statistics
/Old
)
by
connecting to UNIX socket
`/var/run/dovecot/stats`
and serves them as
connecting to UNIX socket
`/var/run/dovecot/stats`
and serves them as
Prometheus metrics over TCP port 9166.
Prometheus metrics over TCP port 9166.
...
@@ -37,4 +37,4 @@ dovecot_user_write_count{user="foo@example.com"} 4906
...
@@ -37,4 +37,4 @@ dovecot_user_write_count{user="foo@example.com"} 4906
```
```
The interpretation of these metrics is described on
The interpretation of these metrics is described on
[
the Dovecot wiki
](
https://wiki2.dovecot.org/Statistics#Statistics_gathered
)
.
[
the Dovecot wiki
](
https://wiki2.dovecot.org/Statistics
/Old
#Statistics_gathered
)
.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment