From 661e3d8dfc0b1ac28f8ae062d2e2faf1324f223f Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 15 Aug 2018 06:59:24 -0700 Subject: Make it explicit that when ReadGroups fails initially, an error is logged --- metrics/metrics.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'metrics') diff --git a/metrics/metrics.go b/metrics/metrics.go index edc72398..c8735aa8 100644 --- a/metrics/metrics.go +++ b/metrics/metrics.go @@ -20,7 +20,7 @@ var ( // DomainUpdates counts the number of site updates processed DomainUpdates = prometheus.NewCounter(prometheus.CounterOpts{ Name: "gitlab_pages_domains_updated_total", - Help: "The total number of site updates processed since daemon start", + Help: "The total number of site updates successfully processed since daemon start", }) // DomainLastUpdateTime is the UNIX timestamp of the last update -- cgit v1.2.3