diff --git a/postfix_exporter.go b/postfix_exporter.go index 1181c79..2e2ec22 100644 --- a/postfix_exporter.go +++ b/postfix_exporter.go @@ -633,6 +633,8 @@ func (e *PostfixExporter) Describe(ch chan<- *prometheus.Desc) { e.smtpdTLSConnects.Describe(ch) ch <- e.smtpStatusDeferred.Desc() e.unsupportedLogEntries.Describe(ch) + e.smtpConnectionTimedOut.Describe(ch) + e.opendkimSignatureAdded.Describe(ch) } func (e *PostfixExporter) foreverCollectFromJournal(ctx context.Context) {