-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed as not planned
Labels
area/configuration (file)area/scriptsbug/confirmedA bug report whose bug is confirmedA bug report whose bug is confirmedkind/bug/reportA report about a bugA report about a bugmeta/closed due to age or inactivityThis issue / PR has been closed due to inactivityThis issue / PR has been closed due to inactivitymeta/staleThis issue / PR has become stale and will be closed if there is no further activityThis issue / PR has become stale and will be closed if there is no further activityservice/dovecot
Milestone
Description
Subject
I would like some feedback concerning a use case
Description
I am trying to export quota metrics using the mailserver image, so that Prometheus can use them.
The first thing I need to configure is to enable the stats to do so. But there is no way the command ‘doveadm stats dump’.
metric_name field count sum min max avg median stddev %95
quota_usage duration 0 0 0 0 0.00 0 0.00 0
quota_usage bytes_used 0 0 0 0 0.00 0 0.00 0
quota_usage user 0 0 0 0 0.00 0 0.00 0
quota_usage mailbox 0 0 0 0 0.00 0 0.00 0
The configuration is:
metric quota_usage {
description = "Quota used in bytes"
fields = bytes_used user mailbox
filter = event=quota
group_by = user
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/configuration (file)area/scriptsbug/confirmedA bug report whose bug is confirmedA bug report whose bug is confirmedkind/bug/reportA report about a bugA report about a bugmeta/closed due to age or inactivityThis issue / PR has been closed due to inactivityThis issue / PR has been closed due to inactivitymeta/staleThis issue / PR has become stale and will be closed if there is no further activityThis issue / PR has become stale and will be closed if there is no further activityservice/dovecot