Stalwart Mailserver Metrics

Simple stalwart metrics dashboard based on the default stalwart metrics endpoint

Stalwart Mailserver Metrics screenshot 1

Each metric is prefixed by “stalwart”, the scraper should be configured as such:

  - job_name: 'stalwart'
    metrics_path: '/metrics/prometheus'
    metric_relabel_configs: # Add a 'stalwart' prefix to every metric
      - source_labels: [ __name__ ]
        separator: '_'
        regex: '(.*)'
        replacement: 'stalwart_$1'
        target_label: __name__
        action: replace
    static_configs:
      - targets: [ 'stalwart-mailserver:8080' ]
Revisions
RevisionDescriptionCreated

Get this dashboard

Import the dashboard template

or

Download JSON

Datasource
Dependencies