1- # OpenMetrics/Promethus telemetry
1+ # OpenMetrics/Prometheus telemetry
22
3- Various server statistics is provided in OpenMetrics format by "openmetrics"
4- module.
3+ Various server statistics are provided in OpenMetrics format by the
4+ "openmetrics" module.
55
6- To enable it, add following line to the server config:
6+ To enable it, add the following line to the server config:
77```
88openmetrics tcp://127.0.0.1:9749 { }
99```
@@ -19,22 +19,22 @@ maddy_smtp_failed_logins{module}
1919maddy_smtp_failed_commands{module, command, smtp_code, smtp_enchcode}
2020# Messages rejected with 4xx code due to ratelimiting.
2121maddy_smtp_ratelimit_deferred{module}
22- # Amount of started SMTP trasanactions started.
22+ # Amount of started SMTP transactions started.
2323maddy_smtp_started_transactions{module}
24- # Amount of aborted SMTP trasanactions started.
24+ # Amount of aborted SMTP transactions started.
2525maddy_smtp_aborted_transactions{module}
26- # Amount of completed SMTP trasanactions .
26+ # Amount of completed SMTP transactions .
2727maddy_smtp_completed_transactions{module}
2828# Number of times a check returned 'reject' result (may be more than processed
29- # messages if check does so on per-recipient basis)
29+ # messages if check does so on per-recipient basis).
3030maddy_check_reject{check}
3131# Number of times a check returned 'quarantine' result (may be more than
3232# processed messages if check does so on per-recipient basis).
3333maddy_check_quarantined{check}
34- # Amount of queued messages
34+ # Amount of queued messages.
3535maddy_queue_length{module, location}
36- # Outbound connections established with specific TLS security level
36+ # Outbound connections established with specific TLS security level.
3737maddy_remote_conns_tls_level{module, level}
38- # Outbound connections established with specific MX security level
38+ # Outbound connections established with specific MX security level.
3939maddy_remote_conns_mx_level{module, level}
4040```
0 commit comments