Skip to content

Commit 6578c4f

Browse files
committed
fix typo
1 parent 46126cc commit 6578c4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

postfix_exporter.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -495,8 +495,8 @@ func NewPostfixExporter(showqPath string, logSrc LogSource, logUnsupportedLines
495495
[]string{"relay", "stage"}),
496496
qmgrInsertsNrcpt: prometheus.NewHistogram(prometheus.HistogramOpts{
497497
Namespace: "postfix",
498-
Name: "qmgr_messages_inserted_receipients",
499-
Help: "Number of receipients per message inserted into the mail queues.",
498+
Name: "qmgr_messages_inserted_recipients",
499+
Help: "Number of recipients per message inserted into the mail queues.",
500500
Buckets: []float64{1, 2, 4, 8, 16, 32, 64, 128},
501501
}),
502502
qmgrInsertsSize: prometheus.NewHistogram(prometheus.HistogramOpts{

0 commit comments

Comments
 (0)