Merge branch 'Added-missing-descriptions'

This commit is contained in:
Per Abich 2020-02-25 11:42:10 +01:00
commit 63673cda15

View File

@ -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) {