Skip to content

Commit

Permalink
an earlier merge accidentally removed this line, adding it back in
Browse files Browse the repository at this point in the history
  • Loading branch information
jforest authored and discordianfish committed Nov 12, 2016
1 parent 1b2a3d1 commit 2d7dfd1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nginx_exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ func (e *Exporter) Collect(ch chan<- prometheus.Metric) {
e.scrapeFailures.Inc()
e.scrapeFailures.Collect(ch)
}
e.currentConnections.Collect(ch)
return
}

Expand Down

0 comments on commit 2d7dfd1

Please sign in to comment.