Skip to content

Commit c56790d

Browse files
armandgrilletfoxcpp
authored andcommitted
docs: fix typos in openmetrics.md
1 parent d08c7f0 commit c56790d

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

docs/openmetrics.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
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
```
88
openmetrics tcp://127.0.0.1:9749 { }
99
```
@@ -19,22 +19,22 @@ maddy_smtp_failed_logins{module}
1919
maddy_smtp_failed_commands{module, command, smtp_code, smtp_enchcode}
2020
# Messages rejected with 4xx code due to ratelimiting.
2121
maddy_smtp_ratelimit_deferred{module}
22-
# Amount of started SMTP trasanactions started.
22+
# Amount of started SMTP transactions started.
2323
maddy_smtp_started_transactions{module}
24-
# Amount of aborted SMTP trasanactions started.
24+
# Amount of aborted SMTP transactions started.
2525
maddy_smtp_aborted_transactions{module}
26-
# Amount of completed SMTP trasanactions.
26+
# Amount of completed SMTP transactions.
2727
maddy_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).
3030
maddy_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).
3333
maddy_check_quarantined{check}
34-
# Amount of queued messages
34+
# Amount of queued messages.
3535
maddy_queue_length{module, location}
36-
# Outbound connections established with specific TLS security level
36+
# Outbound connections established with specific TLS security level.
3737
maddy_remote_conns_tls_level{module, level}
38-
# Outbound connections established with specific MX security level
38+
# Outbound connections established with specific MX security level.
3939
maddy_remote_conns_mx_level{module, level}
4040
```

0 commit comments

Comments
 (0)