From c944cca7c9e11f4eb3de466f4cc679efae098f81 Mon Sep 17 00:00:00 2001 From: George Brighton Date: Tue, 2 Jun 2020 23:53:26 +0100 Subject: [PATCH] Clarify initialise timeouts metric help --- bmc/collector/collector.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bmc/collector/collector.go b/bmc/collector/collector.go index e1914f1..247177f 100644 --- a/bmc/collector/collector.go +++ b/bmc/collector/collector.go @@ -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{