We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa47d40 commit 7cfee98Copy full SHA for 7cfee98
1 file changed
internal/endpoint/smtp/metrics.go
@@ -26,7 +26,7 @@ var (
26
Namespace: "maddy",
27
Subsystem: "smtp",
28
Name: "started_transactions",
29
- Help: "Amount of SMTP trasanactions started",
+ Help: "Amount of SMTP transactions started",
30
},
31
[]string{"module"},
32
)
@@ -35,7 +35,7 @@ var (
35
36
37
Name: "smtp_completed_transactions",
38
- Help: "Amount of SMTP trasanactions successfully completed",
+ Help: "Amount of SMTP transactions successfully completed",
39
40
41
@@ -44,7 +44,7 @@ var (
44
45
46
Name: "aborted_transactions",
47
- Help: "Amount of SMTP trasanactions aborted",
+ Help: "Amount of SMTP transactions aborted",
48
49
50
0 commit comments