Skip to content

Commit

Permalink
Clarify initialise timeouts metric help
Browse files Browse the repository at this point in the history
  • Loading branch information
gebn committed Jun 2, 2020
1 parent 4f53ee8 commit c944cca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bmc/collector/collector.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var (
Subsystem: subsystem,
Name: "initialise_timeouts_total",
Help: "The number of times we established a session, but failed " +
"to retrieve the SDR repo and initialise the subcollectors before " +
"to retrieve the SDR repo and initialise all subcollectors before " +
"we timed out.",
})
sessionExpiriesTotal = promauto.NewCounter(prometheus.CounterOpts{
Expand Down

0 comments on commit c944cca

Please sign in to comment.