Merge pull request #45 from UnikumAB/Added-missing-descriptions

Added missing descriptions
This commit is contained in:
Ivaylo Korakov 2020-02-26 21:33:47 +01:00 committed by GitHub
commit 805425c2b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 26 additions and 0 deletions

24
.travis.yml Normal file
View File

@ -0,0 +1,24 @@
language: go
matrix:
include:
- go: 1.13.x
env: VET=1 GO111MODULE=on
- go: 1.13.x
env: RACE=1 GO111MODULE=on
- go: 1.13.x
env: RUN386=1
- go: 1.12.x
env: GO111MODULE=on
- go: 1.11.x
env: GO111MODULE=on
- go: stable
addons:
apt:
packages:
- libsystemd-dev
env:
global:
GO111MODULE: on

View File

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