Added missing descriptions
This commit is contained in:
parent
0436fed067
commit
9800cf83cc
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user