Skip to content

Commit

Permalink
Merge pull request kumina#45 from UnikumAB/Added-missing-descriptions
Browse files Browse the repository at this point in the history
Added missing descriptions
  • Loading branch information
Ivaylo-Korakov authored Feb 26, 2020
2 parents 52ac464 + 23c2967 commit 805425c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions postfix_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 805425c

Please sign in to comment.