Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2018-08-15 16:59:24 +0300
committerStan Hu <stanhu@gmail.com>2018-08-15 16:59:24 +0300
commit661e3d8dfc0b1ac28f8ae062d2e2faf1324f223f (patch)
tree404e4d87d87d877aadcd60d450931f58d9dc393c /metrics
parent24204ec7eed6359aa3aaaca4073cbbe2ced4817c (diff)
Make it explicit that when ReadGroups fails initially, an error is logged
Diffstat (limited to 'metrics')
-rw-r--r--metrics/metrics.go2
1 files changed, 1 insertions, 1 deletions
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