git » chasquid » commit 8b80e9f

docs: Add missing monitoring expvar, correct minor wording

author Alberto Bertogli
2019-10-31 21:36:58 UTC
committer Alberto Bertogli
2019-10-31 21:36:58 UTC
parent a75eabbc22bf92dd2faaed4db26efc1f52bc57eb

docs: Add missing monitoring expvar, correct minor wording

docs/monitoring.md +3 -1

diff --git a/docs/monitoring.md b/docs/monitoring.md
index d217b8a..e385117 100644
--- a/docs/monitoring.md
+++ b/docs/monitoring.md
@@ -35,6 +35,8 @@ notes](upgrading.md).*
 
 List of exported variables:
 
+- **chasquid/aliases/hookResults** (hook result -> counter): count of aliases
+  hook results, by hook and result.
 - **chasquid/queue/deliverAttempts** (recipient type -> counter): attempts to
   deliver mail, by recipient type (pipe/local email/remote email).
 - **chasquid/queue/dsnQueued** (counter): count of DSNs that we generated
@@ -48,7 +50,7 @@ List of exported variables:
 - **chasquid/smtpIn/hookResults** (result -> counter): count of hook
   invocations, by result.
 - **chasquid/smtpIn/loopsDetected** (counter): count of email loops detected.
-- **chasquid/smtpIn/responseCodeCount** (result -> counter): count of response
+- **chasquid/smtpIn/responseCodeCount** (code -> counter): count of response
   codes returned to incoming SMTP connections, by result code.
 - **chasquid/smtpIn/securityLevelChecks** (result -> counter): count of
   security level checks on incoming connections, by result.