Added missing descriptions

This commit is contained in:
Per Abich 2020-02-24 10:27:53 +01:00
parent 0436fed067
commit 9800cf83cc

View File

@ -624,6 +624,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) {