Skip to content
Snippets Groups Projects
Commit aa86cbb9 authored by Ed Schouten's avatar Ed Schouten
Browse files

On second thought, only scrape per-user stats.

parent 96783d4f
No related branches found
No related tags found
No related merge requests found
...@@ -21,7 +21,7 @@ var ( ...@@ -21,7 +21,7 @@ var (
"Whether scraping Dovecot's metrics was successful.", "Whether scraping Dovecot's metrics was successful.",
[]string{"scope"}, []string{"scope"},
nil) nil)
dovecotScopes = [...]string{"domain", "ip", "user"} dovecotScopes = [...]string{"user"}
) )
func CollectFromReader(file io.Reader, ch chan<- prometheus.Metric) error { func CollectFromReader(file io.Reader, ch chan<- prometheus.Metric) error {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment