diff --git a/dovecot_exporter.go b/dovecot_exporter.go index b2f6f242fb48d4e1628808b9da41e108a1baa6d7..7f04c2a0192c5cdee193bc1123a8f5f643053c21 100644 --- a/dovecot_exporter.go +++ b/dovecot_exporter.go @@ -21,7 +21,7 @@ var ( "Whether scraping Dovecot's metrics was successful.", []string{"scope"}, nil) - dovecotScopes = [...]string{"domain", "ip", "user"} + dovecotScopes = [...]string{"user"} ) func CollectFromReader(file io.Reader, ch chan<- prometheus.Metric) error {