Merge branch 'Added-missing-descriptions'
This commit is contained in:
commit
63673cda15
@ -633,6 +633,8 @@ func (e *PostfixExporter) Describe(ch chan<- *prometheus.Desc) {
|
|||||||
e.smtpdTLSConnects.Describe(ch)
|
e.smtpdTLSConnects.Describe(ch)
|
||||||
ch <- e.smtpStatusDeferred.Desc()
|
ch <- e.smtpStatusDeferred.Desc()
|
||||||
e.unsupportedLogEntries.Describe(ch)
|
e.unsupportedLogEntries.Describe(ch)
|
||||||
|
e.smtpConnectionTimedOut.Describe(ch)
|
||||||
|
e.opendkimSignatureAdded.Describe(ch)
|
||||||
}
|
}
|
||||||
|
|
||||||
func (e *PostfixExporter) foreverCollectFromJournal(ctx context.Context) {
|
func (e *PostfixExporter) foreverCollectFromJournal(ctx context.Context) {
|
||||||
|
Loading…
Reference in New Issue
Block a user