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:
authorJaime Martinez <jmartinez@gitlab.com>2020-09-14 04:29:20 +0300
committerJaime Martinez <jmartinez@gitlab.com>2020-09-15 07:49:29 +0300
commit6fa2497adfcb2a3ce8b119b7caa6a1f0ff4a30f9 (patch)
treecb7492862834b58e10c1e6fd4843d1cdf5c27820 /metrics/metrics.go
parent297d3a48c553b54093462068ff28543236be6649 (diff)
Move setup to helper function
Diffstat (limited to 'metrics/metrics.go')
-rw-r--r--metrics/metrics.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/metrics/metrics.go b/metrics/metrics.go
index c2bf6566..9923043b 100644
--- a/metrics/metrics.go
+++ b/metrics/metrics.go
@@ -4,8 +4,8 @@ import (
"github.com/prometheus/client_golang/prometheus"
)
+// TODO: remove disk source metrics https://gitlab.com/gitlab-org/gitlab-pages/-/issues/382
var (
- // TODO: remove disk source metrics https://gitlab.com/gitlab-org/gitlab-pages/-/issues/382
// DomainsServed counts the total number of sites served
DomainsServed = prometheus.NewGauge(prometheus.GaugeOpts{
Name: "gitlab_pages_served_domains",