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 17:00:37 +0300
committerStan Hu <stanhu@gmail.com>2018-08-15 17:00:37 +0300
commit980dae3a54b5d0f2a07374473bc23618b6ad5c8f (patch)
tree0bdca9f6f53f9b4e6ae8a6828ef9296901363140 /metrics
parent661e3d8dfc0b1ac28f8ae062d2e2faf1324f223f (diff)
Make it clear in commen tthat DomainUpdates pertains to successful updates
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 c8735aa8..44350ae5 100644
--- a/metrics/metrics.go
+++ b/metrics/metrics.go
@@ -17,7 +17,7 @@ var (
Help: "The total number of site updates that have failed since daemon start",
})
- // DomainUpdates counts the number of site updates processed
+ // DomainUpdates counts the number of site updates successfully processed
DomainUpdates = prometheus.NewCounter(prometheus.CounterOpts{
Name: "gitlab_pages_domains_updated_total",
Help: "The total number of site updates successfully processed since daemon start",