command
module
Version:
v0.0.0-...-f9009d1
Opens a new window with list of versions in this module.
Published: Jun 21, 2020
License: Apache-2.0
Opens a new window with license information.
Imports: 25
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
IMAP4rev1 Exporter
Export IMAP4rev1 server health to Prometheus.
Usage
To run it:
$ make
$ ./imap_exporter --config=CONFIG [<flags>]
Exported Metrics
| Metric |
Meaning |
Labels |
| imap_up |
Whether scraping IMAP metrics was successful |
|
| first_loadin_latency_seconds |
Latency first loading of MUA |
user, cmd |
First Loading Latency is:
- TCP connection time seconds
- Login command time seconds
- List command time seconds
- Select command time seconds
- Fetch command time seconds
- Logout command time seconds
Contribution
- Fork (https://github.com/linyows/imap_exporter/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the go test ./... command and confirm that it passes
- Run gofmt -s
- Create a new Pull Request
Author
linyows
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.